mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
new upstream release 0.10.24
http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
This commit is contained in:
parent
79b29fceec
commit
54cf0adca3
3 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,3 +22,5 @@
|
||||||
/node-v0.10.21-stripped.tar.gz
|
/node-v0.10.21-stripped.tar.gz
|
||||||
/node-v0.10.22-stripped.tar.gz
|
/node-v0.10.22-stripped.tar.gz
|
||||||
/node-v0.10.23-stripped.tar.gz
|
/node-v0.10.23-stripped.tar.gz
|
||||||
|
/node-v0.10.24.tar.gz
|
||||||
|
/node-v0.10.24-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.23
|
Version: 0.10.24
|
||||||
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
|
||||||
%{_defaultdocdir}/%{name}-docs-%{version}
|
%{_defaultdocdir}/%{name}-docs-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.24-1
|
||||||
|
- new upstream release 0.10.24
|
||||||
|
http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
|
||||||
|
|
||||||
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.23-1
|
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.23-1
|
||||||
- new upstream release 0.10.23
|
- new upstream release 0.10.23
|
||||||
http://blog.nodejs.org/2013/12/11/node-v0-10-23-stable/
|
http://blog.nodejs.org/2013/12/11/node-v0-10-23-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
3865d42776a7094771ccc631babed738 node-v0.10.23-stripped.tar.gz
|
d2a6eeabc7aed4026fd66c7d0b66cdf5 node-v0.10.24-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue