forked from pool/htmldoc
Accepting request 1114937 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1114937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htmldoc?expand=0&rev=33
This commit is contained in:
commit
f426f18d91
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1086385c4c16cdabe428ab1aa041266baebee39f222cf6a3947b41027b7dae3
|
|
||||||
size 3389563
|
|
3
htmldoc-1.9.17-source.tar.gz
Normal file
3
htmldoc-1.9.17-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a04a71cba453c84dfe628918728bf4bc4077dc17b27db8230985e3e44746a663
|
||||||
|
size 3289176
|
@ -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 <dmueller@suse.com>
|
Mon Jul 11 08:00:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package htmldoc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: htmldoc
|
Name: htmldoc
|
||||||
Version: 1.9.16
|
Version: 1.9.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTML Processor that Generates HTML, PostScript, and PDF Files
|
Summary: HTML Processor that Generates HTML, PostScript, and PDF Files
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Publishing/HTML/Tools
|
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/releases/download/v%{version}/htmldoc-%{version}-source.tar.gz
|
Source: https://github.com/michaelrsweet/htmldoc/releases/download/v%{version}/htmldoc-%{version}-source.tar.gz
|
||||||
|
BuildRequires: cups-devel
|
||||||
BuildRequires: fltk-devel
|
BuildRequires: fltk-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user