Accepting request 1084745 from home:amanzini:branches:utilities
- 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.) OBS-URL: https://build.opensuse.org/request/show/1084745 OBS-URL: https://build.opensuse.org/package/show/utilities/html-xml-utils?expand=0&rev=18
This commit is contained in:
parent
2367d33548
commit
2f18daff27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bb9b14e1f4cd6102e3f8dfb79e7146a24c09693869873165c421769a57d137
|
||||
size 420832
|
3
html-xml-utils-8.6.tar.gz
Normal file
3
html-xml-utils-8.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2
|
||||
size 421530
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 14:27:28 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user