- Update to release 20240109
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcpath?expand=0&rev=15
This commit is contained in:
parent
8984f7da19
commit
2e799c7dff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a87612fa95ad61021b39e97bf5fc663576c91a0d095703c3a4b2211c95646145
|
|
||||||
size 1033766
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHZMAEACgkQ2WJeXXrQ
|
|
||||||
F35Akgf9F1Vwh2UvwOikYsW4rjK74Atwt0aR7IO8YP+jKwSprarugX024hE1C3CN
|
|
||||||
yiEXufwTkjFdg6DkhKFAp4+2YVSlohqxW2m59kOcT8/UfpmGGfbladHKBXXfu07x
|
|
||||||
l4wWVX3x/I1VL5080QLa+KY1TEL7T0WF+CQrjhPBG4PDN/fljgD02beqWB18PFQs
|
|
||||||
bEIzvbKbRWLtbDHlg9+BxBPcqwHCzD5SKv2nttXvGu7u2pYdJmW+C7EaLLAuURRJ
|
|
||||||
M6BritjqzUhiEq5hzBtvdhb52nvHSknmWKn7wZfIQH54gaIWJ/DT4cgwiZfa2PrW
|
|
||||||
3GyPxU0XPGDnEtwVSWV/u2hBB1piVQ==
|
|
||||||
=6SwW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libcpath-alpha-20240109.tar.gz
Normal file
3
libcpath-alpha-20240109.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:926e076a649326a1e550ebd4b9b7d26c717cb0f797ed69a82d440a5a23a26897
|
||||||
|
size 1054068
|
11
libcpath-alpha-20240109.tar.gz.asc
Normal file
11
libcpath-alpha-20240109.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWcx8sACgkQ2WJeXXrQ
|
||||||
|
F35ktwgAjd7aiLYmRC5lcIKY/u+BCm04cah7QIWyb6NVTCtkedp8n4FSIM33NSig
|
||||||
|
/RDtkV4W421dGb4V43nqVSSTeNx1B/fi49GVVZYeWOJMKPVjbo7cCf6/PcabFgMK
|
||||||
|
W1jCxbHMwx+zjP7JeRPVhK+Owk+RqdsHLHJq7hYzOZSGWCsOJqb0CAfyEqAr1OdJ
|
||||||
|
guwZXVbnQ7kNhlA2FLyEp/kxE3oJ2WXztv1mvAx/tKj7vZeR6zyEpLbEEsFSyvwJ
|
||||||
|
1cof5NTLkUbSYfdVHxpysVuvdEQnkCYn6lpqCv4QgHLDzpr8NHLTdtqYJ/c8NVLx
|
||||||
|
+H4I77TcdXTKSWzzPCZ1O4C18cklIg==
|
||||||
|
=ED4z
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 09:15:27 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20240109
|
||||||
|
* No changelog was provided
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcpath
|
# spec file for package libcpath
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 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: libcpath
|
Name: libcpath
|
||||||
%define lname libcpath1
|
%define lname libcpath1
|
||||||
Version: 20220108
|
Version: 20240109
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for C path functions
|
Summary: Library for C path functions
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -29,10 +29,10 @@ Source2: https://github.com/libyal/libcpath/releases/download/%version/li
|
|||||||
Source9: %name.keyring
|
Source9: %name.keyring
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20210411
|
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||||
BuildRequires: pkgconfig(libuna) >= 20210801
|
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user