[libusbx] New upstream 1.0.17-rc1 release

Hans de Goede jwrdegoede at fedoraproject.org
Wed Aug 28 09:37:06 UTC 2013


commit acdf679ee8e8f06a92c1cd928ab529351ebee96b
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Aug 28 11:36:54 2013 +0200

    New upstream 1.0.17-rc1 release

 .gitignore                                         |    1 +
 ...-separate-lock-to-serialize-start-stop-vs.patch |  103 --------------
 ...ove-use-of-pthread_cancel-from-linux_udev.patch |  141 --------------------
 libusbx.spec                                       |   15 +-
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 253 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7d701b..c8bb04e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libusbx-1.0.16-rc2.tar.bz2
 /libusbx-1.0.16-rc3.tar.bz2
 /libusbx-1.0.16.tar.bz2
+/libusbx-1.0.17-rc1.tar.bz2
diff --git a/libusbx.spec b/libusbx.spec
index b670e09..deef7be 100644
--- a/libusbx.spec
+++ b/libusbx.spec
@@ -1,10 +1,8 @@
 Summary:        Library for accessing USB devices
 Name:           libusbx
-Version:        1.0.16
-Release:        3%{?dist}
-Source0:        http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2
-Patch0:         0001-linux-Use-a-separate-lock-to-serialize-start-stop-vs.patch
-Patch1:         0002-hotplug-Remove-use-of-pthread_cancel-from-linux_udev.patch
+Version:        1.0.17
+Release:        0.1.rc1%{?dist}
+Source0:        http://downloads.sourceforge.net/libusbx/libusbx-%{version}-rc1.tar.bz2
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://sourceforge.net/apps/mediawiki/libusbx/
@@ -48,9 +46,7 @@ This package contains API documentation for %{name}.
 
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%setup -q -n libusbx-1.0.17-rc1
 
 
 %build
@@ -84,6 +80,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Wed Aug 28 2013 Hans de Goede <hdegoede at redhat.com> - 1.0.17-0.1.rc1
+- New upstream 1.0.17-rc1 release
+
 * Tue Jul 30 2013 Hans de Goede <hdegoede at redhat.com> - 1.0.16-3
 - Fix another libusb_exit deadlock (rhbz#985484)
 
diff --git a/sources b/sources
index 76373a1..7f379ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f5715d624cd6c26b30a317eb6c2fe5e  libusbx-1.0.16.tar.bz2
+bbaad745a4c24d1235eb964fe38ef6bc  libusbx-1.0.17-rc1.tar.bz2


More information about the scm-commits mailing list