mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-28 11:06:08 +00:00
new upstream release 0.10.22
http://blog.nodejs.org/2013/11/12/node-v0-10-22-stable/
This commit is contained in:
parent
95269f1759
commit
d21c6c8b99
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,3 +20,4 @@
|
||||||
/node-v0.10.19-stripped.tar.gz
|
/node-v0.10.19-stripped.tar.gz
|
||||||
/node-v0.10.20-stripped.tar.gz
|
/node-v0.10.20-stripped.tar.gz
|
||||||
/node-v0.10.21-stripped.tar.gz
|
/node-v0.10.21-stripped.tar.gz
|
||||||
|
/node-v0.10.22-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.21
|
Version: 0.10.22
|
||||||
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
|
||||||
|
* Tue Nov 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.22-1
|
||||||
|
- new upstream release 0.10.22
|
||||||
|
http://blog.nodejs.org/2013/11/12/node-v0-10-22-stable/
|
||||||
|
|
||||||
* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.21-1
|
* Fri Oct 18 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.21-1
|
||||||
- new upstream release 0.10.21
|
- new upstream release 0.10.21
|
||||||
http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/
|
http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
26bb21ec7b63b11d07fc6383836dd119 node-v0.10.21-stripped.tar.gz
|
60a9abb2608df8ba9806e7426a1def91 node-v0.10.22-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue