Update to fix compilation warning.

This commit is contained in:
Linus Walleij 2012-10-17 10:53:17 +02:00
parent 67a043bb5a
commit b35cfdaedc

View File

@ -3,7 +3,7 @@
Name: libmtp
Version: 1.1.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A software library for MTP media players
URL: http://libmtp.sourceforge.net/
@ -46,6 +46,7 @@ library for MTP media players.
%build
%configure --disable-static \
--disable-mtpz \
--with-udev-rules=69-libmtp.rules
make %{?_smp_mflags}
@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 17 2012 Linus Walleij <triad@df.lth.se> 1.1.5-2
- Explicit disable MTPZ for now.
* Thu Sep 13 2012 Linus Walleij <triad@df.lth.se> 1.1.5-1
- New upstream version with several bug fixes.