Hello community,

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

Package is "python-kde4"

Wed Mar  1 23:44:13 2017 rev:91 rq:461356 version:4.14.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2017-01-22 
00:50:11.292326920 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes     
2017-03-01 23:44:14.528156409 +0100
@@ -1,0 +2,6 @@
+Sat Feb 25 23:20:19 UTC 2017 - [email protected]
+
+- Add Annotate-KAutoMount-as-Abstract.patch to fix build with
+  python-sip 4.19.1 (boo#1026767)
+
+-------------------------------------------------------------------
python3-kde4.changes: same change

New:
----
  Annotate-KAutoMount-as-Abstract.patch

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

Other differences:
------------------
++++++ python-kde4.spec ++++++
--- /var/tmp/diff_new_pack.QADng1/_old  2017-03-01 23:44:15.448026682 +0100
+++ /var/tmp/diff_new_pack.QADng1/_new  2017-03-01 23:44:15.448026682 +0100
@@ -30,6 +30,8 @@
 Patch2:         fix-build.diff
 # PATCH-FIX-UPSTREAM fix-build-with-sip-4.19.patch -- fix build with 
python-sip 4.19
 Patch3:         fix-build-with-sip-4.19.patch
+# PATCH-FIX-OPENSUSE Annotate-KAutoMount-as-Abstract.patch boo#1026767 
[email protected] -- fix build with python-sip 4.19.1
+Patch4:         Annotate-KAutoMount-as-Abstract.patch
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -131,6 +133,7 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %cmake_kde4 -d build -- -DPYKDEUIC4_ALTINSTALL=TRUE 
-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++++++ python3-kde4.spec ++++++
--- /var/tmp/diff_new_pack.QADng1/_old  2017-03-01 23:44:15.472023298 +0100
+++ /var/tmp/diff_new_pack.QADng1/_new  2017-03-01 23:44:15.476022734 +0100
@@ -30,6 +30,8 @@
 Patch2:         fix-build.diff
 # PATCH-FIX-UPSTREAM fix-build-with-sip-4.19.patch -- fix build with 
python-sip 4.19
 Patch3:         fix-build-with-sip-4.19.patch
+# PATCH-FIX-OPENSUSE Annotate-KAutoMount-as-Abstract.patch boo#1026767 
[email protected] -- fix build with python-sip 4.19.1
+Patch4:         Annotate-KAutoMount-as-Abstract.patch
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -134,6 +136,7 @@
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %cmake_kde4 -d build -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DPYKDEUIC4_ALTINSTALL=TRUE -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++++++ Annotate-KAutoMount-as-Abstract.patch ++++++
diff -ur pykde4-4.14.3.old/sip/kio/kautomount.sip 
pykde4-4.14.3/sip/kio/kautomount.sip
--- pykde4-4.14.3.old/sip/kio/kautomount.sip    2014-08-14 22:17:11.000000000 
+0200
+++ pykde4-4.14.3/sip/kio/kautomount.sip        2017-02-25 19:17:16.511589230 
+0100
@@ -20,7 +20,7 @@
 // along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-class KAutoMount : QObject
+class KAutoMount : QObject /Abstract/
 {
 %TypeHeaderCode
 #include <kautomount.h>
@@ -42,7 +42,7 @@
 // KAutoMount
 
 
-class KAutoUnmount : QObject
+class KAutoUnmount : QObject /Abstract/
 {
 %TypeHeaderCode
 #include <kautomount.h>

Reply via email to