[libusbx] Upgrade to 1.0.15 (rhbz#952575)

Hans de Goede jwrdegoede at fedoraproject.org
Wed Apr 17 15:12:20 UTC 2013


commit dd43a1841995a789bb5fa94729efd1d5368c1a2a
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Apr 17 17:15:53 2013 +0200

    Upgrade to 1.0.15 (rhbz#952575)

 .gitignore   |    1 +
 libusbx.spec |   12 ++++++++++--
 sources      |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e39731..3b5bdd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libusbx-1.0.11.tar.bz2
 /libusbx-1.0.13.tar.bz2
 /libusbx-1.0.14.tar.bz2
+/libusbx-1.0.15.tar.bz2
diff --git a/libusbx.spec b/libusbx.spec
index 67b28c3..7eafc09 100644
--- a/libusbx.spec
+++ b/libusbx.spec
@@ -1,7 +1,7 @@
 Summary:        Library for accessing USB devices
 Name:           libusbx
-Version:        1.0.14
-Release:        3%{?dist}
+Version:        1.0.15
+Release:        1%{?dist}
 Source0:        http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2
 Patch1:         0001-linux_usbfs-Work-around-a-driver-binding-race-in-res.patch
 License:        LGPLv2+
@@ -48,6 +48,11 @@ This package contains API documentation for %{name}.
 
 %prep
 %setup -q
+# Hmmmm
+for i in `find -name "*.c"` `find -name "*.h"` AUTHORS COPYING NEWS README; do
+    sed -i 's/\r//' $i
+    chmod -x $i
+done
 %patch1 -p1
 
 
@@ -82,6 +87,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Wed Apr 17 2013 Hans de Goede <hdegoede at redhat.com> - 1.0.15-1
+- Upgrade to 1.0.15 (rhbz#952575)
+
 * Tue Apr  2 2013 Hans de Goede <hdegoede at redhat.com> - 1.0.14-3
 - Drop devel-doc Requires from the devel package (rhbz#947297)
 
diff --git a/sources b/sources
index abb6749..92788f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a6a75edb4b4eae7dc82c1dd71ddc470  libusbx-1.0.14.tar.bz2
+0fa83bfd8845893b9b28a921297606d0  libusbx-1.0.15.tar.bz2


More information about the scm-commits mailing list