Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poppler for openSUSE:Factory checked in at 2023-01-14 20:30:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poppler (Old) and /work/SRC/openSUSE:Factory/.poppler.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "poppler" Sat Jan 14 20:30:51 2023 rev:190 rq:1058134 version:23.01.0 Changes: -------- --- /work/SRC/openSUSE:Factory/poppler/poppler.changes 2023-01-04 17:50:34.613465180 +0100 +++ /work/SRC/openSUSE:Factory/.poppler.new.32243/poppler.changes 2023-01-14 20:31:07.809004646 +0100 @@ -1,0 +2,7 @@ +Thu Jan 12 17:55:53 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- Add patch to reduce the boost dependencies (which isn't really + needed) so we can build poppler 23.01.0 in SLE-15-SP4/SP5: + * reduce-boost-required-version.patch + +------------------------------------------------------------------- New: ---- reduce-boost-required-version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poppler.spec ++++++ --- /var/tmp/diff_new_pack.oQQ3jp/_old 2023-01-14 20:31:08.753010221 +0100 +++ /var/tmp/diff_new_pack.oQQ3jp/_new 2023-01-14 20:31:08.757010245 +0100 @@ -42,9 +42,10 @@ Source1: %{url}/%{sname}-%{version}.tar.xz.sig Source90: poppler.keyring Source99: baselibs.conf +Patch0: reduce-boost-required-version.patch BuildRequires: cmake >= 3.10 BuildRequires: gtk-doc -BuildRequires: libboost_headers-devel >= 1.58 +BuildRequires: libboost_headers-devel >= 1.66 BuildRequires: openjpeg2 BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -164,7 +165,7 @@ %package -n libpoppler-devel Summary: Development files for the Poppler PDF rendering library Group: Development/Libraries/C and C++ -Requires: libboost_headers-devel >= 1.58 +Requires: libboost_headers-devel >= 1.66 Requires: libpoppler%{poppler_sover} = %{version} Requires: libpoppler-cpp%{poppler_cpp_sover} = %{version} Requires: libstdc++-devel @@ -212,6 +213,7 @@ %prep %setup -q -n poppler-%{version} +%patch0 -p1 %build %if "%{flavor}" == "qt5" ++++++ reduce-boost-required-version.patch ++++++ Index: poppler-23.01.0/CMakeLists.txt =================================================================== --- poppler-23.01.0.orig/CMakeLists.txt +++ poppler-23.01.0/CMakeLists.txt @@ -214,7 +214,7 @@ endif() # Check for Cairo rendering backend macro_optional_find_package(Cairo ${CAIRO_VERSION}) -find_package(Boost 1.71.0) +find_package(Boost 1.66.0) if(Boost_FOUND) set(USE_BOOST_HEADERS ON) elseif(ENABLE_BOOST)