Hello community, here is the log from the commit of package qpdf for openSUSE:Factory checked in at 2020-04-09 23:14:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpdf (Old) and /work/SRC/openSUSE:Factory/.qpdf.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpdf" Thu Apr 9 23:14:26 2020 rev:47 rq:791839 version:10.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes 2020-01-30 09:35:02.157285734 +0100 +++ /work/SRC/openSUSE:Factory/.qpdf.new.3248/qpdf.changes 2020-04-09 23:14:29.458211070 +0200 @@ -1,0 +2,15 @@ +Mon Apr 6 18:18:50 UTC 2020 - Ismail Dönmez <[email protected]> + +- Update to version 10.0.0 + * Several internal optimizations + * OpenSSL support as alternative crypto provider + * Bug fixes + * See http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes + for the complete changelog. +- Add BR on pkgconfig(openssl) to add support for OpenSSL crypto + provider and enable with --enable-crypto-openssl. +- Drop BR on pkgconfig(gnutls) now that we have OpenSSL support. +- Pass --disable-implicit-crypto to configure to make sure weak + crypto code is disabled. + +------------------------------------------------------------------- Old: ---- qpdf-9.1.1.tar.gz qpdf-9.1.1.tar.gz.asc New: ---- qpdf-10.0.0.tar.gz qpdf-10.0.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpdf.spec ++++++ --- /var/tmp/diff_new_pack.dl0plr/_old 2020-04-09 23:14:30.302211558 +0200 +++ /var/tmp/diff_new_pack.dl0plr/_new 2020-04-09 23:14:30.306211560 +0200 @@ -16,9 +16,9 @@ # -%define so_version 26 +%define so_version 28 Name: qpdf -Version: 9.1.1 +Version: 10.0.0 Release: 0 Summary: Command-line tools and library for transforming PDF files License: Apache-2.0 @@ -31,7 +31,7 @@ BuildRequires: libjpeg8-devel BuildRequires: pkgconfig BuildRequires: zlib-devel -BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(openssl) %description QPDF is a program that does structural, content-preserving @@ -78,7 +78,8 @@ %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %configure --disable-static \ - --enable-crypto-gnutls \ + --enable-crypto-openssl \ + --disable-implicit-crypto \ --docdir='${datarootdir}'/doc/packages/%{name} \ --enable-show-failed-test-output make %{?_smp_mflags} ++++++ qpdf-9.1.1.tar.gz -> qpdf-10.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/qpdf/qpdf-9.1.1.tar.gz /work/SRC/openSUSE:Factory/.qpdf.new.3248/qpdf-10.0.0.tar.gz differ: char 5, line 1
