Merge branch 'f19' into f20

This commit is contained in:
T.C. Hollingsworth 2013-12-19 11:39:45 -07:00
commit c5e2e9472b
3 changed files with 9 additions and 8 deletions

2
.gitignore vendored
View File

@ -22,3 +22,5 @@
/node-v0.10.21-stripped.tar.gz
/node-v0.10.22-stripped.tar.gz
/node-v0.10.23-stripped.tar.gz
/node-v0.10.24.tar.gz
/node-v0.10.24-stripped.tar.gz

View File

@ -1,5 +1,5 @@
Name: nodejs
Version: 0.10.23
Version: 0.10.24
Release: 1%{?dist}
Summary: JavaScript runtime
License: MIT and ASL 2.0 and ISC and BSD
@ -139,12 +139,6 @@ rm -f %{buildroot}%{_pkgdocdir}/html/nodejs.1
cp -p LICENSE %{buildroot}%{_pkgdocdir}/html
cp -p ChangeLog LICENSE README.md AUTHORS %{buildroot}%{_pkgdocdir}
#install development headers
#FIXME: we probably don't really need *.h but node-gyp downloads the whole
#freaking source tree so I can't be sure ATM
mkdir -p %{buildroot}%{_includedir}/node
cp -p src/*.h %{buildroot}%{_includedir}/node
#node-gyp needs common.gypi too
mkdir -p %{buildroot}%{_datadir}/node
cp -p common.gypi %{buildroot}%{_datadir}/node
@ -172,6 +166,11 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
%{_pkgdocdir}/html
%changelog
* Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.24-1
- new upstream release 0.10.24
http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
- upstream install script installs the headers now
* Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.10.23-1
- new upstream release 0.10.23
http://blog.nodejs.org/2013/12/11/node-v0-10-23-stable/

View File

@ -1 +1 @@
3865d42776a7094771ccc631babed738 node-v0.10.23-stripped.tar.gz
d2a6eeabc7aed4026fd66c7d0b66cdf5 node-v0.10.24-stripped.tar.gz