diff --git a/libusb.spec b/libusb.spec index 4fb5853..0015f64 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Summary: A library which allows userspace access to USB devices Name: libusb Version: 0.1.12 -Release: 12%{?dist} +Release: 13%{?dist} Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz Patch0: libusb-0.1.12-libusbconfig.patch Patch1: libusb-0.1.12-memset.patch @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 0.1.12-13 +- Autorebuild for GCC 4.3 + * Tue Dec 4 2007 Jindrich Novy 0.1.12-12 - remove unnecessary 1ms wakeups while USB transfers are in progress, thanks to Scott Lamb (#408131)