diff --git a/libusbx.spec b/libusbx.spec index 7eafc09..a951f43 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -1,7 +1,7 @@ Summary: Library for accessing USB devices Name: libusbx Version: 1.0.15 -Release: 1%{?dist} +Release: 2%{?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,11 +48,6 @@ 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 @@ -74,7 +69,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %files -%doc AUTHORS COPYING README NEWS +%doc AUTHORS COPYING README ChangeLog %{_libdir}/*.so.* %files devel @@ -87,6 +82,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Apr 19 2013 Hans de Goede - 1.0.15-2 +- Replace tarbal with upstream re-spun tarbal which fixes line-ending and + permission issues + * Wed Apr 17 2013 Hans de Goede - 1.0.15-1 - Upgrade to 1.0.15 (rhbz#952575) diff --git a/sources b/sources index 92788f8..4cd0da0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fa83bfd8845893b9b28a921297606d0 libusbx-1.0.15.tar.bz2 +d02c008c04f0ef420e0f2508cfa841ca libusbx-1.0.15.tar.bz2