[libuv/el6: 4/4] new upstream release 0.10.7

T.C. Hollingsworth patches at fedoraproject.org
Wed May 29 02:51:44 UTC 2013


commit 7c1870c9f2e3b2aad4d07a0fc9592d1c6aa52490
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue May 28 19:49:12 2013 -0700

    new upstream release 0.10.7
    
    - drop upstreamed patch from 0.10.5-2

 .gitignore                                    |    1 +
 0001-build-set-soname-in-shared-library.patch |   67 -------------------------
 libuv.spec                                    |   12 ++--
 sources                                       |    2 +-
 4 files changed, 8 insertions(+), 74 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b599b07..661ff25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libuv-v0.10.3.tar.gz
 /libuv-v0.10.4.tar.gz
 /libuv-v0.10.5.tar.gz
+/libuv-v0.10.7.tar.gz
diff --git a/libuv.spec b/libuv.spec
index 5999d43..791e27e 100644
--- a/libuv.spec
+++ b/libuv.spec
@@ -4,8 +4,8 @@
 
 Name: libuv
 Epoch:   1
-Version: 0.10.5
-Release: 3%{?dist}
+Version: 0.10.7
+Release: 1%{?dist}
 Summary: Platform layer for node.js
 
 Group: Development/Tools
@@ -14,9 +14,6 @@ URL: http://nodejs.org/
 Source0: http://libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz
 Source2: libuv.pc.in
 
-# Upstream patch for generating versioned shared object
-Patch0001: 0001-build-set-soname-in-shared-library.patch
-
 BuildRequires: gyp
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -39,7 +36,6 @@ Development libraries for libuv
 
 %prep
 %setup -q -n %{name}-v%{version}
-%patch0001 -p1
 
 %build
 export CFLAGS='%{optflags}'
@@ -101,6 +97,10 @@ sed -e "s#@prefix@#%{_prefix}#g" \
 %{_includedir}/uv-private
 
 %changelog
+* Wed May 29 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.10.7-1
+- new upstream release 0.10.7
+- drop upstreamed patch from 0.10.5-2
+
 * Mon May 13 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1:0.10.5-3
 - don't sed the soname in the spec anymore; the patch takes care of it now
 - drop leftover global define for git revision
diff --git a/sources b/sources
index 2875a67..3d0fe2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-169e4d299e791b733892bc1c04b2b6b9  libuv-v0.10.5.tar.gz
+0993698aa4793510cc1cd5c56b4aceb4  libuv-v0.10.7.tar.gz


More information about the scm-commits mailing list