Rebase to 1.7.5 to support Node.js 4.2

This commit is contained in:
Stephen Gallagher 2015-12-01 16:16:10 -05:00
parent 180f7d2d0b
commit 0dcc229df6
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/libuv-v0.10.29.tar.gz
/libuv-v0.10.33.tar.gz
/libuv-v1.4.0.tar.gz
/libuv-v1.7.5.tar.gz

View File

@ -1,11 +1,8 @@
#we only need major.minor in the SONAME in the stable (even numbered) series
#this should be changed to %%{version} in unstable (odd numbered) releases
%global sover 0.10
Name: libuv
Epoch: 1
Version: 1.4.0
Release: 2%{?dist}
Version: 1.7.5
Release: 1%{?dist}
Summary: Platform layer for node.js
Group: System Environment/Libraries
@ -78,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/libuv.la
%{_libdir}/libuv.a
%changelog
* Tue Dec 01 2015 Stephen Gallagher <sgallagh@redhat.com> 1.7.5-1
- Rebase to 1.7.5 to support Node.js 4.2
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
2508fecc861424f5e856945f87694fa8 libuv-v1.4.0.tar.gz
3eca7f9de71d3098028bb28a733f3b5f libuv-v1.7.5.tar.gz