mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
Merge branch 'f19' into f20
This commit is contained in:
commit
5b72a39ee5
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,3 +24,4 @@
|
||||||
/node-v0.10.23-stripped.tar.gz
|
/node-v0.10.23-stripped.tar.gz
|
||||||
/node-v0.10.24.tar.gz
|
/node-v0.10.24.tar.gz
|
||||||
/node-v0.10.24-stripped.tar.gz
|
/node-v0.10.24-stripped.tar.gz
|
||||||
|
/node-v0.10.25-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.24
|
Version: 0.10.25
|
||||||
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,6 +166,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 27 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.25-1
|
||||||
|
- new upstream release 0.10.25
|
||||||
|
http://blog.nodejs.org/2014/01/23/node-v0-10-25-stable/
|
||||||
|
|
||||||
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.24-1
|
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.24-1
|
||||||
- new upstream release 0.10.24
|
- new upstream release 0.10.24
|
||||||
http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
|
http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
d2a6eeabc7aed4026fd66c7d0b66cdf5 node-v0.10.24-stripped.tar.gz
|
0cb686d5644944b21d1ba0dd70e106d8 node-v0.10.25-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue