diff --git a/libusb.spec b/libusb.spec index aa16be2..e5b1816 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Name: libusb Epoch: 1 Version: 0.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library which allows userspace access to USB devices Group: System Environment/Libraries License: LGPLv2+ @@ -78,6 +78,9 @@ rm -rf %{buildroot} %{_libdir}/libusb.a %changelog +* Wed Sep 29 2010 jkeating - 1:0.1.3-4 +- Rebuilt for gcc bug 634757 + * Tue Sep 14 2010 Jan Vcelak 0.1.3-3 - add USB access error logging (#628356) - update README