forked from pool/libHX
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
022a94b5c3 | |||
|
c724ec277d | ||
052a1c0df6 | |||
|
c3b3b42a30 | ||
|
377d488a1b | ||
|
486dbecb97 | ||
983fd8ce4a | |||
|
69d4acb657 | ||
057ef0a9a6 | |||
059d45bc06 | |||
c86d5ed2b6 | |||
fdaef94be8 |
3
_scmsync.obsinfo
Normal file
3
_scmsync.obsinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
mtime: 1757525495
|
||||
commit: 7af814b73bea7894015b953d801b9af89971785be09c0f76686de674de16d20b
|
||||
url: https://src.opensuse.org/jengelh/libHX
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abdb91c1dc7e79b226fc30310349a27d6645e516b48ec2475586995c6d54a0eb
|
||||
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