Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2013-01-07 11:07:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kde4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-kde4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kde4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2013-01-03 
13:54:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes     
2013-01-07 11:07:27.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan  3 21:08:32 UTC 2013 - [email protected]
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+- Added patch to ensure installation of /usr/bin/pykdeuic4 
+  (fix-symlink-for-pykdeuic4.patch)
+
+-------------------------------------------------------------------
python3-kde4.changes: same change

Old:
----
  pykde4-4.9.95.tar.xz

New:
----
  fix-symlink-for-pykdeuic4.patch
  pykde4-4.9.97.tar.xz

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

Other differences:
------------------
++++++ python-kde4.spec ++++++
--- /var/tmp/diff_new_pack.1IridR/_old  2013-01-07 11:07:29.000000000 +0100
+++ /var/tmp/diff_new_pack.1IridR/_new  2013-01-07 11:07:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kde4
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,19 @@
 
 
 Name:           python-kde4
-Version:        4.9.95
+Version:        4.9.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
+Patch0:         fix-symlink-for-pykdeuic4.patch
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel
 BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  nepomuk-core-devel
 BuildRequires:  okular-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  xz
@@ -60,9 +62,10 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%patch0 -p0
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kde4 -d build -- -DPYKDEUIC4_ALTINSTALL=FALSE
   %make_jobs
 
 %install
@@ -80,6 +83,7 @@
 %exclude %{_kde4_appsdir}/pykde4/examples
 %{_kde4_appsdir}/pykde4
 %{_kde4_modulesdir}/kpythonpluginfactory.so
+%{_kde4_bindir}/pykdeuic4-2.7
 %{_kde4_bindir}/pykdeuic4
 %{py_sitedir}/PyQt4/uic/widget-plugins
 %{py_sitedir}/PyQt4/uic/pykdeuic4.*

++++++ python3-kde4.spec ++++++
--- /var/tmp/diff_new_pack.1IridR/_old  2013-01-07 11:07:29.000000000 +0100
+++ /var/tmp/diff_new_pack.1IridR/_new  2013-01-07 11:07:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kde4
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,19 @@
 
 
 Name:           python3-kde4
-Version:        4.9.95
+Version:        4.9.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
+Patch0:         fix-symlink-for-pykdeuic4.patch
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libjasper-devel
 BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  nepomuk-core-devel
 BuildRequires:  okular-devel
 BuildRequires:  python3-devel
 BuildRequires:  python3-qt4-devel
@@ -53,9 +55,10 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%patch0 -p0
 
 %build
-  %cmake_kde4 -d build -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
+  %cmake_kde4 -d build -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DPYKDEUIC4_ALTINSTALL=FALSE
   %make_jobs
 
 %install
@@ -64,7 +67,6 @@
   %fdupes -s %{buildroot}%{_datadir}
   rm -rf %{buildroot}%{_datadir}/sip/PyKDE4
   rm -rf %{buildroot}%{_kde4_appsdir}/pykde4/examples
-  mv %{buildroot}%{_kde4_bindir}/pykdeuic4 
%{buildroot}%{_kde4_bindir}/py3kdeuic4
 
 %post -p /sbin/ldconfig
 
@@ -74,7 +76,8 @@
 %defattr(-,root,root)
 %{python3_sitearch}/PyKDE4
 %{_kde4_appsdir}/pykde4
-%{_kde4_bindir}/py3kdeuic4
+%{_kde4_bindir}/pykdeuic4
+%{_kde4_bindir}/pykdeuic4-3.3
 %{python3_sitearch}/PyQt4/uic/widget-plugins
 %{python3_sitearch}/PyQt4/uic/pykdeuic4.*
 %{python3_sitearch}/PyQt4/uic/__pycache__/

++++++ fix-symlink-for-pykdeuic4.patch ++++++
--- tools/pykdeuic4/CMakeLists.txt      2012-12-30 10:05:50.465108547 +0100
+++ tools/pykdeuic4/CMakeLists.txt      2013-01-04 14:15:52.468438186 +0100
@@ -10,7 +10,7 @@
 
 if (NOT PYKDEUIC4_ALTINSTALL)
     # Step 2: Make a the generated symlink a link to "pykdeuic4"
-    install(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink 
${BIN_INSTALL_DIR}/${_uic_name} ${BIN_INSTALL_DIR}/pykdeuic4)" )
+    INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} 
-DTARGET=${BIN_INSTALL_DIR}/${_uic_name} 
-DLINK_NAME=${BIN_INSTALL_DIR}/pykdeuic4 -P 
${cmake_module_dir}/create_exe_symlink.cmake)" )
 endif()
 
 unset(_uic_name)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to