forked from pool/libHX
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
983fd8ce4a | |||
|
69d4acb657 | ||
057ef0a9a6 | |||
059d45bc06 | |||
c86d5ed2b6 | |||
fdaef94be8 |
3
_scmsync.obsinfo
Normal file
3
_scmsync.obsinfo
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
mtime: 1733050954
|
||||||
|
commit: 118a76305973c3db7cd74b826b88b32b18af2e04b1add7b3f85c7bec0c979435
|
||||||
|
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:e8503b7c64af2db7378eec3177872a701c7047f9476fdfe0e9055188598083c7
|
||||||
|
size 256
|
7
libHX-4.24.tar.asc
Normal file
7
libHX-4.24.tar.asc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZpgA/QAKCRCutpQaL5yZ
|
||||||
|
RN73AP9m4iIlKHo4MexqAVktbAWCgc52VjtxcypG637fGO5jGQEAq4Dz58nbgU2K
|
||||||
|
a8W2BpZ1n7zxYzDV6HacZ7oxOzCIZgE=
|
||||||
|
=7g5n
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
libHX-4.24.tar.xz
(Stored with Git LFS)
Normal file
BIN
libHX-4.24.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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.
@@ -1,24 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libHX
|
# spec file for package libHX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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.27
|
Version: 4.24
|
||||||
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,7 +83,8 @@ find "$b/%_libdir" -type f -name "*.la" -delete
|
|||||||
%check
|
%check
|
||||||
%make_build -C obj check
|
%make_build -C obj check
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libHX*.so.32*
|
%_libdir/libHX*.so.32*
|
||||||
|
Reference in New Issue
Block a user