Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scribus for openSUSE:Factory checked in at 2023-08-08 15:54:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scribus (Old) and /work/SRC/openSUSE:Factory/.scribus.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scribus" Tue Aug 8 15:54:11 2023 rev:83 rq:1102710 version:1.5.8 Changes: -------- --- /work/SRC/openSUSE:Factory/scribus/scribus.changes 2022-09-21 14:42:35.865782467 +0200 +++ /work/SRC/openSUSE:Factory/.scribus.new.22712/scribus.changes 2023-08-08 15:54:13.476726780 +0200 @@ -1,0 +2,6 @@ +Mon Aug 7 12:17:33 UTC 2023 - Christophe Marin <[email protected]> + +- Disable AI PDF import support until scribus supports Podofo >= 0.10 + (cf. https://bugs.scribus.net/view.php?id=16948) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scribus.spec ++++++ --- /var/tmp/diff_new_pack.dtY7fK/_old 2023-08-08 15:54:14.452732887 +0200 +++ /var/tmp/diff_new_pack.dtY7fK/_new 2023-08-08 15:54:14.456732913 +0200 @@ -17,12 +17,16 @@ # +# Disable AI PDF import until scribus supports podofo 0.10 +# (https://bugs.scribus.net/view.php?id=16948) +%if 0%{?suse_version} < 1550 +%bcond_without podofo +%endif Name: scribus Version: 1.5.8 Release: 0 Summary: Page Layout and Desktop Publishing (DTP) License: GPL-2.0-or-later -Group: Productivity/Publishing/Other URL: https://www.scribus.net/ # https://sourceforge.net/projects/scribus/files/scribus-devel/1.5.8/ Source0: %{name}-%{version}.tar.xz @@ -53,7 +57,9 @@ BuildRequires: libfreehand-devel BuildRequires: libmspub-devel BuildRequires: libpagemaker-devel +%if %{with podofo} BuildRequires: libpodofo-devel +%endif BuildRequires: libqxp-devel BuildRequires: librevenge-devel BuildRequires: libtiff-devel @@ -107,7 +113,6 @@ %package doc Summary: Documentation for Scribus -Group: Documentation/HTML %description doc This package provides the documentation for Scribus. @@ -123,12 +128,15 @@ pushd build cmake .. \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DWANT_DISTROBUILD=1 \ - -DWANT_HUNSPELL=1 \ - -DWANT_GRAPHICSMAGICK=1 \ - -DWANT_CPP17=ON \ + -DWANT_DISTROBUILD=TRUE \ + -DWANT_HUNSPELL=TRUE \ + -DWANT_GRAPHICSMAGICK=TRUE \ + -DWANT_CPP17=TRUE \ %if "%{_lib}" == "lib64" - -DWANT_LIB64=1 + -DWANT_LIB64=TRUE \ +%endif +%if %{without podofo} + -DWITH_PODOFO=FALSE %endif %cmake_build
