- Update to release 20231202
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libwrc?expand=0&rev=34
This commit is contained in:
parent
0e3156d3ad
commit
65b19f27f5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee481ce5f99c0eafe8e28b3ce03e27c76e313135a36af3ea2b41f86751898b69
|
|
||||||
size 1800505
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmQYBsAACgkQ2WJeXXrQ
|
|
||||||
F34a9wf/T42xw+euEbrS7zjpGAWvS9fgA6Sliv8fOGm1DHKBhOXAxtl89/Wfzsy9
|
|
||||||
sO8YgDd7p/uBQ1PysFRdaEvQxifpd7yrmcFDXnJHWjxGzV5UccPTf5q5FSXuf7Wf
|
|
||||||
WxhjUmIIowmfWdnetc86n+hKFAqwwOpat2hkugqFJWGquH53Fo0zoKylIda+2wC/
|
|
||||||
eM7DrzLOBs3SbjZmJ4kfP3tscfIO5HXuI+zLZoV4dc4mAsBm1he4fEyQeTQxEu51
|
|
||||||
EaZFV54K34CbDwXGMKWTZbSAyymfmVq4egwNuIh1plnFibEjFlFleIqbQA7luOuV
|
|
||||||
qWOHnsj7CZXaEeUwKzeIFSbSilLZ+Q==
|
|
||||||
=du1V
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libwrc-experimental-20231202.tar.gz
Normal file
3
libwrc-experimental-20231202.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a9aa64f8c25ae08beda613be8bb3bca3a6331ed8f16b4f8ddb41bdeba6eef55
|
||||||
|
size 1782352
|
11
libwrc-experimental-20231202.tar.gz.asc
Normal file
11
libwrc-experimental-20231202.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVreY4ACgkQ2WJeXXrQ
|
||||||
|
F34Xygf/XdLvjLMRsBma8vmRUXmbiDFYhJ5JETBbafpsEI6L5mwCrRksYIP9jMH9
|
||||||
|
djiujooNEWvwirWw15LYTS2dve7P7Cu5JLEduSrkeRoFhTpNjxvx9vJKrPb1QO+Y
|
||||||
|
9rPpeum17dNuB6UiIbNj3fMBWXKhtzJGSRcdUTuTIO+iuUEkV0qvkqTt0VbRkeZp
|
||||||
|
6E8mS9DdblfVOAdkrglOI7ZeVccuaW10ER9e1DnKNyJJISAwZWveTaSTI+j4YJ+0
|
||||||
|
VRqncNhbvwM7kR6SKj5LDycXejFx2i11HAOsRmk2D7EUhj+cYbkj8DFJuLiW759/
|
||||||
|
kogw/soCV2mrxtiJYhghpucENkwjIw==
|
||||||
|
=ydkU
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 2 19:52:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20231202
|
||||||
|
* Improved Python Unicode handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 1 16:06:52 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Tue Aug 1 16:06:52 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libwrc
|
Name: libwrc
|
||||||
%define lname libwrc1
|
%define lname libwrc1
|
||||||
Version: 20230318
|
Version: 20231202
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support the Windows Resource Compiler format
|
Summary: Library to support the Windows Resource Compiler format
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -42,12 +42,12 @@ BuildRequires: pkgconfig(libcsplit) >= 20220109
|
|||||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20220111
|
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||||
BuildRequires: pkgconfig(libfwnt) >= 20220922
|
BuildRequires: pkgconfig(libfwnt) >= 20231124
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user