[libmtp] Update to fix compilation warning.

Linus Walleij snirkel at fedoraproject.org
Wed Oct 17 08:53:46 UTC 2012


commit b35cfdaedc0076c85920c6c4d33d018823be846c
Author: Linus Walleij <triad at df.lth.se>
Date:   Wed Oct 17 10:53:17 2012 +0200

    Update to fix compilation warning.

 libmtp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libmtp.spec b/libmtp.spec
index aa988f2..39f98f6 100644
--- a/libmtp.spec
+++ b/libmtp.spec
@@ -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 at df.lth.se> 1.1.5-2
+- Explicit disable MTPZ for now.
+
 * Thu Sep 13 2012 Linus Walleij <triad at df.lth.se> 1.1.5-1
 - New upstream version with several bug fixes.
 


More information about the scm-commits mailing list