From f4710bb6d706441e8db313da3b86a5111813346e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: May 30 2014 13:07:17 +0000 Subject: Update to 1.0.19-rc2 --- diff --git a/.gitignore b/.gitignore index e0f7ae0..e583d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libusbx-1.0.17.tar.bz2 /libusb-1.0.18.tar.bz2 /libusb-1.0.19-rc1.tar.bz2 +/libusb-1.0.19-rc2.tar.bz2 diff --git a/libusbx.spec b/libusbx.spec index d2b682a..9a443d9 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.1.rc1%{?dist} +Release: 0.2.rc2%{?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}-rc1.tar.bz2 +Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}-rc2.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}-rc1 +%setup -q -n libusb-%{version}-rc2 %build @@ -83,6 +83,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri May 30 2014 Hans de Goede - 1.0.19-0.2.rc2 +- Update to 1.0.19-rc2 + * Mon May 19 2014 Hans de Goede - 1.0.19-0.1.rc1 - Update to 1.0.19-rc1 diff --git a/sources b/sources index 6f93b19..d667706 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee34d2f05b465198a9c2fc8bb565a02e libusb-1.0.19-rc1.tar.bz2 +21fc7d7e540e6f2de4b0b5738a0222cb libusb-1.0.19-rc2.tar.bz2