- 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:
parent
c908473a61
commit
609d6ee3fb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d86ac96ea660316bef814c17b2a96d54cdf91c69e59614459865c2bfdaee433f
|
||||
size 407764
|
3
html-xml-utils-8.0.tar.gz
Normal file
3
html-xml-utils-8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
|
||||
size 408867
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user