mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Merge branch 'f19' into f20
This commit is contained in:
commit
5b54d773e5
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@
|
||||||
/node-v0.10.17-stripped.tar.gz
|
/node-v0.10.17-stripped.tar.gz
|
||||||
/node-v0.10.18-stripped.tar.gz
|
/node-v0.10.18-stripped.tar.gz
|
||||||
/node-v0.10.19-stripped.tar.gz
|
/node-v0.10.19-stripped.tar.gz
|
||||||
|
/node-v0.10.20-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.19
|
Version: 0.10.20
|
||||||
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
|
||||||
|
@ -172,6 +172,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 01 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.20-1
|
||||||
|
- new upstream release 0.10.20
|
||||||
|
http://blog.nodejs.org/2013/09/30/node-v0-10-20-stable/
|
||||||
|
|
||||||
* Wed Sep 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.19-1
|
* Wed Sep 25 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.19-1
|
||||||
- new upstream release 0.10.19
|
- new upstream release 0.10.19
|
||||||
http://blog.nodejs.org/2013/09/24/node-v0-10-19-stable/
|
http://blog.nodejs.org/2013/09/24/node-v0-10-19-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
41b285ee404a389e238e755181094c6e node-v0.10.19-stripped.tar.gz
|
acd2dfe42db77a1348360ee152245c39 node-v0.10.20-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue