mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
new upstream release 0.10.16
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
This commit is contained in:
parent
e9f69b1411
commit
b9edecaefd
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,3 +14,4 @@
|
||||||
/node-v0.10.12-stripped.tar.gz
|
/node-v0.10.12-stripped.tar.gz
|
||||||
/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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 0.10.14
|
Version: 0.10.16
|
||||||
Release: 3%{?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
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
|
@ -165,6 +165,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
||||||
%{_defaultdocdir}/%{name}-docs-%{version}
|
%{_defaultdocdir}/%{name}-docs-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 17 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.16-1
|
||||||
|
- new upstream release 0.10.16
|
||||||
|
http://blog.nodejs.org/2013/08/16/node-v0-10-16-stable/
|
||||||
|
|
||||||
* Wed Aug 14 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.14-3
|
* Wed Aug 14 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.14-3
|
||||||
- fix typo in _isa macro in v8 Requires
|
- fix typo in _isa macro in v8 Requires
|
||||||
|
|
||||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
||||||
0d8d98fea39d17ea16761da3f5a4353c node-v0.10.14-stripped.tar.gz
|
bc44062e64767be1ecb04d12c19d31da node-v0.10.16-stripped.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue