mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-25 01:45:35 +00:00
Merge branch 'f20' into f21
This commit is contained in:
commit
af15f26f56
3 changed files with 10 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,3 +31,4 @@
|
||||||
/node-v0.10.30-stripped.tar.gz
|
/node-v0.10.30-stripped.tar.gz
|
||||||
/node-v0.10.32-stripped.tar.gz
|
/node-v0.10.32-stripped.tar.gz
|
||||||
/node-v0.10.33-stripped.tar.gz
|
/node-v0.10.33-stripped.tar.gz
|
||||||
|
/node-v0.10.36-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.33
|
Version: 0.10.36
|
||||||
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
|
||||||
|
@ -200,6 +200,13 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_pkgdocdir}/html
|
%{_pkgdocdir}/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 19 2015 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.36-1
|
||||||
|
- new upstream release 0.10.36
|
||||||
|
http://blog.nodejs.org/2015/01/26/node-v0-10-36-stable/
|
||||||
|
- Please note that several upstream releases were skipped due to regressions
|
||||||
|
reported in the upstream bug tracker. Please also review the 0.10.34 and
|
||||||
|
0.10.35 changelogs available at the above URL for a list of all changes.
|
||||||
|
|
||||||
* Wed Nov 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.33-1
|
* Wed Nov 19 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.33-1
|
||||||
- new upstream release 0.10.33
|
- new upstream release 0.10.33
|
||||||
http://blog.nodejs.org/2014/10/23/node-v0-10-33-stable/
|
http://blog.nodejs.org/2014/10/23/node-v0-10-33-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
f483a694949095884cf9159f2983c1e6 node-v0.10.33-stripped.tar.gz
|
f1a50d8a1f6e09659b5c2aad00867ae2 node-v0.10.36-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue