diff --git a/html-xml-utils-7.9.tar.gz b/html-xml-utils-7.9.tar.gz deleted file mode 100644 index 188bfbf..0000000 --- a/html-xml-utils-7.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f -size 407764 diff --git a/html-xml-utils-8.0.tar.gz b/html-xml-utils-8.0.tar.gz new file mode 100644 index 0000000..a38e449 --- /dev/null +++ b/html-xml-utils-8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2 +size 408867 diff --git a/html-xml-utils.changes b/html-xml-utils.changes index a475d58..aa5cf0d 100644 --- a/html-xml-utils.changes +++ b/html-xml-utils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Nov 2 20:39:02 UTC 2021 - Sebastian Wagner + +- update to version 8.0: + * selector.c, selmatch.c: Also parse and process the experimental + ":is()" and ":where()" pseudo-classes. Correct a bug in parsing + comma-separated selectors. Correct a bug in esc() that caused an + empty string to fail (e.g., in [alt=""]. (The function esc() is not + used, but could be used when debugging.) + * tests/select14.sh: Test ":empty" in combination with another + pseudo-class. + * Makefile.am: Added tests select26.sh, select27.sh, select28.sh, + select29.sh and select30.sh + * configure.ac: Added AC_SYS_LARGEFILE to enable seek() to seek + large files and the off_t type to be 64 bits on older, 32-bit + systems. Also check for limits.h. + * hxselect.1: Noted the known bug that case-insensitive selectors + (option -i) only work with ASCII characters. + ------------------------------------------------------------------- Mon Jan 11 07:45:54 UTC 2021 - Wang Jun diff --git a/html-xml-utils.spec b/html-xml-utils.spec index 00051b3..d5a3e1c 100644 --- a/html-xml-utils.spec +++ b/html-xml-utils.spec @@ -17,7 +17,7 @@ Name: html-xml-utils -Version: 7.9 +Version: 8.0 Release: 0 Summary: A number of utilities for manipulating HTML and XML files License: W3C