Hello community, here is the log from the commit of package wkhtmltopdf for openSUSE:Factory checked in at 2020-05-01 11:14:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wkhtmltopdf (Old) and /work/SRC/openSUSE:Factory/.wkhtmltopdf.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wkhtmltopdf" Fri May 1 11:14:34 2020 rev:3 rq:799208 version:0.12.5 Changes: -------- --- /work/SRC/openSUSE:Factory/wkhtmltopdf/wkhtmltopdf.changes 2018-05-19 15:43:14.200936426 +0200 +++ /work/SRC/openSUSE:Factory/.wkhtmltopdf.new.2738/wkhtmltopdf.changes 2020-05-01 11:14:40.824020625 +0200 @@ -1,0 +2,40 @@ +Thu Apr 30 10:11:38 UTC 2020 - Manuel Schnitzer <[email protected]> + +- update to version 0.12.5 (boo#1170923) + + * fixed build without patched Qt and integrate with Travis CI and AppVeyor + * **#1524**: **[qt]** partial fix for overlapping text when repeating headers/footers in table (qt#29) + * **#1914**: **[qt]** rotated elements not rendered on thead on second page and beyond + * **#1870**: fixed sending of duplicate cookies (#3257) + * **#2609**: add viewportSize property to C API (#3440) + * **#2711**: fix differences between "counting" and "printing" phases (causing crashes/blank pages) + * **#3001**: fix static builds not working with updated OpenSSL + * **#3090**: added support for SSL client certificates (#3206) + * **#3241**: fix for DPI regression on OS X (#3386) + * **#3363**: added error message for network errors related to non-media files + * **#3364**: new option `verbosity` to allow different log levels in both CLI and API + * **#3476**: fix application name in libwkhtmltox (#3878) + * **#3672**: **[qt]** fix broken PDF with fonts having spaces in name (qt#38) + * **#3680**: **[qt]** fix build on macOS 10.13 + * **#3900**: **[qt]** properly encode URLs with unicode characters in links + * add outlineDepth property to C API (#3291) + * add wkhtmltoimage_destroy_global_settings method to C API (#3324) + * switch to self-hosted website and downloads as gna.org is shutting down (#3390) + * fix conversion of read-only form fields (#3550) + * flush stderr to allow reading progress updates (#3583) + * fix handling of errors for media URLs with query string (#3593) + * add setting to perform hostname lookup via proxy (#3628) + * correctly pass --copies to underlying QPrinter (#3747) + * minor documentation updates and fixing compiler warnings + * add various Qt patches to support OpenSSL 1.1 and latest MinGW/macOS environments + * removed build scripts in favor of separate repo (wkhtmltopdf/packaging) + +- Added a recommendation for 'xvfb-run' in order to make wkhtmltopdf working for users + that don't have X installed (like for server environments). xvfb-run can be set in front + of the actual wkhtmltopdf command + +- Remove wkhtmltopdf-0.12.4-unpatched-qt.patch + * This patch is no longer needed, because the changes are already in the + upstream release + +------------------------------------------------------------------- Old: ---- wkhtmltopdf-0.12.4-unpatched-qt.patch wkhtmltox-0.12.4.tar.bz2 New: ---- wkhtmltopdf-0.12.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wkhtmltopdf.spec ++++++ --- /var/tmp/diff_new_pack.Peq0ZT/_old 2020-05-01 11:14:41.856022870 +0200 +++ /var/tmp/diff_new_pack.Peq0ZT/_new 2020-05-01 11:14:41.860022878 +0200 @@ -1,7 +1,7 @@ # # spec file for package wkhtmltopdf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,17 +20,13 @@ %define libname lib%{wk_name}%{sover} %define wk_name wkhtmltox Name: wkhtmltopdf -Version: 0.12.4 +Version: 0.12.5 Release: 0 Summary: Convert HTML into PDF and various image formats License: LGPL-3.0-only Group: Productivity/Publishing/PDF -URL: http://wkhtmltopdf.org -Source: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/%{version}/%{wk_name}-%{version}.tar.bz2 -# This patch should not be used in the next release because -# it's already in upstream sources. -# Please test it without that patch next time. -Patch0: wkhtmltopdf-0.12.4-unpatched-qt.patch +URL: https://github.com/wkhtmltopdf/wkhtmltopdf/archive/%{version}.tar.gz +Source: %{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Svg) @@ -38,6 +34,7 @@ BuildRequires: pkgconfig(Qt5WebKitWidgets) BuildRequires: pkgconfig(Qt5XmlPatterns) Provides: wkhtmltoimage +Recommends: xvfb-run %description wkhtmltopdf and wkhtmltoimage are command line tools to @@ -67,8 +64,7 @@ This package contains the headers for the wkhtmltopdf library. %prep -%setup -q -n %{wk_name}-%{version} -%patch0 +%setup -q %build %qmake5
