mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Merge branch 'f19' into f20
Conflicts: nodejs.spec
This commit is contained in:
commit
c7d9c59d37
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,3 +25,4 @@
|
|||
/node-v0.10.24.tar.gz
|
||||
/node-v0.10.24-stripped.tar.gz
|
||||
/node-v0.10.25-stripped.tar.gz
|
||||
/node-v0.10.26-stripped.tar.gz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Name: nodejs
|
||||
Version: 0.10.25
|
||||
Release: 2%{?dist}
|
||||
Version: 0.10.26
|
||||
Release: 1%{?dist}
|
||||
Summary: JavaScript runtime
|
||||
License: MIT and ASL 2.0 and ISC and BSD
|
||||
Group: Development/Languages
|
||||
|
@ -166,6 +166,10 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||
%{_pkgdocdir}/html
|
||||
|
||||
%changelog
|
||||
* Thu Feb 20 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.26-1
|
||||
- new upstream release 0.10.25
|
||||
http://blog.nodejs.org/2014/02/18/node-v0-10-26-stable/
|
||||
|
||||
* Fri Feb 14 2014 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.25-2
|
||||
- rebuild for icu-53 (via v8)
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
0cb686d5644944b21d1ba0dd70e106d8 node-v0.10.25-stripped.tar.gz
|
||||
ecfd516837ce3299ed3eabbb4a219f52 node-v0.10.26-stripped.tar.gz
|
||||
|
|
Loading…
Reference in a new issue