Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2017-12-04 10:00:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager"

Mon Dec  4 10:00:24 2017 rev:173 rq:547541 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes    
2017-10-02 16:51:36.368266938 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes       
2017-12-04 10:00:26.424631133 +0100
@@ -1,0 +2,9 @@
+Fri Dec  1 15:22:50 UTC 2017 - [email protected]
+
+- Switch to python3:
+  + Replace BuildRequires python-gobject, python2-dbus-python with
+    python3-gobject, python3-dbus-python.
+  + Explictly set environment variable PYTHON as python3 in
+    build time.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ NetworkManager.spec ++++++
--- /var/tmp/diff_new_pack.M4EGAe/_old  2017-12-04 10:00:28.292563336 +0100
+++ /var/tmp/diff_new_pack.M4EGAe/_new  2017-12-04 10:00:28.292563336 +0100
@@ -51,9 +51,9 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
 BuildRequires:  ppp-devel
-BuildRequires:  python-gobject
+BuildRequires:  python3-gobject
 # Required for tests
-BuildRequires:  python2-dbus-python
+BuildRequires:  python3-dbus-python
 BuildRequires:  readline-devel
 BuildRequires:  rp-pppoe
 # Do not use suse-release, it's very late in build chain and not needed
@@ -241,6 +241,7 @@
 pppddir=`ls -1d %{_libdir}/pppd/2*`
 test -n "$pppddir" || exit 1
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+export PYTHON=/usr/bin/python3
 %configure \
     --disable-silent-rules \
     --with-hostname-persist=suse \


Reply via email to