- Update to release 20230411

OBS-URL: https://build.opensuse.org/package/show/utilities/hxtools?expand=0&rev=37
This commit is contained in:
2023-04-11 10:50:16 +00:00
committed by Git OBS Bridge
parent daadf8b628
commit a441f538bb
6 changed files with 26 additions and 19 deletions

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCY3oPXAAKCRD3bv5dDCI6
j2i8AQCNCOEaLciO/E/LTn4MIfdErIAX9P8+DWs54SHFpz56MwEA59eRhZeSM/0B
p4zp3LqHDT5D6wN0Jh3Mr9HFudYz4gc=
=c6bc
-----END PGP SIGNATURE-----

View File

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

7
hxtools-20230411.tar.asc Normal file
View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQS8oMXDCcrFaedKkhz3bv5dDCI6jwUCZDU6nQAKCRD3bv5dDCI6
j9l2AP40D/0W+FOslByplu6u4QFRyXP+yttv4aC/hIXl8oF+rwD/YoO2uE3sb9g8
tCLftSQNvNOMrCKKlyPkQijTJcc3dQ4=
=MgJy
-----END PGP SIGNATURE-----

3
hxtools-20230411.tar.zst Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 11 10:48:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20230411
* checkbrack: remove -p option
* gpsh: avoid spurious "mkvmerge failed" report
* wktimer: -S option behavior split off to -X
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 1 20:35:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Thu Dec 1 20:35:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package hxtools # spec file for package hxtools
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: hxtools Name: hxtools
Version: 20221120 Version: 20230411
Release: 0 Release: 0
Summary: Collection of day-to-day tools (binaries) Summary: Collection of day-to-day tools (binaries)
License: GPL-2.0+ and WTFPL License: GPL-2.0-or-later AND WTFPL
Group: Productivity/Other Group: Productivity/Other
Url: https://inai.de/projects/hxtools/ URL: https://inai.de/projects/hxtools/
Source: https://inai.de/files/hxtools/%name-%version.tar.zst Source: https://inai.de/files/hxtools/%name-%version.tar.zst
Source2: https://inai.de/files/hxtools/%name-%version.tar.asc Source2: https://inai.de/files/hxtools/%name-%version.tar.asc
@@ -30,8 +30,8 @@ Source3: %name.keyring
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libcap-devel >= 2 BuildRequires: libcap-devel >= 2
BuildRequires: zstd
BuildRequires: pkgconfig >= 0.21 BuildRequires: pkgconfig >= 0.21
BuildRequires: zstd
BuildRequires: pkgconfig(libHX) >= 3.17 BuildRequires: pkgconfig(libHX) >= 3.17
BuildRequires: pkgconfig(libpci) >= 3 BuildRequires: pkgconfig(libpci) >= 3
BuildRequires: pkgconfig(mount) >= 2.20 BuildRequires: pkgconfig(mount) >= 2.20
@@ -49,6 +49,7 @@ Requires: sysinfo = %version
%description %description
A collection of various tools. Some of the important ones: A collection of various tools. Some of the important ones:
* checkbrack(1) check parenthesis and bracket count
* fd0ssh(1) pipe for password-over-stdin support to ssh * fd0ssh(1) pipe for password-over-stdin support to ssh
* ofl(1) open file lister (replaces fuser and lsof -m) * ofl(1) open file lister (replaces fuser and lsof -m)
* tailhex(1) hex dumper with tail-following support * tailhex(1) hex dumper with tail-following support
@@ -69,7 +70,6 @@ Requires: perl(Text::CSV_XS)
%description scripts %description scripts
Architecture-independent programs from hxtools. Architecture-independent programs from hxtools.
* checkbrack(1) check parenthesis and bracket count
* cwdiff(1) run wdiff with color * cwdiff(1) run wdiff with color
* diff2php(1) transform patch to self-serving PHP file * diff2php(1) transform patch to self-serving PHP file
* doxygen-kerneldoc-filter(1) filter for Doxygen to support kerneldoc * doxygen-kerneldoc-filter(1) filter for Doxygen to support kerneldoc
@@ -189,6 +189,7 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*
%license LICENSE* %license LICENSE*
%_bindir/bin2c %_bindir/bin2c
%_bindir/bsvplay %_bindir/bsvplay
%_bindir/checkbrack
%_bindir/declone %_bindir/declone
%_bindir/gxxdm %_bindir/gxxdm
%_bindir/hcdplay %_bindir/hcdplay
@@ -200,7 +201,6 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*
%_bindir/tailhex %_bindir/tailhex
%_bindir/xcp %_bindir/xcp
%dir %hldir %dir %hldir
%hldir/cctypeinfo
%hldir/peicon %hldir/peicon
%hldir/psthreads %hldir/psthreads
%hldir/rot13 %hldir/rot13
@@ -208,7 +208,6 @@ rm -Rf "$b/%_sysconfdir/profile.d" "$b/%_sysconfdir"/hx*
%files scripts %files scripts
%_bindir/aumeta %_bindir/aumeta
%_bindir/checkbrack
%_bindir/cwdiff %_bindir/cwdiff
%_bindir/fxterm %_bindir/fxterm
%_bindir/git-* %_bindir/git-*