Update to fix compilation warning.
This commit is contained in:
parent
67a043bb5a
commit
b35cfdaedc
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libmtp
|
Name: libmtp
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A software library for MTP media players
|
Summary: A software library for MTP media players
|
||||||
URL: http://libmtp.sourceforge.net/
|
URL: http://libmtp.sourceforge.net/
|
||||||
|
|
||||||
@ -46,6 +46,7 @@ library for MTP media players.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
|
--disable-mtpz \
|
||||||
--with-udev-rules=69-libmtp.rules
|
--with-udev-rules=69-libmtp.rules
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 13 2012 Linus Walleij <triad@df.lth.se> 1.1.5-1
|
||||||
- New upstream version with several bug fixes.
|
- New upstream version with several bug fixes.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user