Accepting request 1147347 from security:forensics
- Update to release 20240117 OBS-URL: https://build.opensuse.org/request/show/1147347 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwrc?expand=0&rev=26
This commit is contained in:
commit
42176d5118
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d2aca27d7a798c3a319d2def8eceeb156247036072b32a81bbb97ec005fa6ce
|
||||
size 1779618
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWNv+UACgkQ2WJeXXrQ
|
||||
F36Y4wf/VnwwD27n+51ljyF/XVyafe5lD4ZWRec60I7DlvS1QvdS93oI3L5q3V5u
|
||||
oUKINfpW2QLAiX/XpPB1ZAp1F3j1MyWp9r0545D36n3yE12ruZLxJnFxA+Brl9Lc
|
||||
VWNbEaqmRMFqKMAhSMYMR2wYwiS+dp98zE+qF4OIltJVu2WElWLQHvaH4zp757AD
|
||||
TE0tOUfk3UgrmHUmHzsmsnKgBxiPzwEjH42uxeIjL/KezEf6SC9x104xcYoBVlqd
|
||||
neVZk4XSOBY40UcjnUBshKQd5RB0O9XS2RtjbFIzcI9vnHet4VoCw0zkN2q1Uvt0
|
||||
OdjQ5ED38/66R3Z9SYGxYnrKbEorJg==
|
||||
=kxbH
|
||||
-----END PGP SIGNATURE-----
|
3
libwrc-experimental-20240217.tar.gz
Normal file
3
libwrc-experimental-20240217.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f255ed19f13f4eeeb5e4cd96986de0e02fe7cedb88dcf5d02141925bbfb80434
|
||||
size 1779952
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 16:31:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240117
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
34
libwrc.spec
34
libwrc.spec
@ -18,14 +18,14 @@
|
||||
|
||||
Name: libwrc
|
||||
%define lname libwrc1
|
||||
Version: 20231228
|
||||
Version: 20240217
|
||||
Release: 0
|
||||
Summary: Library to support the Windows Resource Compiler format
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/libyal/libwrc
|
||||
Source: https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz
|
||||
Source2: https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz.asc
|
||||
#Source2: https://github.com/libyal/libwrc/releases/download/%version/libwrc-experimental-%version.tar.gz.asc
|
||||
Source9: %name.keyring
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -33,22 +33,22 @@ BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20231124
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
||||
BuildRequires: pkgconfig(libfdata) >= 20240114
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240124
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
Loading…
x
Reference in New Issue
Block a user