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-12-05 18:00:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpdf (Old) and /work/SRC/openSUSE:Factory/.qpdf.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpdf" Mon Dec 5 18:00:33 2022 rev:64 rq:1039929 version:11.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes 2022-10-18 12:44:30.425656419 +0200 +++ /work/SRC/openSUSE:Factory/.qpdf.new.1835/qpdf.changes 2022-12-05 18:00:34.956379480 +0100 @@ -1,0 +2,15 @@ +Sat Dec 3 22:47:41 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 11.2.0: + * Move stream creation functions in the QPDF object where they belong. The ones + in QPDFObjectHandle are not deprecated and will stick around. + * Add some convenience methods to QPDFTokenizer::Token for testing token types. + This is part of qpdfâs lexical layer and will not be needed by most developers. + * Fix issue with missing symbols in the mingw build. + * Fix major performance bug with the OpenSSL crypto provider. This bug was + causing a 6x to 12x slowdown for encrypted files when OpenSSL 3 was in use. + This includes the default Windows builds distributed with the qpdf release. + * Fix obscure bug involving appended files that reuse an object number that was + used as a cross reference stream in an earlier stage of the file. + +------------------------------------------------------------------- Old: ---- qpdf-11.1.1.tar.gz qpdf-11.1.1.tar.gz.asc New: ---- qpdf-11.2.0.tar.gz qpdf-11.2.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpdf.spec ++++++ --- /var/tmp/diff_new_pack.fNQce8/_old 2022-12-05 18:00:35.756383837 +0100 +++ /var/tmp/diff_new_pack.fNQce8/_new 2022-12-05 18:00:35.764383881 +0100 @@ -15,28 +15,29 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define so_version 29 Name: qpdf -Version: 11.1.1 +Version: 11.2.0 Release: 0 Summary: Command-line tools and library for transforming PDF files License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://qpdf.sourceforge.io/ -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 +Source: https://github.com/qpdf/qpdf/releases/download/v%{version}/qpdf-%{version}.tar.gz +Source1: https://github.com/qpdf/qpdf/releases/download/v%{version}/qpdf-%{version}.tar.gz.asc Source2: qpdf.keyring +BuildRequires: cmake +BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libjpeg) -BuildRequires: pkgconfig(gnutls) -BuildRequires: texlive-latex -BuildRequires: texlive-latexmk BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx-latex BuildRequires: python3-sphinx_rtd_theme -BuildRequires: cmake -BuildRequires: fdupes +BuildRequires: texlive-latex +BuildRequires: texlive-latexmk +BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(zlib) %description QPDF is a program that does structural, content-preserving @@ -94,7 +95,6 @@ %check make -C build test - %install %cmake_install mkdir -m755 -p %{buildroot}%{_docdir}/%{name}/html ++++++ qpdf-11.1.1.tar.gz -> qpdf-11.2.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/qpdf/qpdf-11.1.1.tar.gz /work/SRC/openSUSE:Factory/.qpdf.new.1835/qpdf-11.2.0.tar.gz differ: char 12, line 1