Hello community, here is the log from the commit of package htmldoc for openSUSE:Factory checked in at 2020-09-29 18:58:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/htmldoc (Old) and /work/SRC/openSUSE:Factory/.htmldoc.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "htmldoc" Tue Sep 29 18:58:43 2020 rev:24 rq:827709 version:1.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/htmldoc/htmldoc.changes 2017-12-22 12:18:19.151659744 +0100 +++ /work/SRC/openSUSE:Factory/.htmldoc.new.4249/htmldoc.changes 2020-09-29 18:58:47.721554243 +0200 @@ -1,0 +2,51 @@ +Tue Aug 18 18:57:22 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.9.9: + - Added support for a `HTMLDOC.filename` META keyword that controls the filename + reported in CGI mode; the default remains "htmldoc.pdf" (Issue #367) + - Fixed a paragraph formatting issue with large inline images (Issue #369) + - Fixed a buffer underflow issue (Issue #370) + - Fixed PDF page numbers (Issue #371) + - Added support for a new `L` header/footer format (`$LETTERHEAD`), which + inserts a letterhead image at its full size (Issue #372, Issue #373, + Issue #375) + - Updated the build documentation (Issue #374) + - Refactored the PRE rendering code to work around compiler optimization bugs + - Added support for links with targets (Issue #351) + - Fixed a table rowspan + valign bug (Issue #360) + - Added support for data URIs (Issue #340) + - HTMLDOC no longer includes a PDF table of contents when converting a single + web page (Issue #344) + - Updated the markdown support with external links, additional inline markup, + and hard line breaks. + - Links in markdown text no longer render with a leading space as part of the + link (Issue #346) + - Fixed a buffer underflow bug discovered by AddressSanitizer. + - Fixed a bug in UTF-8 support (Issue #348) + - PDF output now includes the base language of the input document(s) + - Optimized the loading of font widths (Issue #354) + - Optimized PDF page resources (Issue #356) + - Optimized the base memory used for font widths (Issue #357) + - Added proper `­` support (Issue #361) + - Title files can now be markdown. + - The GUI did not support EPUB output. + - Empty markdown table cells were not rendered in PDF or PostScript output. + - The automatically-generated title page now supports both "docnumber" and + "version" metadata. + - Added support for dc:subject and dc:language metadata in EPUB output from the + HTML keywords and lang values. + - Added support for the subject and language metadata in markdown input. + - Fixed a buffer underflow bug (Issue #338) + - `htmldoc --help` now reports whether HTTPS URLs are supported (Issue #339) + - Fixed an issue with HTML title pages and EPUB output. + - Inline fixed-width text is no longer reduced in size automatically + - Optimized initialization of font width data (Issue #334) + - Fixed formatting bugs with aligned images (Issue #322, Issue #324) + - Fixed support for three digit "#RGB" color values (Issue #323) + - Fixed character set support for markdown metadata. + - Updated libpng to v1.6.34 (Issue #326) + - The makefiles did not use the CPPFLAGS value (Issue #328) + - Added Markdown table support. + - Fixed parsing of TBODY, TFOOT, and THEAD elements in HTML files. + +------------------------------------------------------------------- Old: ---- htmldoc-1.9.1.tar.gz New: ---- htmldoc-1.9.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ htmldoc.spec ++++++ --- /var/tmp/diff_new_pack.y6Hmf2/_old 2020-09-29 18:58:48.885555657 +0200 +++ /var/tmp/diff_new_pack.y6Hmf2/_new 2020-09-29 18:58:48.889555662 +0200 @@ -1,7 +1,7 @@ # # spec file for package htmldoc # -# Copyright (c) 2017 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,17 +12,17 @@ # 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/ # Name: htmldoc -Version: 1.9.1 +Version: 1.9.9 Release: 0 Summary: HTML Processor that Generates HTML, PostScript, and PDF Files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Publishing/HTML/Tools -Url: https://michaelrsweet.github.io/htmldoc/index.html +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++ @@ -44,7 +44,7 @@ %build %configure \ --with-gui -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -58,12 +58,13 @@ %suse_update_desktop_file %{name} -G%{name} %files -%doc CHANGES.md COPYING README.md +%license COPYING +%doc CHANGES.md README.md %{_bindir}/htmldoc %{_datadir}/htmldoc %{_datadir}/pixmaps/htmldoc.xpm %{_datadir}/mime/packages/htmldoc.xml %{_datadir}/applications/htmldoc.desktop -%{_mandir}/man1/htmldoc.1%{ext_man} +%{_mandir}/man1/htmldoc.1%{?ext_man} %changelog ++++++ htmldoc-1.9.1.tar.gz -> htmldoc-1.9.9.tar.gz ++++++ ++++ 16745 lines of diff (skipped)
