Accepting request 137917 from home:dimstar:branches:Virtualization

Update to 0.1.3

OBS-URL: https://build.opensuse.org/request/show/137917
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=22
This commit is contained in:
James Fehlig 2012-10-12 15:22:04 +00:00 committed by Git OBS Bridge
parent 108c95415e
commit c9c39d8795
4 changed files with 23 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 11 15:21:10 UTC 2012 - dimstar@opensuse.org
- Update to version 0.1.3:
+ Improve documentation for set_memory method in GVirConfigDomain
+ Handle size units for memory attributes
+ Add API for current memory
+ Fix python example to specify virt type
+ Use 1 GB of RAM in python example instead 1 TB !
+ Add API to get hypervisor name and version
+ Avoid NULL format string for g_set_error
+ Fix XXX_new_with_xml constructors for config objects
+ Add misc getters for VNC/SPICE config attributes
+ Add handling of PMSUSPENDED state
+ Add handling of WAKEUP events
+ Require libvirt 0.10.2 minimum
+ Add API for domain PM wakeup.
-------------------------------------------------------------------
Tue Aug 21 21:01:32 UTC 2012 - dimstar@opensuse.org

View File

@ -18,7 +18,7 @@
Name: libvirt-glib
Version: 0.1.2
Version: 0.1.3
Release: 0
Summary: GLib and GObject mapping of libvirt
License: LGPL-2.1+
@ -31,7 +31,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.22.0
BuildRequires: pkgconfig(gobject-2.0) >= 2.10.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires: pkgconfig(gthread-2.0) >= 2.22.0
BuildRequires: pkgconfig(libvirt) >= 0.9.10
BuildRequires: pkgconfig(libvirt) >= 0.10.2
BuildRequires: pkgconfig(libxml-2.0) >= 2.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build