From f9adbc00c854358087f2324aa66c5e86b4bd8ff89189e1fa13979b5da42308aa Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 21 Dec 2021 08:47:19 +0000 Subject: [PATCH] - Update to version 8.1: * tests/select11.sh, tests/select12.sh, tests/select13.sh, tests/select19.sh, tests/select21.sh: Added some text and comments, to test that they are correctly skipped. * tests/select31.sh, tests/select32.sh, Makefile.am: Added two tests for the sibling selector (~). * selmatch.c: Sibling selector failed to skip non-element nodes. * dict.c: Deleting an entry with dict_destroy() made entries with the same hash value that were stored in subsequent slots inaccessible. The dict_destroy() function isn't used in any of the HTML-XML-utils, but other programs may borrow this module. OBS-URL: https://build.opensuse.org/package/show/utilities/html-xml-utils?expand=0&rev=14 --- html-xml-utils-8.0.tar.gz | 3 --- html-xml-utils-8.1.tar.gz | 3 +++ html-xml-utils.changes | 15 +++++++++++++++ html-xml-utils.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 html-xml-utils-8.0.tar.gz create mode 100644 html-xml-utils-8.1.tar.gz diff --git a/html-xml-utils-8.0.tar.gz b/html-xml-utils-8.0.tar.gz deleted file mode 100644 index a38e449..0000000 --- a/html-xml-utils-8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2 -size 408867 diff --git a/html-xml-utils-8.1.tar.gz b/html-xml-utils-8.1.tar.gz new file mode 100644 index 0000000..332a602 --- /dev/null +++ b/html-xml-utils-8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7482350a68d2e74f6c2a6e17d871ba06c94101ece1e74a357ea7821bb419eb +size 413135 diff --git a/html-xml-utils.changes b/html-xml-utils.changes index aa5cf0d..9e60d11 100644 --- a/html-xml-utils.changes +++ b/html-xml-utils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 21 08:46:21 UTC 2021 - Sebastian Wagner + +- Update to version 8.1: + * tests/select11.sh, tests/select12.sh, tests/select13.sh, + tests/select19.sh, tests/select21.sh: Added some text and + comments, to test that they are correctly skipped. + * tests/select31.sh, tests/select32.sh, Makefile.am: Added two + tests for the sibling selector (~). + * selmatch.c: Sibling selector failed to skip non-element nodes. + * dict.c: Deleting an entry with dict_destroy() made entries with + the same hash value that were stored in subsequent slots + inaccessible. The dict_destroy() function isn't used in any of the + HTML-XML-utils, but other programs may borrow this module. + ------------------------------------------------------------------- Tue Nov 2 20:39:02 UTC 2021 - Sebastian Wagner diff --git a/html-xml-utils.spec b/html-xml-utils.spec index d5a3e1c..13ca40a 100644 --- a/html-xml-utils.spec +++ b/html-xml-utils.spec @@ -17,7 +17,7 @@ Name: html-xml-utils -Version: 8.0 +Version: 8.1 Release: 0 Summary: A number of utilities for manipulating HTML and XML files License: W3C