mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Merge branch 'f19' into f20
This commit is contained in:
commit
cada6a6db2
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.14-stripped.tar.gz
|
||||
/node-v0.10.16-stripped.tar.gz
|
||||
/node-v0.10.17-stripped.tar.gz
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: nodejs
|
||||
Version: 0.10.16
|
||||
Version: 0.10.17
|
||||
Release: 1%{?dist}
|
||||
Summary: JavaScript runtime
|
||||
License: MIT and ASL 2.0 and ISC and BSD
|
||||
|
@ -168,6 +168,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||
%exclude %{_pkgdocdir}/(ChangeLog|LICENSE|README.md|AUTHORS)
|
||||
|
||||
%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
|
||||
- new upstream release 0.10.16
|
||||
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