Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poppler for openSUSE:Factory checked in at 2026-04-23 17:03:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poppler (Old) and /work/SRC/openSUSE:Factory/.poppler.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poppler" Thu Apr 23 17:03:57 2026 rev:224 rq:1348542 version:26.02.0 Changes: -------- --- /work/SRC/openSUSE:Factory/poppler/poppler.changes 2026-02-24 15:38:33.522314710 +0100 +++ /work/SRC/openSUSE:Factory/.poppler.new.11940/poppler.changes 2026-04-23 17:04:00.147239055 +0200 @@ -1,0 +2,7 @@ +Tue Apr 21 10:48:17 UTC 2026 - Petr Gajdos <[email protected]> + +- %suse_version value will be bumped for each service pack (e. g. + 1610 for 16sp1), thus using >= 1600 for SLE16 +- SLE16 does not have extra-cmake-modules + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poppler.spec ++++++ --- /var/tmp/diff_new_pack.HJ8z0X/_old 2026-04-23 17:04:01.003274321 +0200 +++ /var/tmp/diff_new_pack.HJ8z0X/_new 2026-04-23 17:04:01.007274485 +0200 @@ -75,9 +75,12 @@ %else BuildRequires: gcc-c++ %endif +# SLE16 does not have extra-cmake-modules +%if 0%{?is_opensuse} || ! 0%{suse_version} >= 1600 BuildRequires: extra-cmake-modules +%endif # Don't build poppler-qt5 on SLE16 -%if "%{flavor}" == "qt5" && (0%{suse_version} == 1600 && ! 0%{?is_opensuse}) +%if "%{flavor}" == "qt5" && (0%{suse_version} >= 1600 && ! 0%{?is_opensuse}) ExclusiveArch: do_not_build %endif %if "%{flavor}" == "qt5"
