From cc64f5a7fc011b3c505662bcd283768cf4fae6e0fde0c7859c3d607117443e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 7 Mar 2012 12:50:07 +0000 Subject: [PATCH] Accepting request 108354 from home:dimstar:branches:GNOME:Factory Update to 0.0.6 - Requirement for gnome-boxes 3.3.91 OBS-URL: https://build.opensuse.org/request/show/108354 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=10 --- libvirt-glib-0.0.5.tar.gz | 3 --- libvirt-glib-0.0.6.tar.gz | 3 +++ libvirt-glib.changes | 21 +++++++++++++++++++++ libvirt-glib.spec | 3 ++- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 libvirt-glib-0.0.5.tar.gz create mode 100644 libvirt-glib-0.0.6.tar.gz diff --git a/libvirt-glib-0.0.5.tar.gz b/libvirt-glib-0.0.5.tar.gz deleted file mode 100644 index c2a8bc8..0000000 --- a/libvirt-glib-0.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc60ff22199c70fd8bb311393e00ff537cfe3f5b40d4e0e366d15c4a64e57dab -size 543780 diff --git a/libvirt-glib-0.0.6.tar.gz b/libvirt-glib-0.0.6.tar.gz new file mode 100644 index 0000000..80beb82 --- /dev/null +++ b/libvirt-glib-0.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89ea65cdbd976f1674da618d7b0005c68dd2075f9c6f82bb9503c85aabf84bf +size 624138 diff --git a/libvirt-glib.changes b/libvirt-glib.changes index 596d590..f2aaaf3 100644 --- a/libvirt-glib.changes +++ b/libvirt-glib.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Mar 7 11:37:49 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.0.6: + + Add binding for virDomainBlockResize(): + gvir_domain_disk_resize(). + + Set correct target node attribute for domain interface. + } Getter for the associated domain of a domain device. + + Getters for GVirConfigDomainInterface attributes. + + GVirDomainDevice now has an associated GVirConfigDomainDevice. + + Remove now redundant 'path' property from GVirDomainDevice + subclasses. + + Add gvir_domain_get_devices(). + + Empty statistics for user-mode interfaces. One of the + limitations of user-mode networking of libvirt is that you + can't get statistics for it (not yet, at least). Instead of + erroring-out in that case, simply return empty statistics + result and spit a debug message. + + Fix a GVirStream leak. + + Also distribute GNUmakefile, cfg.mk and maint.mk files. + ------------------------------------------------------------------- Tue Feb 21 20:11:38 UTC 2012 - dimstar@opensuse.org diff --git a/libvirt-glib.spec b/libvirt-glib.spec index a1f2973..e5348f7 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -17,8 +17,9 @@ # + Name: libvirt-glib -Version: 0.0.5 +Version: 0.0.6 Release: 0 Summary: GLib and GObject mapping of libvirt License: LGPL-2.1+