[mingw-libusbx/f21] Update to 1.0.19

Richard Hughes rhughes at fedoraproject.org
Mon Dec 1 19:29:57 UTC 2014


commit 1d6449458797875cdc69ad7c4f312dc7cdad8208
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Nov 19 17:46:51 2014 +0000

    Update to 1.0.19

 .gitignore         |    1 +
 mingw-libusbx.spec |   11 +++++++----
 sources            |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2444ec..b05ad54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libusbx-1.0.11.tar.bz2
 /libusbx-1.0.12.tar.bz2
 /libusbx-1.0.15.tar.bz2
+/libusb-1.0.19.tar.bz2
diff --git a/mingw-libusbx.spec b/mingw-libusbx.spec
index cc7fdd7..68dd2a4 100644
--- a/mingw-libusbx.spec
+++ b/mingw-libusbx.spec
@@ -1,13 +1,13 @@
 %{?mingw_package_header}
 
 Name:           mingw-libusbx
-Version:        1.0.15
-Release:        3%{?dist}
+Version:        1.0.19
+Release:        1%{?dist}
 Summary:        MinGW library which allows userspace access to USB devices
 
 License:        LGPLv2+
 URL:            http://libusbx.org/
-Source0:        http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2
+Source0:        http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
 
 BuildArch:      noarch
 BuildRequires:  mingw32-filesystem >= 95
@@ -55,7 +55,7 @@ applications that use libusbx.
 
 
 %prep
-%setup -q -n libusbx-%{version}
+%setup -q -n libusb-%{version}
 
 
 %build
@@ -92,6 +92,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Wed Nov 19 2014 Richard Hughes <richard at hughsie.com> - 1.0.19-1
+- Update to 1.0.19
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 4cd0da0..8d6f298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d02c008c04f0ef420e0f2508cfa841ca  libusbx-1.0.15.tar.bz2
+f9e2bb5879968467e5ca756cb4e1fa7e  libusb-1.0.19.tar.bz2


More information about the scm-commits mailing list