Hello community, here is the log from the commit of package qpdf for openSUSE:Factory checked in at 2018-08-28 09:20:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpdf (Old) and /work/SRC/openSUSE:Factory/.qpdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpdf" Tue Aug 28 09:20:39 2018 rev:37 rq:630484 version:8.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes 2018-07-04 23:49:40.744253470 +0200 +++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes 2018-08-28 09:21:12.824223329 +0200 @@ -1,0 +2,40 @@ +Mon Aug 20 08:26:03 UTC 2018 - [email protected] + +- Update to version 8.2.1 + Command-line Enchancements + + * Add --keep-files-open=[yn] to override default determination + of whether to keep files open when merging. +- Update to version 8.2.0 + Command-line Enhancements + + * Add --no-warn option to suppress issuing warning messages. + If there are any conditions that would have caused warnings + to be issued, the exit status is still 3. + + Bug fixesd and Optimizations + + * Performance fix: optimize page merging operation to avoid + unnecessary open/close calls on files being merged. This + solves a dramatic slow-down that was observed when merging + certain types of files. + * Optimize how memory was used for the TIFF predictor, + drastically improving performance and memory usage for files + containing high-resolution images compressed with Flate + using the TIFF predictor. + * Bug fix: end of line characters were not properly handled + inside strings in some cases. + * Bug fix: using --progress on very small files could cause + an infinite loop. + + API enhancements + + * Add new class QPDFSystemError, derived from std::runtime_error, + which is now thrown by QUtil::throw_system_error. This enables + the triggering errno value to be retrieved. + * Add ClosedFileInputSource::stayOpen method, enabling a + ClosedFileInputSource to stay open during manually indicated + periods of high activity, thus reducing the overhead of + frequent open/close operations. + +------------------------------------------------------------------- Old: ---- qpdf-8.1.0.tar.gz qpdf-8.1.0.tar.gz.asc New: ---- qpdf-8.2.1.tar.gz qpdf-8.2.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpdf.spec ++++++ --- /var/tmp/diff_new_pack.vjymfz/_old 2018-08-28 09:21:13.500225437 +0200 +++ /var/tmp/diff_new_pack.vjymfz/_new 2018-08-28 09:21:13.504225449 +0200 @@ -18,14 +18,14 @@ %define so_version 21 Name: qpdf -Version: 8.1.0 +Version: 8.2.1 Release: 0 Summary: Command-line tools and library for transforming PDF files License: Apache-2.0 Group: Development/Libraries/C and C++ Url: http://qpdf.sourceforge.net/ -Source: https://github.com/qpdf/qpdf/releases/download/untagged-56d59bde45a6af871f08/qpdf-8.1.0.tar.gz -Source1: https://github.com/qpdf/qpdf/releases/download/untagged-56d59bde45a6af871f08/qpdf-8.1.0.tar.gz.asc +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 BuildRequires: gcc-c++ BuildRequires: libjpeg8-devel @@ -46,6 +46,13 @@ from other PDF files or to inspect or extract information from existing PDF files. +%package htmldoc +Summary: Documentation files for qpdf +Group: Documentation/HTML + +%description htmldoc +This package contains the documentation for qpdf + %package devel Summary: Development files for qpdf PDF manipulation library Group: Development/Libraries/C and C++ @@ -83,16 +90,23 @@ find %{buildroot} -type f -name "*.la" -delete -print +mkdir -p %{buildroot}%{_docdir}/%{name}/html +mv %{buildroot}%{_docdir}/%{name}/*.{css,html,pdf} %{buildroot}%{_docdir}/%{name}/html + %post -n libqpdf%{so_version} -p /sbin/ldconfig %postun -n libqpdf%{so_version} -p /sbin/ldconfig %files %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/* -%doc ChangeLog Artistic-2.0 +%doc ChangeLog +%license Artistic-2.0 %{_bindir}/* %{_mandir}/man1/* +%files htmldoc +%dir %{_docdir}/%{name}/html +%doc %{_docdir}/%{name}/html/* + %files -n libqpdf%{so_version} %{_libdir}/libqpdf.so.%{so_version}* ++++++ qpdf-8.1.0.tar.gz -> qpdf-8.2.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/qpdf/qpdf-8.1.0.tar.gz /work/SRC/openSUSE:Factory/.qpdf.new/qpdf-8.2.1.tar.gz differ: char 5, line 1
