|
@@ -11,7 +11,7 @@
|
|
|
|
|
|
Name: nodejs
|
|
Name: nodejs
|
|
Version: 0.10.26
|
|
Version: 0.10.26
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_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
|
|
@@ -77,6 +77,7 @@ for easily building fast, scalable network applications.
|
|
Node.js uses an event-driven, non-blocking I/O model that
|
|
Node.js uses an event-driven, non-blocking I/O model that
|
|
makes it lightweight and efficient, perfect for data-intensive
|
|
makes it lightweight and efficient, perfect for data-intensive
|
|
real-time applications that run across distributed devices.
|
|
real-time applications that run across distributed devices.
|
|
|
|
+#'
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: JavaScript runtime - development headers
|
|
Summary: JavaScript runtime - development headers
|
|
@@ -237,6 +238,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|
%doc LICENSE
|
|
%doc LICENSE
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 0.10.26-2
|
|
|
|
+- rebuild with gcc-5.4.0
|
|
|
|
+
|
|
* Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.26-1
|
|
* Mon Mar 24 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.26-1
|
|
- update to 0.10.26
|
|
- update to 0.10.26
|
|
|
|
|