Accepting request 1131370 from GNOME:Next

- Update to version 5.0.0:
  + Fix compatiblity with libxml2 >= 2.12.0
  + Bump min libvirt version to 2.3.0
  + Bump min meson to 0.56.0
  + Require use of GCC >= 4.8 / CLang > 3.4 / XCode CLang > 5.1
  + Mark USB disks as removable by default
  + Add support for audio device backend config
  + Add support for DBus graphics backend config
  + Add support for controlling firmware feature flags
  + Improve compiler flag handling in meson
  + Extend library version script handling to FreeBSD
  + Fix pointer sign issue in capabilities config API
  + Fix compat with gnome.mkenums() in Meson 0.60.0
  + Avoid compiler warnings from gi-ir-scanner generated code by
    not setting glib version constraints
  + Be more robust about NULL GError parameters
  + Disable unimportant cast alignment compiler warnings
  + Use ‘pragma once’ in all header files
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1131370
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=61
This commit is contained in:
James Fehlig 2023-12-06 21:12:55 +00:00 committed by Git OBS Bridge
parent d67c8d0ed0
commit f5f5474953
6 changed files with 45 additions and 22 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE2vOm/bJrYpEtDo4/vobrtBUQT98FAmAqaBsACgkQvobrtBUQ
T9/O8RAAnlSnrlf1QL4afN41+HnQbcO7DUmd0KTozGr/mgJcs6DMX0ZNgS/tOYm4
VLbnDM6tl+cEzXJnDKrsuyniz9pJghYB466NEdNE8a8z81sGWjW9MsKqAT9LnCdf
/IQH/zmT9i5XdTGt94OwRcE6Vcv1lfVEq7OY6wIh4oUml8I71zB0rawDnoeE6p50
FzsHuZj+gAvxoMwRLYG/ezMDnsVPJcGg+j26XsQcZ5SNyg13+2YtlobOhA/n4zoQ
28bhPTxgQqe1YrXtpIFWsi4XM1O88s6BPAFuJX20Z8q0oIeKe4nSG9mw9o3s+uq2
V+Tjk91F2Y0lHMoCwvZp6wQtbaBAJg73ACvrGquDKWnvLtOW7Uu6gVAZuyDwJXtM
hnqWhgvAJFkVQkRNN9tKRnqhNChGFwr+vfRjFyGgyzn6LBR5zOwkdZAHAA6dDYqc
pIaVlytr1FjZEfqdfoSND2M/ZMRlKulguAbUvftfs0j9wA8X1xSlKUSPsshe0XNu
fupOvDMWjiXd0NAsg7dtg3X0gqzKRhwFONYwizXQEPB1K9q4/rkswEQp4vCSibe1
jgCbYCOi2vNu4wenK/Li7skM4Hcrri+wDWijh8ZCNMs/Pgl2F4c2fIlx0Hlu5UUZ
mGjtNm2OjeqQefEY++UdBaT2YZE6TJMXQV2CM+jtUwChIa7/Brk=
=vXoX
-----END PGP SIGNATURE-----

BIN
libvirt-glib-5.0.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE2vOm/bJrYpEtDo4/vobrtBUQT98FAmVohsEACgkQvobrtBUQ
T9/HVQ//T3koKSkMeDaB4qYZFkw7rcQAJmm9rBV3z5kRxJvMXmq3ZllClWdrFv9E
pPzZZVuYy35mwe1I693zeGTWZDFKDRm6c1EgP0qhbX7t3g8Tk01GTbMtLYpTzE7P
pofqw9MzCcMQ6xYy9dvDMTwYM68gZibpZzD1/Sg4I59MwGdZ7POUKHDBrdmGSXsR
eRMP61Sxe3uu9DcabtbHCK5F8iMAtXc/On80Owxks/QNkykauD4sKiCjuzmy0wyN
ix1daXoNWux/cvBqvMgrcILf2FtXJtkjnlLMJQ38iKlfot9zdO8pUJrvuLs+spGS
sx6R3YnbYJMU31VhazrIwulsO7k3/pICvkaked8x2IDtwsT6Wy18PF8EZ3/zl/sk
XjoCLMqRQqgdTEHZS1HLPJugyPud7UR2l2sC7F478orxH/FFqR/V7mbY+4tNdRnz
72t1bW0AnznI3DFJgJzexq6cI0o29g+G5/hl7dtDBU7kGSoj/M9xH68e2Mev5voW
eP4gLHd7ZU765FCGd87LuFOirugVGVA6im5kzPJD0kdOEwUyfQfLw7gUFLH4AOGd
PLDi6mJcNgqvDP7je/kjmdmWbMRUJSOfUkfYMo9AWUBK1RECDV2oo2IH96cJfbxz
E8e2tQYGJIz1VI2v+lJe3+0VZptvfA0yN20BYPNK5Z31jfL+U8Y=
=KXlN
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Dec 6 13:47:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 5.0.0:
+ Fix compatiblity with libxml2 >= 2.12.0
+ Bump min libvirt version to 2.3.0
+ Bump min meson to 0.56.0
+ Require use of GCC >= 4.8 / CLang > 3.4 / XCode CLang > 5.1
+ Mark USB disks as removable by default
+ Add support for audio device backend config
+ Add support for DBus graphics backend config
+ Add support for controlling firmware feature flags
+ Improve compiler flag handling in meson
+ Extend library version script handling to FreeBSD
+ Fix pointer sign issue in capabilities config API
+ Fix compat with gnome.mkenums() in Meson 0.60.0
+ Avoid compiler warnings from gi-ir-scanner generated code by
not setting glib version constraints
+ Be more robust about NULL GError parameters
+ Disable unimportant cast alignment compiler warnings
+ Use pragma once in all header files
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 19 09:53:59 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libvirt-glib
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: libvirt-glib
Version: 4.0.0
Version: 5.0.0
Release: 0
Summary: GLib and GObject mapping of libvirt
License: LGPL-2.1-or-later
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.10.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires: pkgconfig(gthread-2.0) >= 2.36.0
BuildRequires: pkgconfig(libvirt) >= 1.2.5
BuildRequires: pkgconfig(libvirt) >= 2.3.0
BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0
%description