- Update to release 20240122

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libftxr?expand=0&rev=9
This commit is contained in:
Jan Engelhardt 2024-01-22 11:36:47 +00:00 committed by Git OBS Bridge
parent dae65dde21
commit 167b7e32f5
6 changed files with 28 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e837e076f759908a01a6eb622da841977ab989a7b5d9a224cb1414df284fabff
size 1107747

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHmTDwACgkQ2WJeXXrQ
F375NQf8DvmE5K7J/dSvUVMe38yV37wY+47J6AQIMn3xPYJwglJMBLVGk44l1AeO
Fm4CZ49mCsP5kShYw/uONhIKlXbRlIZR0SmDl/TlJuKysky7MuHLqggpVQayrS/H
TrAjgN7Gw7XS/JZz2MWY2DwLz9BOvVouLyzl6llJRAIMT9dpQO6+5jzUApFbY712
WSiutGU7oILqfQ0stwOWpDxuCMsBd+C4NndFNg24UL6J7kWerDysoWhghY++KDRC
osBz06haN9KL8K49y3Le0OmUFIblk4xddgv3BerZax0mAwYFa1rQVwiOdmGNfzQo
8EO6bKnkSgiZmK/bT9W9tafseo4mAw==
=LtGv
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9df9b84d84a61a74a08b5719ed88f151018b791d770b65c1155b3ca88a4d3ae7
size 1129848

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmWt+RYACgkQ2WJeXXrQ
F36+uAf/UNqxClzCSHMr9CYR2XwJjgIqXjic35hnu5EDMB1lU1dDj6j5rP03HJOE
sNOVBxkzfRLb1YaJhaiFq0mH+INFMc9BBPhpabux9MGpbWvmHXVQurEu9zU3rsyi
VdcBOM3EJpxngwUTwoRINAy0BlPluOcKSBiEje70cOXjCYThv1RIRw0qTCG+ULnW
BKhlAIfHkTJ8gIxlFoKScQzCvwRfe2fB+SbXU8L9KwMOxSemW23ZvOaFsbLOxn0M
WTE7IYNawXkfM22GJf4hVxj7yhhsQ3dTGKQXM+CP17sUSAaGYNrZr/Pwd+oMJw0k
X7TUcvOjT1/jfvIEfQ5/4ngQQbrtJw==
=wa5j
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 22 11:33:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240122
* No user-visible changes
-------------------------------------------------------------------
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libftxr
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libftxr
%define lname libftxr1
Version: 20220118
Version: 20240122
Release: 0
Summary: Library for Transactional Registry (TxR) data types
License: LGPL-3.0-or-later
@ -29,12 +29,12 @@ Source2: https://github.com/libyal/libftxr/releases/download/%version/lib
Source9: %name.keyring
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcnotify) >= 20220108
BuildRequires: pkgconfig(libfdatetime) >= 20220112
BuildRequires: pkgconfig(libfguid) >= 20220113
BuildRequires: pkgconfig(libfusn) >= 20180726
BuildRequires: pkgconfig(libuna) >= 20220102
BuildRequires: pkgconfig(libcerror) >= 20240101
BuildRequires: pkgconfig(libcnotify) >= 20240108
BuildRequires: pkgconfig(libfdatetime) >= 20240115
BuildRequires: pkgconfig(libfguid) >= 20240116
BuildRequires: pkgconfig(libfusn) >= 20220119
BuildRequires: pkgconfig(libuna) >= 20230710
# Various notes: https://en.opensuse.org/libyal
%description