diff --git a/html-xml-utils-8.4.tar.gz b/html-xml-utils-8.4.tar.gz deleted file mode 100644 index 42aeb96..0000000 --- a/html-xml-utils-8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41bb9b14e1f4cd6102e3f8dfb79e7146a24c09693869873165c421769a57d137 -size 420832 diff --git a/html-xml-utils-8.6.tar.gz b/html-xml-utils-8.6.tar.gz new file mode 100644 index 0000000..d9bcb64 --- /dev/null +++ b/html-xml-utils-8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2 +size 421530 diff --git a/html-xml-utils.changes b/html-xml-utils.changes index 306f27a..3ddb9e3 100644 --- a/html-xml-utils.changes +++ b/html-xml-utils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 4 14:27:28 UTC 2023 - Andrea Manzini + +- Update to version 8.6: + * tests/select34.sh: Use "tr" instead of "xarg" to replace \0 by + \n. (The xargs command on BSD ignores empty input lines, the GNU + version does not.) Also use "printf" instead of "echo" to write to + the log file, because it seems to be more consistent between + different shells. + + * hxselect.c: Fixed a bug in parsing octal escapes in the + separator string (option -s). Patch provided by Jorrit Fahlke. + + * errexit.c: Removed. Consistently use err() and errx() + everywhere. + + * hxwls.c, printlinks.c, hxcopy.c: Allow white space before and + after URLs in attributes. (Allowed by HTML5.) + ------------------------------------------------------------------- Fri Apr 1 18:43:35 UTC 2022 - Sebastian Wagner diff --git a/html-xml-utils.spec b/html-xml-utils.spec index 89e5c69..0baf75d 100644 --- a/html-xml-utils.spec +++ b/html-xml-utils.spec @@ -1,7 +1,7 @@ # # spec file for package html-xml-utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: html-xml-utils -Version: 8.4 +Version: 8.6 Release: 0 Summary: A number of utilities for manipulating HTML and XML files License: W3C