Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
7af814b73b | |||
07026cd026 | |||
ec097598ab | |||
9ee3dd7a93 | |||
118a763059 | |||
d55d2c50a9 |
@@ -1,3 +0,0 @@
|
||||
mtime: 1742221366
|
||||
commit: 07026cd02647dc398af099a837c4b624a61ad995b07c70ab909f0038173d8839
|
||||
url: https://src.opensuse.org/jengelh/libHX
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c9f752e6e2a06cc97dafca37b9e0e7991f579f826efcca095935245be7ffd2d
|
||||
size 256
|
@@ -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)
BIN
libHX-4.27.tar.xz
(Stored with Git LFS)
Binary file not shown.
8
libHX-4.28.tar.asc
Normal file
8
libHX-4.28.tar.asc
Normal 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
BIN
libHX-4.28.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user