mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
new upstream release 0.10.9
http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/
This commit is contained in:
parent
f7500b9771
commit
aab18e6056
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@
|
||||||
/node-v0.10.6.tar.gz
|
/node-v0.10.6.tar.gz
|
||||||
/node-v0.10.7-stripped.tar.gz
|
/node-v0.10.7-stripped.tar.gz
|
||||||
/node-v0.10.8-stripped.tar.gz
|
/node-v0.10.8-stripped.tar.gz
|
||||||
|
/node-v0.10.9-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.8
|
Version: 0.10.9
|
||||||
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
|
||||||
|
@ -174,6 +174,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_defaultdocdir}/%{name}-docs-%{version}
|
%{_defaultdocdir}/%{name}-docs-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.9-1
|
||||||
|
- new upstream release 0.10.9
|
||||||
|
http://blog.nodejs.org/2013/05/30/node-v0-10-9-stable/
|
||||||
|
|
||||||
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.8-1
|
* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.8-1
|
||||||
- new upstream release 0.10.8
|
- new upstream release 0.10.8
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
d9a0bbc97eff282f3676fc770e0f84e8 node-v0.10.8-stripped.tar.gz
|
d93150d9cc278d2db6f7ab0f02eeb481 node-v0.10.9-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue