|
@@ -10,8 +10,8 @@
|
|
%endif
|
|
%endif
|
|
|
|
|
|
Name: nodejs
|
|
Name: nodejs
|
|
-Version: 0.10.0
|
|
+Version: 0.10.5
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: JavaScript runtime
|
|
Summary: JavaScript runtime
|
|
Summary(ja): JavaScript runtime
|
|
Summary(ja): JavaScript runtime
|
|
License: MIT and ASL 2.0 and ISC and BSD
|
|
License: MIT and ASL 2.0 and ISC and BSD
|
|
@@ -56,7 +56,7 @@ BuildRequires: openssl-devel >= 1.0.1
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%if %{system_v8}
|
|
%if %{system_v8}
|
|
-Requires: v8%{?isa}
|
|
+Requires: v8%{?isa} >= %{v8_ge}
|
|
Requires: v8%{?isa} < %{v8_lt}
|
|
Requires: v8%{?isa} < %{v8_lt}
|
|
%endif
|
|
%endif
|
|
|
|
|
|
@@ -237,6 +237,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|
%doc LICENSE
|
|
%doc LICENSE
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu May 02 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.5-1
|
|
|
|
+- update to 0.10.5
|
|
|
|
+- fix deps
|
|
|
|
+
|
|
* Fri Mar 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-2
|
|
* Fri Mar 15 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.0-2
|
|
- build with internal openssl on Vine Linux 6
|
|
- build with internal openssl on Vine Linux 6
|
|
|
|
|