Sync from SUSE:SLFO:Main libosinfo revision 8fa37a59a8810ca4ae7e4f57220cbcde
This commit is contained in:
parent
e52289681a
commit
ed8e327502
BIN
libosinfo-1.11.0.tar.xz
(Stored with Git LFS)
BIN
libosinfo-1.11.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libosinfo-1.12.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libosinfo-1.12.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 11:20:36 MST 2024 - carnold@suse.com
|
||||
|
||||
- Update to version 1.12.0 (jsc#PED-8910)
|
||||
* Some memory leak fixes
|
||||
* Adapt to change in libxml2
|
||||
* Several CI improvements
|
||||
* Several translations improvements
|
||||
- Drop 0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 10:18:24 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add upstream change:
|
||||
* 0001-osinfo-Make-xmlError-struct-constant-in-propagate_li.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 14:24:21 MST 2024 - carnold@suse.com
|
||||
|
||||
- bsc#1220228 - virt-manager crashes when its viewer is opened on a
|
||||
running guest that uses spice graphics
|
||||
virt-manager uses both libosinfo and spice-gtk. spice-gtk is now
|
||||
built to use libsoup 3.0 but libosinfo was still using
|
||||
libsoup 2.4. Prefer libsoup 3.0 over libsoup 2.4 for Tumbleweed
|
||||
and newer SLE versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 16:07:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -20,13 +20,14 @@
|
||||
%define with_lang 1
|
||||
|
||||
Name: libosinfo
|
||||
Version: 1.11.0
|
||||
Version: 1.12.0
|
||||
Release: 0
|
||||
Summary: Operating system and hypervisor information management library
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://releases.pagure.org/libosinfo
|
||||
Source0: %{url}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: hwdata
|
||||
BuildRequires: libcurl-devel
|
||||
@ -36,10 +37,10 @@ BuildRequires: pkgconfig(check)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
%if 0%{suse_version} > 1550
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
%else
|
||||
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150600
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
%else
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(libxslt) >= 1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user