Sync from SUSE:SLFO:Main osinfo-db-tools revision 9334a775c8ecc75b9bb955e392592d0a
This commit is contained in:
parent
e3fdba956f
commit
cf8e42b980
BIN
osinfo-db-tools-1.11.0.tar.xz
(Stored with Git LFS)
BIN
osinfo-db-tools-1.11.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
osinfo-db-tools-1.12.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
osinfo-db-tools-1.12.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Mon Nov 13 13:56:39 MST 2023 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osinfo-db-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osinfo-db-tools
|
Name: osinfo-db-tools
|
||||||
Version: 1.11.0
|
Version: 1.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for managing the osinfo database
|
Summary: Tools for managing the osinfo database
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://releases.pagure.org/libosinfo/
|
Url: https://releases.pagure.org/libosinfo/
|
||||||
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: json-glib-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
|
information about operating systems for use with virtualization
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
Loading…
x
Reference in New Issue
Block a user