Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poppler for openSUSE:Factory checked in at 2021-12-25 20:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poppler (Old) and /work/SRC/openSUSE:Factory/.poppler.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poppler" Sat Dec 25 20:16:37 2021 rev:175 rq:942324 version:21.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/poppler/poppler.changes 2021-12-07 00:00:42.944281434 +0100 +++ /work/SRC/openSUSE:Factory/.poppler.new.2520/poppler.changes 2021-12-25 20:16:54.125262128 +0100 @@ -1,0 +2,6 @@ +Wed Dec 22 13:10:44 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Use gcc11 when building in SLE/Leap since a Qt6 header file + includes <filesystem> which was still experimental in gcc7. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poppler.spec ++++++ --- /var/tmp/diff_new_pack.gla8r2/_old 2021-12-25 20:16:54.697262593 +0100 +++ /var/tmp/diff_new_pack.gla8r2/_new 2021-12-25 20:16:54.701262596 +0100 @@ -41,7 +41,11 @@ Source: https://poppler.freedesktop.org/%{sname}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: cmake >= 3.10 +%if 0%{?suse_version} < 1550 +BuildRequires: gcc11-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: gtk-doc BuildRequires: libboost_headers-devel >= 1.58 BuildRequires: openjpeg2 @@ -212,6 +216,9 @@ export MOCQT5='%{_libqt5_bindir}/moc' export MOCQT52='%{_libqt5_bindir}/moc' %endif +%if 0%{?suse_version} < 1550 +export CXX=g++-11 +%endif # make introspection scanner (g-ir-scanner) work with older build envs export LD_LIBRARY_PATH=$(pwd)/build