6 Commits

Author SHA256 Message Date
7af814b73b libHX 4.28 2025-09-10 19:31:35 +02:00
07026cd026 libHX 4.27 2025-03-17 15:22:46 +01:00
ec097598ab libHX 4.26 2025-03-08 22:42:31 +01:00
9ee3dd7a93 libHX 4.25 2025-03-07 22:40:36 +01:00
118a763059 Update keyring 2024-12-01 12:02:34 +01:00
d55d2c50a9 libHX 4.24 2024-07-17 19:45:07 +02:00
8 changed files with 25 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
mtime: 1742221366
commit: 07026cd02647dc398af099a837c4b624a61ad995b07c70ab909f0038173d8839
url: https://src.opensuse.org/jengelh/libHX

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ9gkYQAKCRCutpQaL5yZ
RFRRAP9583UtfexGqOImP9TOIouPeA/Yi46A5ZOIhk5kRHLTuwD9E/p/mOXNnT5h
kFKpLy9L92N8jKYXxR5rw9yeMSl25A0=
=Vpcy
-----END PGP SIGNATURE-----

BIN
libHX-4.27.tar.xz (Stored with Git LFS)

Binary file not shown.

8
libHX-4.28.tar.asc Normal file
View File

@@ -0,0 +1,8 @@
-----BEGIN PGP SIGNATURE-----
iJEEABYKADkWIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCaMFw2hsUgAAAAAAEAA5t
YW51MiwyLjUrMS4xMSwyLDIACgkQrraUGi+cmUSOMwD/Xkeah9oH7FYgL2w4RWmb
4oFX3PFBiNUeX+KyWsTARHYBALSGMXQlnto2632pFQj2YRRxacuseZRWUB7NBqIw
AwEN
=AjfQ
-----END PGP SIGNATURE-----

BIN
libHX-4.28.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 10 17:16:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.28
* string: make HX_strtoull_sec support some ISO 8601 periods
* string: add function HX_strtoull8601p_sec
* opt: new getopt API that facilitates iterating over options and
non-options and doing away with unnecessary memory allocations
* opt: the implementation for the HXOPT_PTHRU flag was deleted
(its use will now be rejected by the parser)
-------------------------------------------------------------------
Mon Mar 17 14:22:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,19 +18,19 @@
Name: libHX
%define lname libHX32
Version: 4.27
Version: 4.28
Release: 0
Summary: Collection of routines for C and C++ programming
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: https://inai.de/projects/libhx/
Source: https://inai.de/files/libhx/libHX-%version.tar.xz
Source: https://inai.de/files/libhx/libHX-%version.tar.zst
Source2: https://inai.de/files/libhx/libHX-%version.tar.asc
Source4: %name.keyring
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: xz
BuildRequires: zstd
%description
libHX is a C library (with some C++ bindings available) that provides