From 7456153d4d04a7270df7b22467725b9e267a6cab05de7c86e9822021d99bc3ed Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 3 Mar 2024 16:50:39 +0000 Subject: [PATCH] - Update to release 20240303 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=59 --- libregf-alpha-20240214.tar.gz | 3 --- libregf-alpha-20240214.tar.gz.asc | 11 ----------- libregf-alpha-20240303.tar.gz | 3 +++ libregf.changes | 6 ++++++ libregf.spec | 30 +++++++++++++++--------------- 5 files changed, 24 insertions(+), 29 deletions(-) delete mode 100644 libregf-alpha-20240214.tar.gz delete mode 100644 libregf-alpha-20240214.tar.gz.asc create mode 100644 libregf-alpha-20240303.tar.gz diff --git a/libregf-alpha-20240214.tar.gz b/libregf-alpha-20240214.tar.gz deleted file mode 100644 index d7b8956..0000000 --- a/libregf-alpha-20240214.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d47bb1e10a244a26ff0b0cfe4b62d817796353cdd91f7b351014197111cf4674 -size 1710537 diff --git a/libregf-alpha-20240214.tar.gz.asc b/libregf-alpha-20240214.tar.gz.asc deleted file mode 100644 index cf9c4a2..0000000 --- a/libregf-alpha-20240214.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXMZFQACgkQ2WJeXXrQ -F34kGQf+PBOU+j7CGpJYFt/x7KOBuN2ONWLJjC60DtQlrQ/ludAfzmpXt4ImnYVZ -bSTbTakvpZUVOysZsldSB33NaPfIJ6FmIWVfeHHF1UsqGnmnUqoJLypJNggfRiOw -rgEhbHgbTtfIJbpqIIotfimQmWh+AYHm61+cax11C0SwDHA0sasEz0+3AgUcuDBr -DyBJMWOYpLnAogZiRHDVqJFwy6HtEG9hv46UmmuKuEDkmiW8VnsAhwqe/qjPSWAi -HOcCOXDV4juoMiLGdknWXlx7HzmFPmPYXE2VkwD6rRVYqCfgYuYGgHKWWun6+7qC -gtLOAC53oD4wZbPoFjBv4PlxI+YizA== -=iUPc ------END PGP SIGNATURE----- diff --git a/libregf-alpha-20240303.tar.gz b/libregf-alpha-20240303.tar.gz new file mode 100644 index 0000000..d789139 --- /dev/null +++ b/libregf-alpha-20240303.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe13e0051be529cdb3c6e0f025d83f179f5849895fd2905270d81797f1098b45 +size 1710398 diff --git a/libregf.changes b/libregf.changes index dc52499..950d739 100644 --- a/libregf.changes +++ b/libregf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 3 16:49:16 UTC 2024 - Jan Engelhardt + +- Update to release 20240303 + * Subkey support + ------------------------------------------------------------------- Wed Feb 14 19:03:13 UTC 2024 - Jan Engelhardt diff --git a/libregf.spec b/libregf.spec index 5fbf189..f663548 100644 --- a/libregf.spec +++ b/libregf.spec @@ -20,14 +20,14 @@ %define lname libregf1 Name: libregf -Version: 20240214 +Version: 20240303 Release: 0 Summary: Library to access Windows REGF-type Registry files License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Productivity/File utilities URL: https://github.com/libyal/libregf Source: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz -Source2: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz.asc +#Source2: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz.asc Source3: %name.keyring Source11: Windows_NT_Registry_File_REGF_format.pdf BuildRequires: %{python_module devel} @@ -50,7 +50,7 @@ BuildRequires: pkgconfig(libfdata) >= 20240114 BuildRequires: pkgconfig(libfdatetime) >= 20240115 BuildRequires: pkgconfig(libfguid) >= 20240116 BuildRequires: pkgconfig(libfwnt) >= 20240126 -BuildRequires: pkgconfig(libfwsi) >= 20231130 +BuildRequires: pkgconfig(libfwsi) >= 20240301 BuildRequires: pkgconfig(libuna) >= 20240130 %python_subpackages # Various notes: https://en.opensuse.org/libyal @@ -81,7 +81,7 @@ Typically used for computer forensics. Summary: Development files for libregf, a Windows REGF-type Registry file parser License: GFDL-1.3-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: %lname = %{version} +Requires: %lname = %version Requires: libbfio-devel %description devel @@ -89,7 +89,7 @@ libregf is a library to access Windows Registry files of the REGF type (a non-text representation). This subpackage contains libraries and header files for developing -applications that want to make use of %{name}. +applications that want to make use of %name. %prep %autosetup -p1 @@ -109,29 +109,29 @@ grep ' '' ''local' config.log && exit 1 %install 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 %postun -n %lname -p /sbin/ldconfig %files -n %lname %license COPYING* -%{_libdir}/libregf.so.* +%_libdir/libregf.so.* %files -n %name-tools -%{_bindir}/regf* -%{_mandir}/man1/regf*.1* +%_bindir/regf* +%_mandir/man1/regf*.1* %files -n %name-devel %doc Windows_NT_Registry_File*.pdf -%{_includedir}/libregf.h -%{_includedir}/libregf/ -%{_libdir}/libregf.so -%{_libdir}/pkgconfig/libregf.pc -%{_mandir}/man3/libregf.3* +%_includedir/libregf.h +%_includedir/libregf/ +%_libdir/libregf.so +%_libdir/pkgconfig/libregf.pc +%_mandir/man3/libregf.3* %files %python_files %license COPYING* -%{python_sitearch}/pyregf.so +%python_sitearch/pyregf.so %changelog