Hello community,
here is the log from the commit of package yast2-python-bindings for
openSUSE:Factory checked in at 2020-03-14 09:54:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-python-bindings (Old)
and /work/SRC/openSUSE:Factory/.yast2-python-bindings.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-python-bindings"
Sat Mar 14 09:54:47 2020 rev:45 rq:784392 version:4.1.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-python-bindings/yast2-python-bindings.changes
2020-02-18 10:34:13.604188109 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-python-bindings.new.3160/yast2-python-bindings.changes
2020-03-14 09:54:49.319087305 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 13:30:21 UTC 2020 - Noel Power <[email protected]>
+
+- Fix build for python 3.8; (bsc#1166517)/
+- 4.1.3
+
+-------------------------------------------------------------------
Old:
----
yast2-python-bindings-4.1.2.tar.bz2
New:
----
yast2-python-bindings-4.1.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-python-bindings.spec ++++++
--- /var/tmp/diff_new_pack.wbkbcq/_old 2020-03-14 09:54:49.727087604 +0100
+++ /var/tmp/diff_new_pack.wbkbcq/_new 2020-03-14 09:54:49.731087607 +0100
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 4.1.2
+Version: 4.1.3
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
++++++ yast2-python-bindings-4.1.2.tar.bz2 ->
yast2-python-bindings-4.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-4.1.2/package/yast2-python-bindings.changes
new/yast2-python-bindings-4.1.3/package/yast2-python-bindings.changes
--- old/yast2-python-bindings-4.1.2/package/yast2-python-bindings.changes
2020-02-14 19:11:00.000000000 +0100
+++ new/yast2-python-bindings-4.1.3/package/yast2-python-bindings.changes
2020-03-12 18:51:07.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Mar 12 13:30:21 UTC 2020 - Noel Power <[email protected]>
+
+- Fix build for python 3.8; (bsc#1166517)/
+- 4.1.3
+
+-------------------------------------------------------------------
Mon Feb 10 23:59:20 UTC 2020 - [email protected]
- Don't overwrite CPPFLAGS/LDFLAGS/LIBADD during build; (bsc#1163310);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-python-bindings-4.1.2/package/yast2-python-bindings.spec
new/yast2-python-bindings-4.1.3/package/yast2-python-bindings.spec
--- old/yast2-python-bindings-4.1.2/package/yast2-python-bindings.spec
2020-02-14 19:11:00.000000000 +0100
+++ new/yast2-python-bindings-4.1.3/package/yast2-python-bindings.spec
2020-03-12 18:51:07.000000000 +0100
@@ -23,7 +23,7 @@
%bcond_with python2
%endif
Name: yast2-python-bindings
-Version: 4.1.2
+Version: 4.1.3
Release: 0
Summary: Python bindings for the YaST platform
License: GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-python-bindings-4.1.2/src/Makefile.am
new/yast2-python-bindings-4.1.3/src/Makefile.am
--- old/yast2-python-bindings-4.1.2/src/Makefile.am 2020-02-14
19:11:00.000000000 +0100
+++ new/yast2-python-bindings-4.1.3/src/Makefile.am 2020-03-12
18:51:07.000000000 +0100
@@ -26,7 +26,7 @@
SOURCES = Y2PythonComponent.cc Y2CCPython.cc YPython.cc YPythonNamespace.cc
YCPDeclarations.cc yast.cpp yast-core_wrap.cxx Y2PythonClientComponent.cc
Y2CCPythonClient.cc YPythonCode.cc PythonLogger.cc
LIB_LIBADD = -L$(py2langdir) -lpy2UI -lpy2wfm
-LIB_LDFLAGS = -module ${PYTHON_LDFLAGS} -Wl,-rpath=$(pyexecdir)
+LIB_LDFLAGS = -module ${PYTHON_LDFLAGS} ${PYTHON_LIBS} -Wl,-rpath=$(pyexecdir)
LIB_CPPFLAGS = -std=c++11 -I/usr/include/YaST2 ${PYTHON_CPPFLAGS}
-Wno-terminate -Wno-format-security -Wno-format-nonliteral
if HAVE_PY3