SHA256
1
0
forked from pool/libvirt-glib

Accepting request 753829 from Virtualization

- Update to version 3.0.0
  + Add support for bochs video device
  + Add API to query firmware config
  + Improve testing coverage
  + Validate min/max glib API versions in use
  + Remove deprecated G_PARAM_PRIVATE
  + Fix docs build linking problems
  + Convert python demos to be python 3 compatible & use
    modern best practice for pyobject introspection bindings
  + Add API to query domain capaibilities
  + Refresh translations
  + Simplify build process for handling translations
  + Fix some memory leaks
  + Add API for setting storage volume features
  + boo#1158282

OBS-URL: https://build.opensuse.org/request/show/753829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt-glib?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2019-12-07 14:16:22 +00:00 committed by Git OBS Bridge
commit 7aefef6e36
6 changed files with 41 additions and 22 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJbwHtKAAoJEL6G67QVEE/fvYQP+gL5zhpaFTa2pziiN6mjHlJ7
mK9ucJY2EppvoyGOIwzey1efvxpCRzbj26eNRCgSLV+cWSyDo5VbarNoHFUvLYkt
NwqBqs2MXnnSFNA2C/XAKa6nUrNjFa2c3Zaci1QsYqvi5nbhONi5nXoOeVazKqV4
mI8fNiz7doGSEifLcfpHoIvXH56pLMcxUapLZiluhHCgV/ZGwbpeyYdGcvfSBIR4
bTGP2h2sAT6oMcZ+u0vJtiVHIhR0VuXzTlfyEkO9Ofn/4wrrgh4GumX0q422q4xF
9OfmhICvvAyNKXM/ASSG/rhx/8ZTkAm1SxVLNQmppDZw3XTa/CEWqdPzORkIOlHN
tIa9qq6hfFZZ1CrE0msG1iqRIBz6Nj56fTnRiFMo3xbWhrX+ThCjkwTngDd50NTU
tPhFcg8Y38ojbhW2f6B5sQF/Z+86k6vNVUOu646Gv2ONQPr87WTMZMnah7jV40Dj
7GqECN3WwukiiJGJc2JVsPULBHkXFb8luq9f7wGIst5fans/UJ5gSqDNXwblG8/A
j+yZhsVFZx7DcGzHyfoSjDAVZZ+w5IjqdUyulVATt1HRpAF29d14BGYfC7joDw9I
xvHNfjIYBBQbZAJORctHYU9jMDbrUwPdxF3n4nIAGkXTnflNp9R7rSYnVMpqMNrx
eB2ZT5mkl4ZeDDOr6cLC
=koR7
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEE2vOm/bJrYpEtDo4/vobrtBUQT98FAl3dIx8ACgkQvobrtBUQ
T98bDw//Ql/NvGbfKs1R2dJz24g8MkIR8FUBMAUhpdfAStryf9ZcaTaNBo6k2Wzd
aMpnr/NfE7ZRZ1ws1hseYqXgqn72cxnoKW5dIr6zdrORF01U/5bqjQPMq7+q0LIq
/VMmNULNsSofbV4C3HEgUbigINO5xKN3TzefuIzSI1c3mu+JmhWVY6HzBcg3gyrI
kPHw8AuHaGXvqTFYifZ08OjZdEJK6Wwx1uzUsAemxRRVtfRtnfd4UUu09v2jn/E/
RKYbsFec+EnYLt8fwT0qjiVJIiJWo8MNqB3JnEE7B26w6TDaGKBqypp4Y1WHp8It
HQO+HygHSB5SM6YUmUnK1tofmztBs6r1hDZKum72ORWQQ0F4fSGsb9mxdFtlpHcI
xicNUl7NWjzi1JkXle06gqMIlJSMWfdgFdHtzGfTlXNcqoObMz7pAnFvPQH9Mhly
1Q59a4aXjA+Qiz4RsljMO30CUCc21cnu+J0hCABw0tRslLs+k0nLgH+W8JmZXNOO
NxQywJWMgAwfxIzr20+GopXOXC3ch2s7SMXIAV2E9l3tA4FllZwL9nsX3Eg5gEb/
5zaoGtuLsKEsOTX5CM6vmF6y5o3hXQOHnBXnPZYivw/EfC6rCwiakdnkqNw1k6nD
ZPvAIdjIyhYr5uBP3vlsYbhvR3/ZujP22jHa8dWvBbu3dVxC78Y=
=BCy/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Dec 3 22:00:32 UTC 2019 - James Fehlig <jfehlig@suse.com>
- Update to version 3.0.0
+ Add support for bochs video device
+ Add API to query firmware config
+ Improve testing coverage
+ Validate min/max glib API versions in use
+ Remove deprecated G_PARAM_PRIVATE
+ Fix docs build linking problems
+ Convert python demos to be python 3 compatible & use
modern best practice for pyobject introspection bindings
+ Add API to query domain capaibilities
+ Refresh translations
+ Simplify build process for handling translations
+ Fix some memory leaks
+ Add API for setting storage volume features
+ boo#1158282
-------------------------------------------------------------------
Sat Jan 5 13:37:30 UTC 2019 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libvirt-glib
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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: 2.0.0
Version: 3.0.0
Release: 0
Summary: GLib and GObject mapping of libvirt
License: LGPL-2.1-or-later
@ -28,7 +28,7 @@ Source0: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
Source1: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz.asc
BuildRequires: fdupes
BuildRequires: intltool >= 0.35.0
BuildRequires: gettext
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: vala