From c908473a61d9d1da3f818d2e2d8fcd34769f6edd3b288d4be44acd1cdd952b2d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 11 Jan 2021 10:30:43 +0000 Subject: [PATCH] Accepting request 862211 from home:jgwang:branches:utilities Update to version 7.9 OBS-URL: https://build.opensuse.org/request/show/862211 OBS-URL: https://build.opensuse.org/package/show/utilities/html-xml-utils?expand=0&rev=11 --- html-xml-utils-7.8.tar.gz | 3 --- html-xml-utils-7.9.tar.gz | 3 +++ html-xml-utils.changes | 12 ++++++++++++ html-xml-utils.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 html-xml-utils-7.8.tar.gz create mode 100644 html-xml-utils-7.9.tar.gz diff --git a/html-xml-utils-7.8.tar.gz b/html-xml-utils-7.8.tar.gz deleted file mode 100644 index 9e5f7d8..0000000 --- a/html-xml-utils-7.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ab41c9277efc699603d062c10740c6e528fdb9ac35014db4e07f16ad8700d5d -size 408201 diff --git a/html-xml-utils-7.9.tar.gz b/html-xml-utils-7.9.tar.gz new file mode 100644 index 0000000..188bfbf --- /dev/null +++ b/html-xml-utils-7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f +size 407764 diff --git a/html-xml-utils.changes b/html-xml-utils.changes index 8a77ba0..a475d58 100644 --- a/html-xml-utils.changes +++ b/html-xml-utils.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 11 07:45:54 UTC 2021 - Wang Jun + +- Update to version 7.9 + * unent.hash: gperf 3.1 generates size_t instead of unsigned int. + * Makefile.am: Call gperf on unent.hash with "-k 1-6" instead of + "-k 1,2,$ -D". Added test select25.sh. + * select25.sh: Test added. (Contributed by Hugo Peixoto.) + * selector.c: An attribute selector with an empty string such as + [foo=''], resulted in a NULL value instead of an empty string, + which led to a crash. (Found and fixed by Hugo Peixoto.) + ------------------------------------------------------------------- Thu Oct 24 20:21:24 UTC 2019 - Sebastian Wagner diff --git a/html-xml-utils.spec b/html-xml-utils.spec index 359340e..00051b3 100644 --- a/html-xml-utils.spec +++ b/html-xml-utils.spec @@ -1,7 +1,7 @@ # # spec file for package html-xml-utils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,12 +17,12 @@ Name: html-xml-utils -Version: 7.8 +Version: 7.9 Release: 0 Summary: A number of utilities for manipulating HTML and XML files License: W3C Group: Development/Languages/Other -Url: https://www.w3.org/Tools/HTML-XML-utils/ +URL: https://www.w3.org/Tools/HTML-XML-utils/ Source: https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-%{version}.tar.gz BuildRequires: bison BuildRequires: flex