Accepting request 743106 from utilities
- update to version 7.8: * textwrap.c, langinfo.c, hxnormalize.c: Added knowledge about languages that do not use spaces between words. In such languages, a newline should not be converted to a space in outc() in textwrap.c, but only to a break opportunity. * hxtoc.c: The element to group headings in HTML5 is called HGROUP, not HEADER. The heading of a section (SECTION, ARTICLE, etc.) need not be the first element, there may be non-header elements before it. * hxwls.c: Print "longdesc", "classid" or "codebase" in the second column for the corresponding attribute. Also recognize srcset (somewhat). * hxnormalize.c: Added option -X to indicate the input is XML instead of HTML. Handle conversion of CDATA elements to XML by escaping < and & instead of adding <![CDATA[. Added corresponding test normalize13.sh. OBS-URL: https://build.opensuse.org/request/show/743106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/html-xml-utils?expand=0&rev=5
This commit is contained in:
commit
fc1e27fad4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:99373637639bf1bd33c5d2a7c2c4cd4efc30dcf37350fc536c489a2370b998ef
|
|
||||||
size 403664
|
|
3
html-xml-utils-7.8.tar.gz
Normal file
3
html-xml-utils-7.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ab41c9277efc699603d062c10740c6e528fdb9ac35014db4e07f16ad8700d5d
|
||||||
|
size 408201
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 20:21:24 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 7.8:
|
||||||
|
* textwrap.c, langinfo.c, hxnormalize.c: Added knowledge about
|
||||||
|
languages that do not use spaces between words. In such languages,
|
||||||
|
a newline should not be converted to a space in outc() in
|
||||||
|
textwrap.c, but only to a break opportunity.
|
||||||
|
* hxtoc.c: The element to group headings in HTML5 is called
|
||||||
|
HGROUP, not HEADER. The heading of a section (SECTION, ARTICLE,
|
||||||
|
etc.) need not be the first element, there may be non-header
|
||||||
|
elements before it.
|
||||||
|
* hxwls.c: Print "longdesc", "classid" or "codebase" in the second
|
||||||
|
column for the corresponding attribute. Also recognize srcset
|
||||||
|
(somewhat).
|
||||||
|
* hxnormalize.c: Added option -X to indicate the input is XML
|
||||||
|
instead of HTML. Handle conversion of CDATA elements to XML by
|
||||||
|
escaping < and & instead of adding <![CDATA[. Added corresponding
|
||||||
|
test normalize13.sh.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 14 19:44:10 UTC 2018 - jengelh@inai.de
|
Sat Jul 14 19:44:10 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package html-xml-utils
|
# spec file for package html-xml-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: html-xml-utils
|
Name: html-xml-utils
|
||||||
Version: 7.7
|
Version: 7.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A number of utilities for manipulating HTML and XML files
|
Summary: A number of utilities for manipulating HTML and XML files
|
||||||
License: W3C
|
License: W3C
|
||||||
|
Loading…
x
Reference in New Issue
Block a user