[libusb1] Update to upstream 1.0.9-rc1 release

Hans de Goede jwrdegoede at fedoraproject.org
Fri Sep 16 09:37:10 UTC 2011


commit c000efaa8c5b47079bf755f551635e0d469678fd
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Sep 16 11:36:45 2011 +0200

    Update to upstream 1.0.9-rc1 release

 .gitignore   |    1 +
 libusb1.spec |   15 +++++++++------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8840147..ef5338b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libusb-1.0.8.tar.bz2
 /libusb-1.0.9-0.1.tar.bz2
+/libusb-1.0.9-rc1.tar.bz2
diff --git a/libusb1.spec b/libusb1.spec
index 0439f90..1a0c9cc 100644
--- a/libusb1.spec
+++ b/libusb1.spec
@@ -1,18 +1,18 @@
 Summary: A library which allows userspace access to USB devices
 Name: libusb1
 Version: 1.0.9
-Release: 0.2.git212ca37c%{?dist}
+Release: 0.3.rc1%{?dist}
 # This is a git snapshot of what will hopefully soon become 1.0.9, but
 # we need this now, to get things in place for:
 # http://fedoraproject.org/wiki/Features/UsbNetworkRedirection
 # To regenerate do:
-# git clone git://people.freedesktop.org/~jwrdegoede/usbredir
-# cd usbredir
-# git checkout fedora-1.0.9-0.1
+# git clone git://git.libusb.org/libusb.git
+# cd libusb
+# git checkout 1.0.9-rc1
 # ./autogen.sh
 # make dist
-# mv libusb-1.0.8.tar.bz2 libusb-1.0.9-0.1.tar.bz2
-Source0: libusb-1.0.9-0.1.tar.bz2
+# mv libusb-1.0.8.tar.bz2 libusb-1.0.9-rc1.tar.bz2
+Source0: libusb-1.0.9-rc1.tar.bz2
 #Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -97,6 +97,9 @@ mv %{buildroot}/%{_lib}/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
 /%{_lib}/*.a
 
 %changelog
+* Fri Sep 16 2011 Hans de Goede <hdegoede at redhat.com> - 1.0.9-0.3.rc1
+- Update to upstream 1.0.9-rc1 release
+
 * Thu Aug 11 2011 Hans de Goede <hdegoede at redhat.com> - 1.0.9-0.2.git212ca37c
 - Report version in pkg-config file as 1.0.9
 
diff --git a/sources b/sources
index 344e19e..283cde1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5825f5ed3ebca011d10c4f86b515796b  libusb-1.0.9-0.1.tar.bz2
+389dd12f7da1411aac2524c5de35e2f5  libusb-1.0.9-rc1.tar.bz2


More information about the scm-commits mailing list