Upgrade to 0.10.0 release to match stable Node.js release

This commit is contained in:
Stephen Gallagher 2013-03-11 16:15:53 -04:00
parent 42b49f89c9
commit 719516801a
4 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libuv-0.9.3git09b0222.tar.gz
/libuv-0.9.4gitdc559a5.tar.gz
/libuv-0.10.0git5462dab.tar.gz

View File

@ -2,7 +2,7 @@
git clone https://github.com/joyent/libuv.git
pushd libuv
git archive --format=tar --prefix=libuv-0.9.4/ dc559a5ce69cef28e1c73a3782c17b5801989e67 |gzip -nc > ../libuv-0.9.4gitdc559a5.tar.gz
git archive --format=tar --prefix=libuv-0.10.0/ 5462dab8890c414154690d8a45b1384301b27436 | gzip -nc > ../libuv-0.10.0git5462dab.tar.gz
popd
rm -Rf libuv

View File

@ -1,9 +1,9 @@
%global git_snapshot dc559a5
%global git_snapshot 5462dab
Name: libuv
Epoch: 1
Version: 0.9.4
Release: 4.git%{git_snapshot}%{?dist}
Version: 0.10.0
Release: 1.git%{git_snapshot}%{?dist}
Summary: Platform layer for node.js
Group: Development/Tools
@ -113,6 +113,9 @@ sed -e "s#@prefix@#%{_prefix}#g" \
%{_includedir}/uv-private
%changelog
* Mon Mar 11 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.10.0-1.git5462dab
- Upgrade to 0.10.0 release to match stable Node.js release
* Thu Feb 28 2013 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.4-4.gitdc559a5
- Bump epoch for the version downgrade
- The 0.9.7 version hit the Rawhide repo due to the mass rebuild, we need a

View File

@ -1 +1 @@
5be6d1cc686a06f2f3f1c82d8fd97f4e libuv-0.9.4gitdc559a5.tar.gz
bcd4997a3e323f448c16f2f70ba3fe1b libuv-0.10.0git5462dab.tar.gz