Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python3-pyside2 for openSUSE:Factory
checked in at 2021-04-24 23:08:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside2 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside2.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside2"
Sat Apr 24 23:08:16 2021 rev:13 rq:888021 version:5.15.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside2/python3-pyside2.changes
2020-09-16 19:34:56.186535917 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyside2.new.12324/python3-pyside2.changes
2021-04-24 23:09:35.211431601 +0200
@@ -1,0 +2,11 @@
+Fri Apr 23 12:10:27 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Exclude internal imports detected by qml-autoreqprov.
+
+-------------------------------------------------------------------
+Wed Apr 7 22:56:48 UTC 2021 - Dirk M??ller <[email protected]>
+
+- avoid repackaging the pkgconfig and cmake directories - they are
+ provided by the filesystem package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside2.spec ++++++
--- /var/tmp/diff_new_pack.gvTKPD/_old 2021-04-24 23:09:35.655432229 +0200
+++ /var/tmp/diff_new_pack.gvTKPD/_new 2021-04-24 23:09:35.659432235 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-pyside2
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,9 @@
%bcond_with tests
+# QML imports created and used by examples
+%global __requires_exclude qmlimport\\((Charts|TextBalloonPlugin)
+
%define mypython python3
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@@ -197,8 +200,10 @@
%exclude %{_datadir}/PySide2/examples
%{_includedir}/*
%{_libdir}/*.so
-%{_libdir}/cmake
-%{_libdir}/pkgconfig
+%{_libdir}/cmake/PySide2-%{version}
+%{_libdir}/cmake/Shiboken2-%{version}
+%{_libdir}/pkgconfig/pyside2.pc
+%{_libdir}/pkgconfig/shiboken2.pc
%{_mandir}/man*/*
%files examples