SHA256
1
0
forked from pool/libcsplit

- Update to release 20240414

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libcsplit?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2024-04-14 08:44:44 +00:00 committed by Git OBS Bridge
parent 69a9c3638d
commit 6c3420cbf1
6 changed files with 30 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWeC30ACgkQ2WJeXXrQ
F34J3QgAkZ3hrhAsbAg0dN1xvNWCI8GUHZ6U+waSZR50UP03lav5xWtsrWijh84A
imhhMIsyZ35yW+63I6Ncck2tDGWzmYBymMlmeW+VdYidaA2LvGtKTzZCE0W0vsmQ
GVSfqtlDXtO7iBB1bEpRoSACUuYT4xT83EuEZ1mrCwbdu7qRLTNt7A+E3/trG70a
+9fZi7R+iKR5FZEui6H/8h5YQ8+j3l7BnPcOTJiFynypuiLe1mA6tUjtx8OZazWF
yk6jrDZoQ5FGEF8SnD1/MkSIa5nbhc9w8Wm+s45K5o+DyEOjp8QZAt93FPwHd4qa
kBufVkNX3KpVE/HmgIDA6bCEZz4FZg==
=Nm0g
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYbbUQACgkQ2WJeXXrQ
F37gEwf8CMwfvM0C909Tpyy2IT9FBP9MpeTKhinus2S//mzw/lzHIs+9g3b+gT5a
t1wBUAj6t2uP+fUhllghSHWpJ9Bgg277CrkRvu/2axlP1RrxJJhZ6RK1R8WqGn6S
Yks25zMXWWg/HUc2QSAiRtt3mMIdDs+oVjzvy9KtA38ZaDK/cOdU9QZMlaEc9gj/
RsjS7MSMq9J7YthmhuyPzj/2xMIbhccHNQDGNdKScMI5Uq0uF1Yy+qybIY+yUGfx
UQ6+NqIhM84sQAAPVXEpYqF6s+s/OPmgGnojY3ScJi6TJqaHUPlYasOUULfBh9fy
8U8Agi30sb71+VfG5DLNB9yj7a/GzA==
=cXY4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 14 08:44:34 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240414
* No changelog was provided
-------------------------------------------------------------------
Wed Jan 10 08:10:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: libcsplit
%define lname libcsplit1
Version: 20240110
Version: 20240414
Release: 0
Summary: Library for C split string functions
License: LGPL-3.0-or-later
@ -29,7 +29,7 @@ Source2: https://github.com/libyal/libcsplit/releases/download/%version/l
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcerror) >= 20240413
# Various notes: https://en.opensuse.org/libyal
%description
@ -49,7 +49,7 @@ Part of the libyal family of libraries.
%package devel
Summary: Development files for libcsplit, a C split string library
Group: Development/Libraries/C and C++
Requires: %lname = %{version}
Requires: %lname = %version
%description devel
A library for C split string functions.
@ -68,20 +68,19 @@ grep ' local' config.log && exit 1
%install
%make_install
rm -f "%{buildroot}/%{_libdir}"/*.la
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%license COPYING*
%{_libdir}/libcsplit.so.1*
%_libdir/libcsplit.so.1*
%files devel
%license COPYING*
%{_includedir}/libcsplit*
%{_libdir}/libcsplit.so
%{_libdir}/pkgconfig/libcsplit.pc
%{_mandir}/man3/libcsplit.3*
%_includedir/libcsplit*
%_libdir/libcsplit.so
%_libdir/pkgconfig/libcsplit.pc
%_mandir/man3/libcsplit.3*
%changelog