diff --git a/.gitignore b/.gitignore index e583d4d..f012674 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /libusb-1.0.18.tar.bz2 /libusb-1.0.19-rc1.tar.bz2 /libusb-1.0.19-rc2.tar.bz2 +/libusb-1.0.19.tar.bz2 diff --git a/libusbx.spec b/libusbx.spec index d5a36cf..037ecad 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -1,11 +1,11 @@ Summary: Library for accessing USB devices Name: libusbx Version: 1.0.19 -Release: 0.3.rc2%{?dist} +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 -Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}-rc2.tar.bz2 +Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2 License: LGPLv2+ Group: System Environment/Libraries URL: http://libusb.info @@ -49,7 +49,7 @@ This package contains API documentation for %{name}. %prep -%setup -q -n libusb-%{version}-rc2 +%setup -q -n libusb-%{version} %build @@ -83,6 +83,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Jun 13 2014 Hans de Goede - 1.0.19-1 +- Update to 1.0.19 final + * Sat Jun 07 2014 Fedora Release Engineering - 1.0.19-0.3.rc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index d667706..8d6f298 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21fc7d7e540e6f2de4b0b5738a0222cb libusb-1.0.19-rc2.tar.bz2 +f9e2bb5879968467e5ca756cb4e1fa7e libusb-1.0.19.tar.bz2