rpms/amarok/EL-5 amarok.spec,1.85,1.86

Rex Dieter rdieter at fedoraproject.org
Tue Apr 14 14:14:16 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/amarok/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5877/EL-5

Modified Files:
	amarok.spec 
Log Message:
fix libmtp version check



Index: amarok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amarok/EL-5/amarok.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- amarok.spec	14 Apr 2009 13:56:45 -0000	1.85
+++ amarok.spec	14 Apr 2009 14:13:46 -0000	1.86
@@ -155,7 +155,7 @@
 %patch1 -p1 -b .gcc43
 %patch2 -p1 -b .xdg
 
-%if 0%{?_with_libmtp:1} && "%(pkg-config --modversion libmtp)" >= "0.2.0"
+%if 0%{?_with_libmtp:1} && "%(pkg-config --modversion libmtp)" >= "0.3.0"
 %patch3 -p1 -b .libmtp03
 %endif
 




More information about the scm-commits mailing list