Accepting request 944879 from security:forensics

- Update to release 20220102

OBS-URL: https://build.opensuse.org/request/show/944879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-01-08 22:24:04 +00:00 committed by Git OBS Bridge
commit 96c9b3287d
6 changed files with 32 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmEGIP4ACgkQ2WJeXXrQ
F34p8gf+J2Q1HLgzP2uw6xbPTgobhL3TlQkXFSgCD7fqtHmuf8HmcufublkfM1AS
5ZbbuG+QKPJsDFefqmuIKLcSsY814gGCnMnHxbXV/7lr/u7VH9G/TdyvCX7SM5W/
hxAb0nym/3xzs+s6vzDCMrJRKOd9Gmm0Va2Qv9TfCLWnldL9XAc6ntAr8RGZ7XR0
rkMN4qjgcnIocNm2RD0UCkNOnvuvw5DXl1Gy1xdBRUI35ws1vmLQFONdodEn8Gum
l4Dgq0PJ8i6QhcYmg3yX+LKygs2/hOdGDWIyLjrFmBc0RHWw6qU6RVlnP5dYcN7C
ms/JetKtHLS8NuQCToOjtmVeainKiQ==
=HlTj
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHR/bIACgkQ2WJeXXrQ
F36JIAf/cjNCrhEbErHlPlMlTV6rLyPdUy9KWDdV0mAwKURDk6DgO02atZjjt41n
bJl4cpcGcKpYsrD0I3UDSKH/Mo+9jcuVRNIlaUvlhA/ETDd/oJIaGRIRs5BZ4vDF
7DyqsCTu+v/DJNjmUFnXrR/kHtWV7PkjdtUo1FMXcbb8eMmg5CZq0CkZbMsRQEaC
hDl1hageIClCDLof5P7PXIaE1XS66LaX9fyGMa/lQXSCYcZyWI3I/q4fY7IPxOIv
/cYtJzla2X0sjzpGavhOiv5pjEQdxOzV/PxeTpkwItVP+iO38YfxRCD8Z97RAPr9
S8HoZyyMsU2utz7lv6togBukFcDZzQ==
=d6Ff
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 2 21:30:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20220102
* Unspecified improvements to Mac OS codepage support and tests.
-------------------------------------------------------------------
Thu Nov 25 19:17:43 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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: 20210801
Version: 20220102
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
License: LGPL-3.0-or-later
@ -40,11 +40,11 @@ BuildRequires: gettext-tools >= 0.18.1
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcdatetime) >= 20200510
BuildRequires: pkgconfig(libcerror) >= 20201121
BuildRequires: pkgconfig(libcerror) >= 20220101
%if "@BUILD_FLAVOR@" != "mini"
BuildRequires: pkgconfig(libcfile) >= 20201229
%endif
BuildRequires: pkgconfig(libclocale) >= 20200913
BuildRequires: pkgconfig(libclocale) >= 20210526
BuildRequires: pkgconfig(libcnotify) >= 20200913
%description
@ -100,25 +100,25 @@ autoreconf -fi
%install
%make_install
rm -f "%{buildroot}/%{_libdir}"/*.la
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname%psuffix -p /sbin/ldconfig
%postun -n %lname%psuffix -p /sbin/ldconfig
%files -n %lname%psuffix
%license COPYING
%{_libdir}/libuna.so.1*
%_libdir/libuna.so.1*
%if "@BUILD_FLAVOR@" != "mini"
%files tools
%{_bindir}/una*
%{_mandir}/man1/unaexport.1*
%_bindir/una*
%_mandir/man1/unaexport.1*
%endif
%files devel
%{_includedir}/libuna*
%{_libdir}/libuna.so
%{_libdir}/pkgconfig/libuna.pc
%{_mandir}/man3/libuna.3*
%_includedir/libuna*
%_libdir/libuna.so
%_libdir/pkgconfig/libuna.pc
%_mandir/man3/libuna.3*
%changelog