diff --git a/.gitignore b/.gitignore index fcc4c04..a25e9c1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ i386 /libmtp-1.0.6.tar.gz /libmtp-1.1.0.tar.gz /libmtp-1.1.1.tar.gz +/libmtp-1.1.2.tar.gz diff --git a/libmtp.spec b/libmtp.spec index 1f7d5a7..cc00057 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -2,8 +2,8 @@ # RPM repository. Name: libmtp -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: A software library for MTP media players URL: http://libmtp.sourceforge.net/ @@ -35,7 +35,7 @@ Summary: Development files for libmtp Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig -Requires: libusb-devel +Requires: libusb1-devel %description devel This package provides development files for the libmtp @@ -102,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 12 2012 Linus Walleij 1.1.2-1 +- Upstream update to use libusb-1.0 and other fixes. * Thu Nov 10 2011 Linus Walleij 1.1.1-2 - Add an Obsoletes: libmtp-hal so that users can upgrade from F15 diff --git a/sources b/sources index 9ffcac5..fb3f6e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -073e1c2a00ba377f68dce47727e185ae libmtp-1.1.1.tar.gz +6dc708757e3fd3ccce7445b4f2171263 libmtp-1.1.2.tar.gz