SHA256
8
0
forked from pool/libHX

5 Commits

Author SHA256 Message Date
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 34 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
mtime: 1733050954
commit: 118a76305973c3db7cd74b826b88b32b18af2e04b1add7b3f85c7bec0c979435
url: https://src.opensuse.org/jengelh/libHX

View File

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

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZpgA/QAKCRCutpQaL5yZ
RN73AP9m4iIlKHo4MexqAVktbAWCgc52VjtxcypG637fGO5jGQEAq4Dz58nbgU2K
a8W2BpZ1n7zxYzDV6HacZ7oxOzCIZgE=
=7g5n
-----END PGP SIGNATURE-----

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

Binary file not shown.

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 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Mar 17 14:22:40 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.27
* New header endian_float.h
-------------------------------------------------------------------
Sat Mar 8 21:42:08 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.26
* Resolve integer truncation in HX_unit_seconds's output when the
result were to exceeded 2^32 years or months or weeks.
-------------------------------------------------------------------
Fri Mar 7 21:33:21 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.25
* New headers endian.h and scope.hpp
* New define HXSIZEOF_UNITSEC64 for the maximum output size of
HX_unit_seconds
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 21:29:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Mon Oct 28 21:29:20 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libHX # spec file for package libHX
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 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
@@ -18,7 +18,7 @@
Name: libHX Name: libHX
%define lname libHX32 %define lname libHX32
Version: 4.24 Version: 4.27
Release: 0 Release: 0
Summary: Collection of routines for C and C++ programming Summary: Collection of routines for C and C++ programming
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@@ -83,8 +83,7 @@ find "$b/%_libdir" -type f -name "*.la" -delete
%check %check
%make_build -C obj check %make_build -C obj check
%post -n %lname -p /sbin/ldconfig %ldconfig_scriptlets -n %lname
%postun -n %lname -p /sbin/ldconfig
%files -n %lname %files -n %lname
%_libdir/libHX*.so.32* %_libdir/libHX*.so.32*