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

OBS-URL: https://build.opensuse.org/package/show/utilities/html-xml-utils?expand=0&rev=13
This commit is contained in:
Sebastian Wagner 2021-11-02 20:40:42 +00:00 committed by Git OBS Bridge
parent c908473a61
commit 609d6ee3fb
4 changed files with 23 additions and 4 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
size 408867

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 2 20:39:02 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <jgwang@suse.com>

View File

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