SHA256
1
0
forked from pool/libfole

Accepting request 1139914 from security:forensics

- Update to release 20240119

OBS-URL: https://build.opensuse.org/request/show/1139914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfole?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-01-19 22:02:27 +00:00 committed by Git OBS Bridge
commit a12007996b
6 changed files with 36 additions and 30 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHiZQwACgkQ2WJeXXrQ
F34F1gf/UWJF2jADblxgi+LnbjK5ubKshxAYHd8ushCZZEj1KiYlLy31e8HZ7OFh
hpppX0FkHwsBS1SDKlUNWBnz/KT38l97CmjwLWzndxo1h7FgaS6mwNjM4IB2pLOg
gIPmQwghs+Kcf/c1Q2WyopSHyu+16qg5MdvgdAoXOicpXC0hvPwVthKRc183uJ6o
X4lBBKWV/SpTj3flnOmSKeUcv1Lq9B7MaQwunEuwnfpV7SRbBl282mdTKrtuV6tm
WnBxBKWUCLvZLNStnVuM4naDuNwgAfkj38bcaWQsikKGfsEzHlg6BF8h6bHGSQxD
CaiEvur7jL9zhQRINqADT5VBgb7pig==
=BHDV
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWqBmsACgkQ2WJeXXrQ
F35iqwf+MtLy6OC6CGcLEzM2NVHsDaxzNIrQMfL7waxJZuXhi6e407OGkONc+/50
ppToTE2hT74FQYBqnNQ1zmWn/EYOrvRSVRgIQFIfsYJdPVkrADpPyG2ahRPIzepy
+jH6eVfibWH/SzmTJl5IUYrwnBOmycD9DdSEwyy3W2JACpoHpzIL2e5+OXjtIpkf
F9JBrfhFhCjr1Jprd1QAtVn/NGIvpEXThEPh0NcetTXTThEOqUOrdJ34b4608gSL
UhOYL76WKdp8NA5VnoYfme3HTyuZ7n62RrD/TeeINJcN4/pt517xVWQTpAFM+MGf
DBKs8F7HRyBytL/Pt/amaLIJHJZArA==
=+ddF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 19 11:42:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240119
* Documentation updates
-------------------------------------------------------------------
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libfole
#
# 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: libfole
%define lname libfole1
Version: 20220115
Version: 20240119
Release: 0
Summary: Library for Object Linking and Embedding (OLE) data types
License: LGPL-3.0-or-later
@ -29,7 +29,7 @@ Source2: https://github.com/libyal/libfole/releases/download/%version/lib
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcerror) >= 20240101
# Various notes: https://en.opensuse.org/libyal
%description
@ -37,11 +37,11 @@ libfole is a library for Object Linking and Embedding (OLE) data types.
Part of the libyal family of libraries.
%package -n %{lname}
%package -n %lname
Summary: Library for Object Linking and Embedding (OLE) data types
Group: System/Libraries
%description -n %{lname}
%description -n %lname
libfole is a library for Object Linking and Embedding (OLE) data types.
Part of the libyal family of libraries.
@ -49,7 +49,7 @@ Part of the libyal family of libraries.
%package devel
Summary: Development files for libfole
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
Requires: %lname = %version
%description devel
libfole is a library for Object Linking and Embedding (OLE) data types.
@ -68,20 +68,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}/libfole.so.*
%_libdir/libfole.so.*
%files devel
%{_includedir}/libfole.h
%{_includedir}/libfole/
%{_libdir}/libfole.so
%{_libdir}/pkgconfig/libfole.pc
%{_mandir}/man3/libfole.3*
%_includedir/libfole.h
%_includedir/libfole/
%_libdir/libfole.so
%_libdir/pkgconfig/libfole.pc
%_mandir/man3/libfole.3*
%changelog