7 Commits

Author SHA256 Message Date
469c78d237 Sync changes to SLFO-1.2 branch 2025-08-20 09:34:37 +02:00
983fd8ce4a Accepting request 1227588 from devel:libraries:c_c++
- keyring update

OBS-URL: https://build.opensuse.org/request/show/1227588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=81
2024-12-02 15:57:56 +00:00
OBS User unknown
69d4acb657 [info=118a76305973c3db7cd74b826b88b32b18af2e04b1add7b3f85c7bec0c979435]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=135
2024-12-01 11:02:59 +00:00
057ef0a9a6 [info=169a05be04b9269f2c606d57ff3d8216eb0ee559b3740fc663eb4562cafc7ea5]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=134
2024-11-25 17:07:21 +00:00
059d45bc06 Accepting request 1218870 from devel:libraries:c_c++
- Update to release 4.24

OBS-URL: https://build.opensuse.org/request/show/1218870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=80
2024-10-30 16:29:46 +00:00
c86d5ed2b6 [info=d55d2c50a9ae9c03dcff9e9ce643422a8435cc384aa8de7daa5ddc0e72414b9d]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=133
2024-07-17 17:46:07 +00:00
fdaef94be8 [info=17ae7de9278e83541c3170b11f084138876f1fb9009c244b33eeda358425b3f7]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libHX?expand=0&rev=132
2024-06-27 07:46:18 +00:00
6 changed files with 18 additions and 61 deletions

7
libHX-4.27.tar.asc Normal file
View File

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

BIN
libHX-4.27.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iJEEABYKADkWIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCaPTnnRsUgAAAAAAEAA5t
YW51MiwyLjUrMS4xMSwyLDIACgkQrraUGi+cmUSXGgEAzflKC/bw3+8EwGC756IL
RmEZ4Ool8si+U6kcQ8ztuAgBANzAkvsU3h3VlBZ3MQhmKowZ+TJ1ucL8yzAIdcgZ
vW4I
=iP0I
-----END PGP SIGNATURE-----

Binary file not shown.

View File

@@ -1,45 +1,3 @@
-------------------------------------------------------------------
Sun Oct 19 13:36:52 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.2
* Cure a use-after-free and a read-one-past-array bug
-------------------------------------------------------------------
Sat Oct 11 11:47:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.1
* getopt6: ``HXTYPE_STRP`` can now be used for HXoption::type
for argument assignment without incurring strdup.
* map: resolve corruption of HXmap::items field.
-------------------------------------------------------------------
Tue Sep 30 20:34:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.0
* getopt6: new function set ``HX_getopt6`` which allows for
parsing options with an iterative style.
* getopt6: the result set no longer forces strdup-ed results on
the user.
* Deleted functions ``HX_getopt``, ``HX_getopt5`` (use
``HX_getopt6`` instead), ``HX_strnlen`` (use ``strnlen``
instead), ``HX_strsep`` (use ``strtok_r`` instead),
``HX_stpltrim`` (no replacement).
* The struct members ``HXclist::items``, ``HXdeque::items``,
``HXmap::items`` have changed from ``unsigned int`` to
``size_t``. The function ``HXdeque_to_vec`` has accordingly
changed the result parameter type.
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
#
# spec file for package libHX
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
Name: libHX
%define lname libHX43
Version: 5.2
%define lname libHX32
Version: 4.27
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.zst
Source: https://inai.de/files/libhx/libHX-%version.tar.xz
Source2: https://inai.de/files/libhx/libHX-%version.tar.asc
Source4: %name.keyring
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: zstd
BuildRequires: xz
%description
libHX is a C library (with some C++ bindings available) that provides
@@ -66,11 +66,11 @@ This subpackage contains the header files.
%build
mkdir obj
cd obj/
pushd obj/
%define _configure ../configure
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name"
%make_build
cd -
popd
%install
b="%buildroot"
@@ -86,7 +86,7 @@ find "$b/%_libdir" -type f -name "*.la" -delete
%ldconfig_scriptlets -n %lname
%files -n %lname
%_libdir/libHX*.so.43*
%_libdir/libHX*.so.32*
%files devel
%_docdir/%name/