- 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/package/show/utilities/html-xml-utils?expand=0&rev=9
This commit is contained in:
Sebastian Wagner 2019-10-24 20:22:36 +00:00 committed by Git OBS Bridge
parent b19d908cc8
commit 08513df59e
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99373637639bf1bd33c5d2a7c2c4cd4efc30dcf37350fc536c489a2370b998ef
size 403664

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ab41c9277efc699603d062c10740c6e528fdb9ac35014db4e07f16ad8700d5d
size 408201

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Version: 7.7
Version: 7.8
Release: 0
Summary: A number of utilities for manipulating HTML and XML files
License: W3C