Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qpdf for openSUSE:Factory checked in at 2022-07-22 19:20:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpdf (Old) and /work/SRC/openSUSE:Factory/.qpdf.new.21925 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpdf" Fri Jul 22 19:20:19 2022 rev:61 rq:990379 version:10.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes 2022-03-23 20:15:32.958366851 +0100 +++ /work/SRC/openSUSE:Factory/.qpdf.new.21925/qpdf.changes 2022-07-22 19:20:22.276572498 +0200 @@ -1,0 +2,5 @@ +Tue Jul 19 16:15:26 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add disable-newpdf-renderer.patch (bsc#1201642) + +------------------------------------------------------------------- New: ---- disable-newpdf-renderer.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpdf.spec ++++++ --- /var/tmp/diff_new_pack.cnJsdj/_old 2022-07-22 19:20:22.960573672 +0200 +++ /var/tmp/diff_new_pack.cnJsdj/_new 2022-07-22 19:20:22.964573679 +0200 @@ -27,6 +27,7 @@ Source: https://github.com/qpdf/qpdf/releases/download/release-qpdf-%{version}/qpdf-%{version}.tar.gz Source1: https://github.com/qpdf/qpdf/releases/download/release-qpdf-%{version}/qpdf-%{version}.tar.gz.asc Source2: qpdf.keyring +Patch1: disable-newpdf-renderer.patch BuildRequires: gcc-c++ BuildRequires: ghostscript BuildRequires: libjpeg8-devel ++++++ disable-newpdf-renderer.patch ++++++ Index: qpdf-10.6.3/qpdf/qtest/qpdf.test =================================================================== --- qpdf-10.6.3.orig/qpdf/qtest/qpdf.test +++ qpdf-10.6.3/qpdf/qtest/qpdf.test @@ -5663,7 +5663,7 @@ sub compare_pdfs $td->runtest("convert original file to image", {$td->COMMAND => "(cd tif1;" . - " gs 2>$devNull -q -dNOPAUSE -sDEVICE=tiff24nc" . + " gs 2>$devNull -q -dNEWPDF=false -dNOPAUSE -sDEVICE=tiff24nc" . " -sOutputFile=a.tif - < ../$f1)"}, {$td->STRING => "", $td->EXIT_STATUS => 0}); @@ -5682,7 +5682,7 @@ sub compare_pdfs $td->runtest("convert new file to image", {$td->COMMAND => "(cd tif2;" . - " gs 2>$devNull -q -dNOPAUSE -sDEVICE=tiff24nc" . + " gs 2>$devNull -q -dNEWPDF=false -dNOPAUSE -sDEVICE=tiff24nc" . " -sOutputFile=a.tif - < ../$f2)"}, {$td->STRING => "", $td->EXIT_STATUS => 0});