Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poppler-qt5 for openSUSE:Leap:16.0 checked in at 2025-05-05 12:25:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/python-poppler-qt5 (Old) and /work/SRC/openSUSE:Leap:16.0/.python-poppler-qt5.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poppler-qt5" Mon May 5 12:25:45 2025 rev:2 rq:1274377 version:21.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/python-poppler-qt5/python-poppler-qt5.changes 2025-03-19 11:55:37.276113965 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.python-poppler-qt5.new.30101/python-poppler-qt5.changes 2025-05-05 12:25:47.048520259 +0200 @@ -1,0 +2,13 @@ +Fri Nov 8 09:58:15 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Fix requires_eq replacement gh#openSUSE/python-rpm-macros#185 +- Fix rpmlint complaints + +------------------------------------------------------------------- +Tue Nov 5 08:37:33 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + * gh#openSUSE/python-rpm-macros#185 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poppler-qt5.spec ++++++ --- /var/tmp/diff_new_pack.wG0CCj/_old 2025-05-05 12:25:47.344532673 +0200 +++ /var/tmp/diff_new_pack.wG0CCj/_new 2025-05-05 12:25:47.348532841 +0200 @@ -19,6 +19,7 @@ %{?sle15_python_module_pythons} +%define plainpython python Name: python-poppler-qt5 Version: 21.3.0 Release: 0 @@ -32,8 +33,8 @@ BuildRequires: libpoppler-qt5-devel BuildRequires: python-pyqt-rpm-macros BuildRequires: python-rpm-macros -%requires_eq python-qt5 - +Requires: python-PyQt5 = %(rpm -q --whatprovides python-PyQt5 --qf "%%{version}") +Requires: python-PyQt5-sip = %(rpm -q --whatprovides python-PyQt5-sip --qf "%%{version}") %python_subpackages %description @@ -46,6 +47,7 @@ Requires: libpoppler-qt5-devel Requires: python-qt5-devel Requires: python-sip-devel +Requires: %plainpython(abi) = %{python_version} %description devel A Python binding for libpoppler-qt5 that aims for completeness