SHA256
1
0
forked from pool/libuna

Accepting request 1142734 from security:forensics

- Update to release 20240130

OBS-URL: https://build.opensuse.org/request/show/1142734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-02-07 17:47:53 +00:00 committed by Git OBS Bridge
commit 44a77dc943
6 changed files with 27 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmSsJBUACgkQ2WJeXXrQ
F35rkwf6AlJJopaDH9m0mE8NnNKExYxtVka8PUc2oZOIGi55bsmUSKaeMii8uDLT
7TDBhi5sbL/MsLNdLoeJ/nd1/GzeCC+sUrRz4AJj0v+y/E9qY8Dngcw3IumYtnQL
rTvrbkY+pzDrLJr4RpR5jVWdQvrRHQIAtjtkPth9EIfWSViDmwHbIy3I4PD4Kl4d
FF4Ub0zhu29VukQkU1UPmLTZzOuqkvAU/lH+YHsxaf2etaXd4+VEaHu0Uqv9uuD5
PI7+ySjUe2i3O6ZKKT20if1LutQcOb+rrteKDSDW5T8Bi7ndYwhdbD+lRyNbP3to
fknuhfSLGr89CHNfhD9ebNwyht4e1g==
=93no
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW4bGoACgkQ2WJeXXrQ
F34JKAf9H3R/bmALUOMuIndrshQMi6+zbEsF2iMzLQy2pogBQgyykSS+EW7dR2m8
/9w0rUuLYNN2Pp3DeBF1oLPi8jfeVVrmNXPBMpq8y4ezNCsYI81qssmI40Mhgyps
/l4xQv1PlZtF8rTlzvFLtEmPawOQ2B//IvyhIWoI6LBOkdp0KjmfjOtf99b1CRjt
OjsLQd4A3b/+7bNi3GzfffioUJJ7eKUh7RAOR2xiOMsg/gyWj22m1/TVXK3ZDt0y
bsVyh5MEOOlwEvcTAyCam/22aZNuWSzlHKZjsl6vuWfNCPNb7vrGTaCqTW0p7gt2
ZbGWPbficfE+IptqZDODyq0Dxu3/Gg==
=ohar
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 30 08:55:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240130
* No user-visible changes
-------------------------------------------------------------------
Wed Jul 12 04:40:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@
%define lname libuna1
Name: libuna%psuffix
Version: 20230710
Version: 20240130
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
License: LGPL-3.0-or-later
@ -37,13 +37,13 @@ Source3: libuna.keyring
Source99: libuna-rpmlintrc
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcdatetime) >= 20230115
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcdatetime) >= 20240104
BuildRequires: pkgconfig(libcerror) >= 20240101
%if "@BUILD_FLAVOR@" != "mini"
BuildRequires: pkgconfig(libcfile) >= 20220106
BuildRequires: pkgconfig(libcfile) >= 20240106
%endif
BuildRequires: pkgconfig(libclocale) >= 20221218
BuildRequires: pkgconfig(libcnotify) >= 20220108
BuildRequires: pkgconfig(libclocale) >= 20240107
BuildRequires: pkgconfig(libcnotify) >= 20240108
# Various notes: https://en.opensuse.org/libyal
%description