[libusbx] Update to 1.0.19-rc1

Hans de Goede jwrdegoede at fedoraproject.org
Mon May 19 09:54:24 UTC 2014


commit fc69c7821e7338b6aea41e7ac0267e977966b986
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon May 19 11:54:22 2014 +0200

    Update to 1.0.19-rc1

 .gitignore   |    1 +
 libusbx.spec |   11 +++++++----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3402308..e0f7ae0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /libusbx-1.0.17-rc1.tar.bz2
 /libusbx-1.0.17.tar.bz2
 /libusb-1.0.18.tar.bz2
+/libusb-1.0.19-rc1.tar.bz2
diff --git a/libusbx.spec b/libusbx.spec
index dff7e1a..d2b682a 100644
--- a/libusbx.spec
+++ b/libusbx.spec
@@ -1,11 +1,11 @@
 Summary:        Library for accessing USB devices
 Name:           libusbx
-Version:        1.0.18
-Release:        1%{?dist}
+Version:        1.0.19
+Release:        0.1.rc1%{?dist}
 # upstream libusbx has merged back with libusb and is now called libusb again
 # but we already have a libusb package for the old libusb-compat-0.1, so
 # lets stick with the libusbx name for now
-Source0:        http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/libusb/libusb-%{version}-rc1.tar.bz2
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://libusb.info
@@ -49,7 +49,7 @@ This package contains API documentation for %{name}.
 
 
 %prep
-%setup -q -n libusb-%{version}
+%setup -q -n libusb-%{version}-rc1
 
 
 %build
@@ -83,6 +83,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Mon May 19 2014 Hans de Goede <hdegoede at redhat.com> - 1.0.19-0.1.rc1
+- Update to 1.0.19-rc1
+
 * Sat Mar  8 2014 Hans de Goede <hdegoede at redhat.com> - 1.0.18-1
 - Update to 1.0.18 release (rhbz#1058000)
 
diff --git a/sources b/sources
index 98c8101..6f93b19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a6d049923efc6496f1d383054dac1a6  libusb-1.0.18.tar.bz2
+ee34d2f05b465198a9c2fc8bb565a02e  libusb-1.0.19-rc1.tar.bz2


More information about the scm-commits mailing list