rpms/phonon/F-12 phonon.spec,1.47,1.48

Rex Dieter rdieter at fedoraproject.org
Wed Oct 7 14:08:29 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/phonon/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30874

Modified Files:
	phonon.spec 
Log Message:
restore -102



Index: phonon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/phonon/F-12/phonon.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- phonon.spec	7 Oct 2009 13:11:53 -0000	1.47
+++ phonon.spec	7 Oct 2009 14:08:28 -0000	1.48
@@ -2,7 +2,7 @@
 Summary: Multimedia framework api
 Name:    phonon
 Version: 4.3.1
-Release: 101%{?dist}
+Release: 102%{?dist}
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://phonon.kde.org/
@@ -29,7 +29,7 @@ Patch2:  qt-x11-opensource-src-4.5.2-gst
 
 ## define to build phonon-backend-xine only
 #define xine_only 1
-#Patch10: phonon-4.3.1-xineonly.patch
+Patch10: phonon-4.3.1-xineonly.patch
 
 ## Upstream patches
 Patch100: phonon-4.3.2-gstreamer-utf8-url.patch
@@ -48,14 +48,16 @@ BuildRequires: kde-filesystem
 BuildRequires: libxcb-devel
 BuildRequires: libxml2-devel
 BuildRequires: pkgconfig
-BuildRequires: qt4-devel >= 4.4.0
+BuildRequires: qt4-devel
 BuildRequires: xine-lib-devel
 
 Requires: phonon-backend%{?_isa} >= %{version}
 
-## can switch to Requires instead of Conflicts once bootstrapping is done
-#Requires: qt4%{?_isa} >= %{_qt4_version}
-Conflicts: qt4 < 4.5.2-21
+%if 0%{?fedora} > 11
+Requires: qt4%{?_isa} >= 4.5.2-21 
+%else
+Requires: qt4%{?_isa} >= %{_qt4_version}
+%endif
 
 %description
 %{summary}.
@@ -101,7 +103,7 @@ Provides:  %{name}-backend-gst = %{versi
 
 # not working?  use -C .../xine hack below instead for now  -- Rex
 %if 0%{?xine_only}
-#%patch10 -p1 -b .xineonly
+#patch10 -p1 -b .xineonly
 %endif
 
 
@@ -202,6 +204,9 @@ gtk-update-icon-cache %{_kde4_iconsdir}/
 
 
 %changelog
+* Sat Oct 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.1-102
+- Requires: qt4 >= 4.5.2-21 (f12+)
+
 * Tue Sep 29 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.1-101
 - revert to kde/phonon
 - inflate to Release: 101




More information about the fedora-extras-commits mailing list