diff --git a/.gitignore b/.gitignore index 277adc8..d961391 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libuv.spec b/libuv.spec index 5d308d6..3e36927 100644 --- a/libuv.spec +++ b/libuv.spec @@ -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 1.7.5-1 +- Rebase to 1.7.5 to support Node.js 4.2 + * Wed Jun 17 2015 Fedora Release Engineering - 1:1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 21b959b..f7d5b85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2508fecc861424f5e856945f87694fa8 libuv-v1.4.0.tar.gz +3eca7f9de71d3098028bb28a733f3b5f libuv-v1.7.5.tar.gz