Accepting request 1119518 from security:forensics
- Update to release 20231022 OBS-URL: https://build.opensuse.org/request/show/1119518 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfplist?expand=0&rev=5
This commit is contained in:
commit
cfcc605ddf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c7ccb9020466a13ea7fbf8fde68ae017114971823bdc18402ff6e376192df9a
|
||||
size 1462822
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHjpOgACgkQ2WJeXXrQ
|
||||
F35ggwf9FEgXwp+kN8mVxq6uzoyW6LuuukdkoeGHiBMFljDrCaX7HUtvuiXXCK6T
|
||||
t4G+kw1DuV9XJR2WOMJq8Or2YC5Ac4b/kRBXMEER9jRBhi0d2UlLNC+O/8DXB9kt
|
||||
DkLI5A4LmKDicwJY2PzlDneBZ0ifX/vYI+Xqi4xkgEZDOm2Xq8e0qALKNPNyOSGn
|
||||
ucuuoyZOnaT0h5c5t7FzACJ2FBPQepkTk4VrknZlnW/7tv1eP+q3HYTHCMGQDuoU
|
||||
+uBaEfQ3zNmiyBJTKdx9QRDO1A9Zohr7i5i3ZLi5ecS0XnR1HrIWAbwxui3xOSEI
|
||||
utZLA7ukqfg3/3JiW/JKYjxzi7l7Wg==
|
||||
=JZec
|
||||
-----END PGP SIGNATURE-----
|
3
libfplist-experimental-20231022.tar.gz
Normal file
3
libfplist-experimental-20231022.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:704519bff57f42857ffb840c02eb96d340c94c0901e0cf68b78c96a04fdbb3cb
|
||||
size 1481914
|
11
libfplist-experimental-20231022.tar.gz.asc
Normal file
11
libfplist-experimental-20231022.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmU18ykACgkQ2WJeXXrQ
|
||||
F35M7Af/fwwTPdLEMfTe3JOw/n4x6K4bBFGOm26wzC1T11xo08F1RxVnMpcqjBA1
|
||||
ed7PD7+nCy4Gm0LROmuCIWcQWg3wrpClSE/kOFLA5F9cLj1HSci4oCm9O1Begal6
|
||||
ZLFQpuNNgT27HXITH/tvbMPu2q5VdU8//cfKL/MCA7Nd/R/356eNHWhzDUueDIJW
|
||||
JCwIfsQH5jMRlmc1oujxyRFzRX7wBjPdvBeD/4MUQNnV5xtR63s09WePiyw5MbWW
|
||||
qfSpeDeaql4e1jAqJx6YvTTp7jWusOF3F8lJ04Vj9KZCBytLJAfySQgtRyyVCC58
|
||||
eu8TeX4mA94zrmZO2uuqLEgQLgfKTw==
|
||||
=MAJA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 04:21:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231022
|
||||
* Added library prefix to XML scanner and parser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfplist
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
Name: libfplist
|
||||
%define lname libfplist1
|
||||
Version: 20220116
|
||||
Version: 20231022
|
||||
Release: 0
|
||||
Summary: Library for plist formats
|
||||
Summary: Library for Apple plist formats
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/libyal/libfplist
|
||||
@ -29,17 +29,20 @@ Source2: https://github.com/libyal/libfplist/releases/download/%version/l
|
||||
Source9: %name.keyring
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20210510
|
||||
BuildRequires: pkgconfig(libuna) >= 20220102
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
%description
|
||||
libfplist is a library for plist formats.
|
||||
libfplist is a library for Apple plist formats. In the macOS, iOS,
|
||||
NeXTSTEP, and GNUstep programming frameworks, property list files are
|
||||
files that store serialized objects. Property lists are also used for
|
||||
localization strings for development.
|
||||
|
||||
Part of the libyal family of libraries.
|
||||
|
||||
@ -48,7 +51,10 @@ Summary: Library for plist formats
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
libfplist is a library for plist formats.
|
||||
libfplist is a library for Apple plist formats. In the macOS, iOS,
|
||||
NeXTSTEP, and GNUstep programming frameworks, property list files are
|
||||
files that store serialized objects. Property lists are also used for
|
||||
localization strings for development.
|
||||
|
||||
Part of the libyal family of libraries.
|
||||
|
||||
@ -67,7 +73,7 @@ Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
libfplist is a library for plist formats.
|
||||
libfplist is a library for Apple plist formats.
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of libfplist.
|
||||
|
Loading…
x
Reference in New Issue
Block a user