Accepting request 1168484 from security:forensics
- Update to release 20240417 OBS-URL: https://build.opensuse.org/request/show/1168484 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfwps?expand=0&rev=15
This commit is contained in:
commit
ccbe5411b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2840adb5a4dbfc4aec196c6632c790438d09e754c5c7b1c7c5c7fe2164ac3196
|
|
||||||
size 1285479
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXtrQEACgkQ2WJeXXrQ
|
|
||||||
F37naggAsu1+DLvVeYfZq0MKRkoAMKbr6BetoQWSuMNyQ+nlXWlQhFH8ES+bLfSn
|
|
||||||
Ma4YGkdcrAUB9FXfiwjb99crTrfz0tCUI11VFtGAAT6jNzW5C9XGDHc2nkWTKuiB
|
|
||||||
KYBfkO3dGhGLZDrSlgKnuxK18grkbZ1GAnq56KdF9P3tJ2dnyScnkddsvzzr8irJ
|
|
||||||
G9kVV0CqCl0YgTv8/z5iLbpjTK/gS3f+/63EgNpGm+xE69XFpwAjUVYjB7rEv9vy
|
|
||||||
GWJqODr6/48uKuAzoroAJvxlmdnjBYL/FcaLVbb/DsImhrRcpKBXQSCM7sEAqZTh
|
|
||||||
+4X0zdZL6M6vpulA2Nc3j9ywXP47ug==
|
|
||||||
=PRW/
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libfwps-alpha-20240417.tar.gz
Normal file
3
libfwps-alpha-20240417.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41f32a03fc7811612243bff1b1977d27fcc349480dd5eae9511d59172980ad0f
|
||||||
|
size 1285200
|
11
libfwps-alpha-20240417.tar.gz.asc
Normal file
11
libfwps-alpha-20240417.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYfSw8ACgkQ2WJeXXrQ
|
||||||
|
F35EBQf+POtQGaz4gyd1mjdDi70g26XXrHvX9Qt/d3UIdumlw7Ygklj8ztmgoGU4
|
||||||
|
9Xneo2ErHUSwdQv2VqBnG6BZxIsHgXvfRAhJPgoFsACzBvOf6bFvSq0anRTKMsm5
|
||||||
|
uwATMFPnbjuam/IMbgh9hpHAsFZkGSQ4KM3ONDm85kFytN8TUD3OrpDNGAmW21C+
|
||||||
|
ghxrrWsSgHKwM4Zr8romPZriKsbsGwjwKP1t9gE6Fe37HjcDywhIshinD6Oa5py9
|
||||||
|
o+2xqhKunT0EM7rf/sDQPl0BQ9B9qzmgpduaWRMxp2MCzd8rc9Zq61kQ8X991vUB
|
||||||
|
7SX4KoO8RQJenbpeXENhNz9MwjKwGg==
|
||||||
|
=jBni
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 17 07:01:09 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20240417
|
||||||
|
* Added support for reading float64 time values
|
||||||
|
(and converting other types to it)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 10 17:58:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sun Mar 10 17:58:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
23
libfwps.spec
23
libfwps.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libfwps
|
Name: libfwps
|
||||||
%define lname libfwps1
|
%define lname libfwps1
|
||||||
Version: 20240310
|
Version: 20240417
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Windows Property Store data types
|
Summary: Library for Windows Property Store data types
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -32,15 +32,15 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 2024012
|
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
BuildRequires: pkgconfig(libfdatetime) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfole) >= 20240119
|
BuildRequires: pkgconfig(libfole) >= 20240416
|
||||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
|
||||||
@ -88,8 +88,7 @@ grep ' '' ''local' config.log && exit 1
|
|||||||
mv "%_builddir/rt"/* %buildroot/
|
mv "%_builddir/rt"/* %buildroot/
|
||||||
find "%buildroot" -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
Loading…
Reference in New Issue
Block a user