From 070dc52336c2b6550e4658ddbb1dae76308a37a8898042b40ede866b4b205c6a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 3 Jan 2022 07:24:00 +0000 Subject: [PATCH] - Update to release 20220102 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=23 --- libuna.changes | 6 ++++++ libuna.spec | 22 +++++++++++----------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/libuna.changes b/libuna.changes index a2d5dfa..2106cb7 100644 --- a/libuna.changes +++ b/libuna.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 2 21:30:14 UTC 2022 - Jan Engelhardt + +- Update to release 20220102 + * Unspecified improvements to Mac OS codepage support and tests. + ------------------------------------------------------------------- Thu Nov 25 19:17:43 UTC 2021 - Jan Engelhardt diff --git a/libuna.spec b/libuna.spec index 5a4ff29..9ae30fa 100644 --- a/libuna.spec +++ b/libuna.spec @@ -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 @@ -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