Revert to version 0.9.4 (since 0.9.7 is breaking builds)
This commit is contained in:
parent
8c2a76811f
commit
52ab263044
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/libuv-0.9.3git09b0222.tar.gz
|
||||
/libuv-0.9.4gitdc559a5.tar.gz
|
||||
/libuv-0.9.7git4ba03dd.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
git clone https://github.com/joyent/libuv.git
|
||||
pushd libuv
|
||||
git archive --format=tar --prefix=libuv-0.9.7/ 4ba03ddd569bdd361b1498d5f19ec0075db01500|gzip -nc > ../libuv-0.9.7git4ba03dd.tar.gz
|
||||
git archive --format=tar --prefix=libuv-0.9.4/ dc559a5ce69cef28e1c73a3782c17b5801989e67 |gzip -nc > ../libuv-0.9.4gitdc559a5.tar.gz
|
||||
popd
|
||||
|
||||
rm -Rf libuv
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global git_snapshot 4ba03dd
|
||||
%global git_snapshot dc559a5
|
||||
|
||||
Name: libuv
|
||||
Version: 0.9.7
|
||||
Release: 2.git%{git_snapshot}%{?dist}
|
||||
Version: 0.9.4
|
||||
Release: 3.git%{git_snapshot}%{?dist}
|
||||
Summary: Platform layer for node.js
|
||||
|
||||
Group: Development/Tools
|
||||
@ -112,6 +112,9 @@ sed -e "s#@prefix@#%{_prefix}#g" \
|
||||
%{_includedir}/uv-private
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2013 Stephen Gallagher <sgallagh@redhat.com> - 0.9.4-3.gitdc559a5
|
||||
- Revert to version 0.9.4 (since 0.9.7 is breaking builds)
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-2.git4ba03dd
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user