1
0
forked from pool/libfvalue

- Update to release 20240124

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2024-01-24 10:53:34 +00:00 committed by Git OBS Bridge
parent 1126f11f67
commit eeb7e82a81
6 changed files with 43 additions and 37 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHo+w0ACgkQ2WJeXXrQ
F37r9Af9HHGsCK7up70yOYL2E7GWpPc9UJROghpUP6etORXQlWKKa04S9fJMuqHF
4KY/QlfypsjbxcSwBRihlSHYfzya05bIwpgH0YcicJeRAz7eShMfd5VTUFxfazEc
A1Jk34efJJ4nVuR3hY8iGHycPG6D+EKhYuA59Wm62P0GkIEhYSF7wDGdLX7tBNs+
ETe16cOp5i8Ezoa4t5fljdmcGnNW169AJh0wE3wJAgh7Mq5ILnnr5+tfv8cAa2mW
T0Ib1C7MaWVwmEyCAqXpNP3xekuf8zNSAJkI2gPdH2L4Je8YcD29i+uyzWE4wFYQ
4oXLOJ+/YQVOIXP0Ca7TJ2c8XauzAw==
=YwEX
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWwascACgkQ2WJeXXrQ
F37SQQf8DGO5vveCqDIofc1Jqy9z8cZerMT7wRDwUEK5iyfvrJDi45Cy3h7QyGfB
63AmvxADPMElZ+PiyELfiG0gzzVV8Bn5GWvL3VRDTLOF1oaK/9WjhsQLNSBj9ruT
ha3rEUTs790e7lk0JkZ7YhmIw+5mqiaz+WohYHon+PkTdCIknzkJTNipfSYsgM/C
JGjSt9DjyQV//3B0l6ONqqagE7U2jkqD4f2FCDLiWEkube5yatTeNbOH3Lz+Q3vW
lETtCoturJBcO3WgL79AQQA1YNEBqPzNyjzYsaejNB0tiN1qOlTPTPG+GAplIkUP
3h49US3GWBSTlbmZ1iI/Cso86v77dg==
=8aGx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 24 10:53:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240124
* Better support for unpaired surrogates
-------------------------------------------------------------------
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libfvalue
#
# Copyright (c) 2022 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
@ -18,7 +18,7 @@
Name: libfvalue
%define lname libfvalue1
Version: 20220120
Version: 20240124
Release: 0
Summary: Library to provide generic file value functions
License: LGPL-3.0-or-later
@ -29,30 +29,30 @@ Source2: https://github.com/libyal/libfvalue/releases/download/%version/l
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcdata) >= 20220115
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcnotify) >= 20220108
BuildRequires: pkgconfig(libcthreads) >= 20220102
BuildRequires: pkgconfig(libfdatetime) >= 20220112
BuildRequires: pkgconfig(libfguid) >= 20220113
BuildRequires: pkgconfig(libfwnt) >= 20210906
BuildRequires: pkgconfig(libuna) >= 20220102
BuildRequires: pkgconfig(libcdata) >= 20240103
BuildRequires: pkgconfig(libcerror) >= 20240101
BuildRequires: pkgconfig(libcnotify) >= 20240108
BuildRequires: pkgconfig(libcthreads) >= 20240102
BuildRequires: pkgconfig(libfdatetime) >= 20240115
BuildRequires: pkgconfig(libfguid) >= 20240116
BuildRequires: pkgconfig(libfwnt) >= 20231124
BuildRequires: pkgconfig(libuna) >= 20230710
# Various notes: https://en.opensuse.org/libyal
%description
Library to provide generic file value functions for the libyal family of libraries.
%package -n %{lname}
%package -n %lname
Summary: Library to provide generic file value functions
Group: System/Libraries
%description -n %{lname}
%description -n %lname
Library to provide generic file value functions for the libyal family of libraries.
%package devel
Summary: Development files for libfvalue
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
Requires: %lname = %version
%description devel
Library to provide generic file value functions for the libyal family of libraries.
@ -71,20 +71,20 @@ grep ' local' config.log && exit 1
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
find %buildroot -type f -name "*.la" -delete -print
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %{lname}
%files -n %lname
%license COPYING*
%{_libdir}/libfvalue.so.*
%_libdir/libfvalue.so.*
%files devel
%{_includedir}/libfvalue.h
%{_includedir}/libfvalue/
%{_libdir}/libfvalue.so
%{_libdir}/pkgconfig/libfvalue.pc
%{_mandir}/man3/libfvalue.3*
%_includedir/libfvalue.h
%_includedir/libfvalue/
%_libdir/libfvalue.so
%_libdir/pkgconfig/libfvalue.pc
%_mandir/man3/libfvalue.3*
%changelog