From cf8e42b98052d5ace03fcc3989c4c44c88a350aa097e4933ab8368e3764778ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 9 Dec 2024 12:14:05 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main osinfo-db-tools revision 9334a775c8ecc75b9bb955e392592d0a --- osinfo-db-tools-1.11.0.tar.xz | 3 --- osinfo-db-tools-1.12.0.tar.xz | 3 +++ osinfo-db-tools.changes | 18 ++++++++++++++++++ osinfo-db-tools.spec | 7 ++++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 osinfo-db-tools-1.11.0.tar.xz create mode 100644 osinfo-db-tools-1.12.0.tar.xz diff --git a/osinfo-db-tools-1.11.0.tar.xz b/osinfo-db-tools-1.11.0.tar.xz deleted file mode 100644 index deffb9b..0000000 --- a/osinfo-db-tools-1.11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ba6d31bb5ef07056e38879e070671afbcfec0eb41a87f9950450bbb831b0a1d -size 64792 diff --git a/osinfo-db-tools-1.12.0.tar.xz b/osinfo-db-tools-1.12.0.tar.xz new file mode 100644 index 0000000..5649786 --- /dev/null +++ b/osinfo-db-tools-1.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3315f675d18770f25dea8ed04b20b8fc80efb00f60c37ee5e815f9c3776e7f3 +size 66204 diff --git a/osinfo-db-tools.changes b/osinfo-db-tools.changes index e390e62..ee1dfc9 100644 --- a/osinfo-db-tools.changes +++ b/osinfo-db-tools.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Dec 2 11:12:22 MST 2024 - carnold@suse.com + +- Update to version 1.12.0 (jsc#PED-8910) + * Fix some memory leaks + * Fix runtime warnings on osinfo-db-export + * Adapt to libxml2 changes + * Several CI improvements + * Several translation improvements +- Drop 001-Make-xmlError-structs-constant.patch + +------------------------------------------------------------------- +Mon Jul 1 13:35:02 MDT 2024 - carnold@suse.com + +- bsc#1225908 - Package osinfo-db-tools does not build with gcc14 + because of new errors + 001-Make-xmlError-structs-constant.patch + ------------------------------------------------------------------- Mon Nov 13 13:56:39 MST 2023 - carnold@suse.com diff --git a/osinfo-db-tools.spec b/osinfo-db-tools.spec index b060150..846de87 100644 --- a/osinfo-db-tools.spec +++ b/osinfo-db-tools.spec @@ -1,7 +1,7 @@ # # spec file for package osinfo-db-tools # -# Copyright (c) 2023 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 @@ -17,13 +17,14 @@ Name: osinfo-db-tools -Version: 1.11.0 +Version: 1.12.0 Release: 0 Summary: Tools for managing the osinfo database License: LGPL-2.1+ and GPL-2.0+ Group: System/Management Url: https://releases.pagure.org/libosinfo/ Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz + BuildRequires: gettext-devel BuildRequires: glib2-devel BuildRequires: json-glib-devel @@ -40,7 +41,7 @@ This package provides tools for managing the osinfo database of information about operating systems for use with virtualization %prep -%setup -q +%autosetup -p1 %build %meson