From f52fecabe7eee887fb93e7359dc959dfae7017150f54d50767b5ca436e82aa29 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 1 Feb 2021 15:15:42 +0000 Subject: [PATCH] Accepting request 867825 from home:dirkmueller:branches:Publishing - update to 1.9.11: - Added high-resolution desktop icons for Linux. - Updated the internal HTTP library to fix truncation of redirection URLs - Fixed a regression in the handling of character entities for UTF-8 input - The `--numbered` option did not work when the table-of-contents was disabled - Updated local zlib to v1.2.11. - Updated local libpng to v1.6.37. - Fixed packaging issues on macOS and Windows - Now ignore sRGB profile errors in PNG files - The GUI would crash when saving - Page comments are now allowed in `pre` text OBS-URL: https://build.opensuse.org/request/show/867825 OBS-URL: https://build.opensuse.org/package/show/Publishing/htmldoc?expand=0&rev=25 --- htmldoc-1.9.11.tar.gz | 3 +++ htmldoc-1.9.9.tar.gz | 3 --- htmldoc.changes | 15 +++++++++++++++ htmldoc.spec | 6 ++++-- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 htmldoc-1.9.11.tar.gz delete mode 100644 htmldoc-1.9.9.tar.gz diff --git a/htmldoc-1.9.11.tar.gz b/htmldoc-1.9.11.tar.gz new file mode 100644 index 0000000..2ecd233 --- /dev/null +++ b/htmldoc-1.9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa994270dc05ab52d57ed738128370ba783989e97687801fe3c12f445af0d05 +size 4505305 diff --git a/htmldoc-1.9.9.tar.gz b/htmldoc-1.9.9.tar.gz deleted file mode 100644 index 3cddffb..0000000 --- a/htmldoc-1.9.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59c699f7ae9f6e9a291e28870f93a824cf5ecf7b3ea6634773cc5a7f9ccd1000 -size 4496717 diff --git a/htmldoc.changes b/htmldoc.changes index 713831a..fa91eaa 100644 --- a/htmldoc.changes +++ b/htmldoc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 29 23:58:53 UTC 2021 - Dirk Müller + +- update to 1.9.11: + - Added high-resolution desktop icons for Linux. + - Updated the internal HTTP library to fix truncation of redirection URLs + - Fixed a regression in the handling of character entities for UTF-8 input + - The `--numbered` option did not work when the table-of-contents was disabled + - Updated local zlib to v1.2.11. + - Updated local libpng to v1.6.37. + - Fixed packaging issues on macOS and Windows + - Now ignore sRGB profile errors in PNG files + - The GUI would crash when saving + - Page comments are now allowed in `pre` text + ------------------------------------------------------------------- Tue Aug 18 18:57:22 UTC 2020 - Dirk Mueller diff --git a/htmldoc.spec b/htmldoc.spec index 30fe28c..9bf626a 100644 --- a/htmldoc.spec +++ b/htmldoc.spec @@ -1,7 +1,7 @@ # # spec file for package htmldoc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: htmldoc -Version: 1.9.9 +Version: 1.9.11 Release: 0 Summary: HTML Processor that Generates HTML, PostScript, and PDF Files License: LGPL-2.1-or-later @@ -26,6 +26,7 @@ URL: https://michaelrsweet.github.io/htmldoc/index.html Source: https://github.com/michaelrsweet/htmldoc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fltk-devel BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme BuildRequires: libXpm-devel BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel @@ -63,6 +64,7 @@ rm -rf %{buildroot}/home %{buildroot}%{_datadir}/doc/%{name} %{_bindir}/htmldoc %{_datadir}/htmldoc %{_datadir}/pixmaps/htmldoc.xpm +%{_datadir}/icons/hicolor/*x*/apps/htmldoc.png %{_datadir}/mime/packages/htmldoc.xml %{_datadir}/applications/htmldoc.desktop %{_mandir}/man1/htmldoc.1%{?ext_man}