Hello community, here is the log from the commit of package python-pyside for openSUSE:Factory checked in at 2017-12-22 12:20:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyside (Old) and /work/SRC/openSUSE:Factory/.python-pyside.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyside" Fri Dec 22 12:20:15 2017 rev:6 rq:559046 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyside/python-pyside.changes 2016-10-13 11:31:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyside.new/python-pyside.changes 2017-12-22 12:21:05.585201144 +0100 @@ -1,0 +2,11 @@ +Thu Dec 21 10:15:46 UTC 2017 - fab...@ritter-vogt.de + +- Require python-pyside-common for common files + +------------------------------------------------------------------- +Sat Dec 2 13:21:21 UTC 2017 - fab...@ritter-vogt.de + +- Do not build with Qt4 WebKit: + * Vade retro satana + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyside.spec ++++++ --- /var/tmp/diff_new_pack.zb3ccs/_old 2017-12-22 12:21:06.417160578 +0100 +++ /var/tmp/diff_new_pack.zb3ccs/_new 2017-12-22 12:21:06.417160578 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyside # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,6 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libQtWebKit-devel BuildRequires: libqt4-devel >= 4.8 BuildRequires: libshiboken-devel BuildRequires: libxslt-devel @@ -38,6 +37,8 @@ BuildRequires: python-devel BuildRequires: python-pyside-shiboken BuildRequires: python-setuptools +# Built by python3-pyside +Requires: python-pyside-common %description The PySide project provides LGPL-licensed Python bindings for the Qt @@ -80,6 +81,8 @@ cp -R %{_builddir}/%{pyname}-%{version}/%{_name}_package/%{pyname}.egg-info %{buildroot}%{py_sitedir}/%{pyname}-%{version}-py%{py_ver}.egg-info %fdupes %{buildroot} popd +# Part of python-pyside-common +rm -rf %{buildroot}%{_datadir}/%{pyname}/ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -90,7 +93,6 @@ %{_libdir}/%{libprefix}-python%{py_ver}.so.* %{py_sitedir}/%{pyname}/ %{py_sitedir}/%{pyname}-%{version}-py%{py_ver}.egg-info/ -%{_datadir}/%{pyname}/ %files devel %defattr(-,root,root)