diff --git a/.gitignore b/.gitignore index f012674..f514108 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /libusb-1.0.19-rc1.tar.bz2 /libusb-1.0.19-rc2.tar.bz2 /libusb-1.0.19.tar.bz2 +/libusb-1.0.20.tar.bz2 diff --git a/libusbx.spec b/libusbx.spec index 9b133ff..d15e4f1 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -1,7 +1,7 @@ Summary: Library for accessing USB devices Name: libusbx -Version: 1.0.19 -Release: 3%{?dist} +Version: 1.0.20 +Release: 1%{?dist} # upstream libusbx has merged back with libusb and is now called libusb again # but we already have a libusb package for the old libusb-compat-0.1, so # lets stick with the libusbx name for now @@ -85,6 +85,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Thu Sep 24 2015 Hans de Goede - 1.0.20-1 +- Update to 1.0.20 (rhbz#1262817) + * Tue Jun 16 2015 Peter Robinson 1.0.19-3 - Use %%license diff --git a/sources b/sources index 8d6f298..f5c5b72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9e2bb5879968467e5ca756cb4e1fa7e libusb-1.0.19.tar.bz2 +1d4eb194eaaa2bcfbba28102768c7dbf libusb-1.0.20.tar.bz2