Hello community,

here is the log from the commit of package python-qt4 for openSUSE:Factory 
checked in at 2013-11-25 16:02:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt4/python-qt4.changes    2013-09-12 
17:27:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python-qt4.changes       
2013-11-25 16:02:59.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 15 06:06:14 UTC 2013 - [email protected]
+
+- Fixed missing phonon support (bnc#848953)
+  * Patched configure.py so that it properly detects phonon 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-qt4/python3-qt4.changes   2013-09-12 
17:27:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt4.new/python3-qt4.changes      
2013-11-25 16:02:59.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 15 06:06:14 UTC 2013 - [email protected]
+
+- Fixed missing phonon support (bnc#848953)
+  * Patched configure.py so that it properly detects phonon
+
+-------------------------------------------------------------------

New:
----
  fix-phonon.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-qt4.spec ++++++
--- /var/tmp/diff_new_pack.7ijgcn/_old  2013-11-25 16:03:00.000000000 +0100
+++ /var/tmp/diff_new_pack.7ijgcn/_new  2013-11-25 16:03:00.000000000 +0100
@@ -27,6 +27,7 @@
 Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0:         link-python.diff
 Patch2:         build-compare.diff
+Patch3:         fix-phonon.patch
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
@@ -86,6 +87,7 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ python3-qt4.spec ++++++
--- /var/tmp/diff_new_pack.7ijgcn/_old  2013-11-25 16:03:00.000000000 +0100
+++ /var/tmp/diff_new_pack.7ijgcn/_new  2013-11-25 16:03:00.000000000 +0100
@@ -27,6 +27,7 @@
 Source0:        
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%{rversion}/PyQt-x11-gpl-%{rversion}.tar.gz
 Patch0:         link-python3.diff
 Patch2:         build-compare.diff
+Patch3:         fix-phonon.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
@@ -69,6 +70,7 @@
 %setup -q -n PyQt-x11-gpl-%{rversion}
 %patch0 -p1
 %patch2
+%patch3 -p1
 
 %build
 export CXXFLAGS="%{optflags}"

++++++ fix-phonon.patch ++++++
Index: PyQt-x11-gpl-4.10.3/configure.py
===================================================================
--- PyQt-x11-gpl-4.10.3.orig/configure.py
+++ PyQt-x11-gpl-4.10.3/configure.py
@@ -1278,6 +1278,8 @@ def compile_qt_program(name, mname, extr
     qt = [mname]
     if mname in ("QtAssistant", "QtHelp", "QtOpenGL", "QtWebKit"):
         qt.append("QtCore")
+    if mname in ("phonon"):
+        qt.append("QtGui")
 
     makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,
             opengl=opengl, debug=opts.debug, arch=sipcfg.arch,
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to