mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
new upstream release 0.10.17
http://blog.nodejs.org/2013/08/21/node-v0-10-17-stable/
This commit is contained in:
parent
980a4c5439
commit
2f74c1f475
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@
|
||||||
/node-v0.10.13-stripped.tar.gz
|
/node-v0.10.13-stripped.tar.gz
|
||||||
/node-v0.10.14-stripped.tar.gz
|
/node-v0.10.14-stripped.tar.gz
|
||||||
/node-v0.10.16-stripped.tar.gz
|
/node-v0.10.16-stripped.tar.gz
|
||||||
|
/node-v0.10.17-stripped.tar.gz
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.16
|
Version: 0.10.17
|
||||||
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 Aug 27 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.17-1
|
||||||
|
- new upstream release 0.10.17
|
||||||
|
http://blog.nodejs.org/2013/08/21/node-v0-10-17-stable/
|
||||||
|
|
||||||
* Sat Aug 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.16-1
|
* Sat Aug 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.16-1
|
||||||
- new upstream release 0.10.16
|
- new upstream release 0.10.16
|
||||||
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
|
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
bc44062e64767be1ecb04d12c19d31da node-v0.10.16-stripped.tar.gz
|
8d8eea23c0ee4d40699d65cf8e80930a node-v0.10.17-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue