From 6913ff178d835a4e9850d3d711c4fc0386c38cc77cb7a546912b09dda050b3af Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 3 Oct 2023 08:17:53 +0000 Subject: [PATCH] Accepting request 1114779 from home:pgajdos - version update to 1.9.17 * Added new `--pre-indent` option to control indentation of pre-formatted text (Issue #505) * Now link to CUPS library instead of embedding its HTTP code. * Updated PostScript and PDF date/time information to use UTC (Issue #490) * Fixed multiple conversions of UTF-8 HTML files from the GUI (Issue #496) * Fixed a compile bug on Solaris (Issue #498) * Fixed a markdown parsing bug (Issue #503) * Fixed a relative URL handling bug (Issue #507) * Fixed a crash bug with bad title images (Issue #510) * Fixed some minor CodeQL warnings. OBS-URL: https://build.opensuse.org/request/show/1114779 OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=38 --- htmldoc-1.9.16-source.tar.gz | 3 --- htmldoc-1.9.17-source.tar.gz | 3 +++ htmldoc.changes | 15 +++++++++++++++ htmldoc.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 htmldoc-1.9.16-source.tar.gz create mode 100644 htmldoc-1.9.17-source.tar.gz diff --git a/htmldoc-1.9.16-source.tar.gz b/htmldoc-1.9.16-source.tar.gz deleted file mode 100644 index 6de53cb..0000000 --- a/htmldoc-1.9.16-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1086385c4c16cdabe428ab1aa041266baebee39f222cf6a3947b41027b7dae3 -size 3389563 diff --git a/htmldoc-1.9.17-source.tar.gz b/htmldoc-1.9.17-source.tar.gz new file mode 100644 index 0000000..1f11a61 --- /dev/null +++ b/htmldoc-1.9.17-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04a71cba453c84dfe628918728bf4bc4077dc17b27db8230985e3e44746a663 +size 3289176 diff --git a/htmldoc.changes b/htmldoc.changes index 0245710..08bbeb3 100644 --- a/htmldoc.changes +++ b/htmldoc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 2 09:06:11 UTC 2023 - pgajdos@suse.com + +- version update to 1.9.17 + * Added new `--pre-indent` option to control indentation of pre-formatted text + (Issue #505) + * Now link to CUPS library instead of embedding its HTTP code. + * Updated PostScript and PDF date/time information to use UTC (Issue #490) + * Fixed multiple conversions of UTF-8 HTML files from the GUI (Issue #496) + * Fixed a compile bug on Solaris (Issue #498) + * Fixed a markdown parsing bug (Issue #503) + * Fixed a relative URL handling bug (Issue #507) + * Fixed a crash bug with bad title images (Issue #510) + * Fixed some minor CodeQL warnings. + ------------------------------------------------------------------- Mon Jul 11 08:00:48 UTC 2022 - Dirk Müller diff --git a/htmldoc.spec b/htmldoc.spec index 5064eca..e264ef4 100644 --- a/htmldoc.spec +++ b/htmldoc.spec @@ -1,7 +1,7 @@ # # spec file for package htmldoc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: htmldoc -Version: 1.9.16 +Version: 1.9.17 Release: 0 Summary: HTML Processor that Generates HTML, PostScript, and PDF Files License: LGPL-2.1-or-later Group: Productivity/Publishing/HTML/Tools URL: https://michaelrsweet.github.io/htmldoc/index.html Source: https://github.com/michaelrsweet/htmldoc/releases/download/v%{version}/htmldoc-%{version}-source.tar.gz +BuildRequires: cups-devel BuildRequires: fltk-devel BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme