mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
new upstream release 0.10.13
http://blog.nodejs.org/2013/07/09/node-v0-10-13-stable/
This commit is contained in:
parent
b751ee7a54
commit
c10bc717a2
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,3 +12,4 @@
|
||||||
/node-v0.10.8-stripped.tar.gz
|
/node-v0.10.8-stripped.tar.gz
|
||||||
/node-v0.10.9-stripped.tar.gz
|
/node-v0.10.9-stripped.tar.gz
|
||||||
/node-v0.10.12-stripped.tar.gz
|
/node-v0.10.12-stripped.tar.gz
|
||||||
|
/node-v0.10.13-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.12
|
Version: 0.10.13
|
||||||
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
|
||||||
|
@ -192,6 +192,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_datadir}/node/multiver_modules
|
%{_datadir}/node/multiver_modules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.13-1
|
||||||
|
- new upstream release 0.10.13
|
||||||
|
http://blog.nodejs.org/2013/07/09/node-v0-10-13-stable/
|
||||||
|
|
||||||
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.12-1
|
* Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.12-1
|
||||||
- new upstream release 0.10.12
|
- new upstream release 0.10.12
|
||||||
http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
|
http://blog.nodejs.org/2013/06/18/node-v0-10-12-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
367784ab0d90ae6fc7311ac354aa2cfd node-v0.10.12-stripped.tar.gz
|
3c856815ac6f879f1c956e216668aa14 node-v0.10.13-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue