Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2018-11-26 10:16:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.python-qt5.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qt5"

Mon Nov 26 10:16:13 2018 rev:33 rq:648999 version:5.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes    2018-11-10 
16:54:46.592091510 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new.19453/python-qt5.changes 
2018-11-26 10:16:16.658015740 +0100
@@ -1,0 +2,6 @@
+Wed Nov 14 13:33:59 UTC 2018 - Antonio Larrosa <alarr...@suse.com>
+
+- Do not build Qt5NetworkAuth support in SLE, which doesn't have the
+  libqt5-qtnetworkauth package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-qt5.spec ++++++
--- /var/tmp/diff_new_pack.gmHDYO/_old  2018-11-26 10:16:17.246015051 +0100
+++ /var/tmp/diff_new_pack.gmHDYO/_new  2018-11-26 10:16:17.250015047 +0100
@@ -41,6 +41,7 @@
 BuildRequires:  gdb
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python-enum34
 BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(Qt5Bluetooth)
 BuildRequires:  pkgconfig(Qt5Designer)
@@ -48,7 +49,6 @@
 BuildRequires:  pkgconfig(Qt5Location)
 BuildRequires:  pkgconfig(Qt5Multimedia)
 BuildRequires:  pkgconfig(Qt5MultimediaWidgets)
-BuildRequires:  pkgconfig(Qt5NetworkAuth)
 BuildRequires:  pkgconfig(Qt5Nfc)
 BuildRequires:  pkgconfig(Qt5Positioning)
 BuildRequires:  pkgconfig(Qt5Qml)
@@ -61,7 +61,6 @@
 BuildRequires:  pkgconfig(Qt5WebSockets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5XmlPatterns)
-BuildRequires:  python-enum34
 Requires:       %{name}-utils
 Requires:       python-sip(api) = %{python_sip_api_ver}
 %requires_ge    libqt5-x11
@@ -83,6 +82,10 @@
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
 %endif
 %endif
+# Do not build Qt5NetworkAuth support in SLE
+%if 0%{?is_opensuse}
+BuildRequires:  pkgconfig(Qt5NetworkAuth)
+%endif
 %ifpython2
 %requires_ge    dbus-1-python
 %endif


Reply via email to