Merge branch 'f19' into f20
This commit is contained in:
commit
cada6a6db2
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/node-v0.10.13-stripped.tar.gz
|
/node-v0.10.13-stripped.tar.gz
|
||||||
/node-v0.10.14-stripped.tar.gz
|
/node-v0.10.14-stripped.tar.gz
|
||||||
/node-v0.10.16-stripped.tar.gz
|
/node-v0.10.16-stripped.tar.gz
|
||||||
|
/node-v0.10.17-stripped.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.16
|
Version: 0.10.17
|
||||||
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
|
||||||
@ -168,6 +168,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||||||
%exclude %{_pkgdocdir}/(ChangeLog|LICENSE|README.md|AUTHORS)
|
%exclude %{_pkgdocdir}/(ChangeLog|LICENSE|README.md|AUTHORS)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 27 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.17-1
|
||||||
|
- new upstream release 0.10.17
|
||||||
|
http://blog.nodejs.org/2013/08/21/node-v0-10-17-stable/
|
||||||
|
|
||||||
* Sat Aug 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.16-1
|
* Sat Aug 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.16-1
|
||||||
- new upstream release 0.10.16
|
- new upstream release 0.10.16
|
||||||
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
|
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
|
||||||
|
Loading…
Reference in New Issue
Block a user