[libusbx] Update to 1.0.19 final

Hans de Goede jwrdegoede at fedoraproject.org
Fri Jun 13 18:54:12 UTC 2014


commit 1e569d40d0f4b6544fe388a773bcfd5365a6e3f7
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Jun 13 20:49:40 2014 +0200

    Update to 1.0.19 final

 .gitignore   |    1 +
 libusbx.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e583d4d..f012674 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /libusb-1.0.18.tar.bz2
 /libusb-1.0.19-rc1.tar.bz2
 /libusb-1.0.19-rc2.tar.bz2
+/libusb-1.0.19.tar.bz2
diff --git a/libusbx.spec b/libusbx.spec
index d5a36cf..037ecad 100644
--- a/libusbx.spec
+++ b/libusbx.spec
@@ -1,11 +1,11 @@
 Summary:        Library for accessing USB devices
 Name:           libusbx
 Version:        1.0.19
-Release:        0.3.rc2%{?dist}
+Release:        1%{?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}-rc2.tar.bz2
+Source0:        http://downloads.sourceforge.net/libusb/libusb-%{version}.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}-rc2
+%setup -q -n libusb-%{version}
 
 
 %build
@@ -83,6 +83,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Fri Jun 13 2014 Hans de Goede <hdegoede at redhat.com> - 1.0.19-1
+- Update to 1.0.19 final
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.19-0.3.rc2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index d667706..8d6f298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21fc7d7e540e6f2de4b0b5738a0222cb  libusb-1.0.19-rc2.tar.bz2
+f9e2bb5879968467e5ca756cb4e1fa7e  libusb-1.0.19.tar.bz2


More information about the scm-commits mailing list