Merge branch 'f19' into f20
This commit is contained in:
commit
d8dedefd4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/node-v0.10.24-stripped.tar.gz
|
/node-v0.10.24-stripped.tar.gz
|
||||||
/node-v0.10.25-stripped.tar.gz
|
/node-v0.10.25-stripped.tar.gz
|
||||||
/node-v0.10.26-stripped.tar.gz
|
/node-v0.10.26-stripped.tar.gz
|
||||||
|
/node-v0.10.28-stripped.tar.gz
|
||||||
|
12
nodejs.spec
12
nodejs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.26
|
Version: 0.10.28
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: JavaScript runtime
|
Summary: JavaScript runtime
|
||||||
License: MIT and ASL 2.0 and ISC and BSD
|
License: MIT and ASL 2.0 and ISC and BSD
|
||||||
@ -166,8 +166,16 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 03 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.28-1
|
||||||
|
- new upstream release 0.10.28
|
||||||
|
There is no dfference between 0.10.27 and 0.10.28 for Fedora, as the only
|
||||||
|
thing updated was npm, which is shipped seperately. The latest was only
|
||||||
|
packaged to avoid confusion. Please see the v0.10.27 changelog for relevant
|
||||||
|
changes in this update:
|
||||||
|
http://blog.nodejs.org/2014/05/01/node-v0-10-27-stable/
|
||||||
|
|
||||||
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.26-1
|
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.26-1
|
||||||
- new upstream release 0.10.25
|
- new upstream release 0.10.26
|
||||||
http://blog.nodejs.org/2014/02/18/node-v0-10-26-stable/
|
http://blog.nodejs.org/2014/02/18/node-v0-10-26-stable/
|
||||||
|
|
||||||
* Fri Feb 14 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.25-2
|
* Fri Feb 14 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.25-2
|
||||||
|
Loading…
Reference in New Issue
Block a user