Upgrade to 0.10.0 release to match stable Node.js release
This commit is contained in:
parent
42b49f89c9
commit
719516801a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libuv-0.9.3git09b0222.tar.gz
|
||||
/libuv-0.9.4gitdc559a5.tar.gz
|
||||
/libuv-0.10.0git5462dab.tar.gz
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user