Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2014-03-30 07:51:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kde4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-kde4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kde4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2014-03-18 
16:02:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes     
2014-03-30 08:56:36.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Mar 27 17:39:37 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+-------------------------------------------------------------------
+Mon Mar 24 10:30:42 UTC 2014 - tittiatc...@gmail.com
+
+- Add patch python-sip-4.15.5.fixes.diff to resolve build issues
+  with a newer python-sip
+
+-------------------------------------------------------------------
+Thu Mar 20 18:05:42 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+-------------------------------------------------------------------
python3-kde4.changes: same change

Old:
----
  pykde4-4.12.90.tar.xz

New:
----
  pykde4-4.12.97.tar.xz
  python-sip-4.15.5.fixes.diff

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

Other differences:
------------------
++++++ python-kde4.spec ++++++
--- /var/tmp/diff_new_pack.pU11QC/_old  2014-03-30 09:03:37.000000000 +0200
+++ /var/tmp/diff_new_pack.pU11QC/_new  2014-03-30 09:03:37.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           python-kde4
-Version:        4.12.90
+Version:        4.12.97
 Release:        0
 Summary:        Python bindings for KDE 4
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Development/Libraries/KDE
 Url:            https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:        pykde4-%{version}.tar.xz
+#PATCH-FIX-OPENSUSE tittiatcoke@gmail -- Fix buildissues with newer SIP. Based 
on fedora patch
+Patch1:         python-sip-4.15.5.fixes.diff
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -121,6 +123,9 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%if %{suse_version} > 1310
+%patch1 -p1
+%endif
 
 %build
 %cmake_kde4 -d build -- -DPYKDEUIC4_ALTINSTALL=TRUE 
-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++++++ python3-kde4.spec ++++++
--- /var/tmp/diff_new_pack.pU11QC/_old  2014-03-30 09:03:37.000000000 +0200
+++ /var/tmp/diff_new_pack.pU11QC/_new  2014-03-30 09:03:37.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           python3-kde4
-Version:        4.12.90
+Version:        4.12.97
 Release:        0
 Summary:        Python bindings for KDE 4
 License:        LGPL-2.1+ and GPL-2.0+
 Group:          Development/Libraries/KDE
 Url:            https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:        pykde4-%{version}.tar.xz
+#PATCH-FIX-OPENSUSE tittiatcoke@gmail -- Fix buildissues with newer SIP. Based 
on fedora patch
+Patch1:         python-sip-4.15.5.fixes.diff
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -124,6 +126,9 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%if %{suse_version} > 1310
+%patch1 -p1
+%endif
 
 %build
 %cmake_kde4 -d build -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DPYKDEUIC4_ALTINSTALL=TRUE -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++++++ pykde4-4.12.90.tar.xz -> pykde4-4.12.97.tar.xz ++++++

++++++ python-sip-4.15.5.fixes.diff ++++++
diff -up pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5 
pykde4-4.12.3/sip/phonon/backendcapabilities.sip
--- pykde4-4.12.3/sip/phonon/backendcapabilities.sip.sip4_15_5  2014-01-18 
13:18:35.000000000 -0600
+++ pykde4-4.12.3/sip/phonon/backendcapabilities.sip    2014-03-16 
16:56:36.865132943 -0500
@@ -26,7 +26,7 @@ namespace Phonon
 {
 namespace BackendCapabilities
 {
-class Notifier : QObject /NoDefaultCtors,PyQt4NoQMetaObject/
+class Notifier : QObject /NoDefaultCtors,PyQtNoQMetaObject/
 {
 
 signals:

diff -up 
pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath 
pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt
--- pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt.python_library_realpath   
2014-01-18 13:18:35.000000000 -0600
+++ pykde4-4.12.3/kpythonpluginfactory/CMakeLists.txt   2014-03-07 
22:38:06.228544932 -0600
@@ -3,7 +3,8 @@
 set(kpythonpluginfactory_SRCS
     kpythonpluginfactory.cpp)
 
-GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARIES} NAME)
+GET_FILENAME_COMPONENT(PYTHON_LIBRARY_REALPATH "${PYTHON_LIBRARY}" REALPATH)
+GET_FILENAME_COMPONENT(LIB_PYTHON ${PYTHON_LIBRARY_REALPATH} NAME)
 ADD_DEFINITIONS(-DLIB_PYTHON="${LIB_PYTHON}")
 ADD_DEFINITIONS(-DKDE_DEFAULT_DEBUG_AREA=15000)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to