From cdbd0f1fd7e3946fb7b37b28ca084d8d79e0697dea543e35177d5e353fcfd4fe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Feb 2012 20:24:23 +0000 Subject: [PATCH] Accepting request 106371 from home:dimstar:branches:Virtualization Update to 0.0.5 OBS-URL: https://build.opensuse.org/request/show/106371 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=8 --- libvirt-glib-0.0.4.tar.gz | 3 --- libvirt-glib-0.0.5.tar.gz | 3 +++ libvirt-glib.changes | 17 +++++++++++++++++ libvirt-glib.spec | 14 +++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 libvirt-glib-0.0.4.tar.gz create mode 100644 libvirt-glib-0.0.5.tar.gz diff --git a/libvirt-glib-0.0.4.tar.gz b/libvirt-glib-0.0.4.tar.gz deleted file mode 100644 index 30b8dde..0000000 --- a/libvirt-glib-0.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28e9785a5329ef9ebd97c70ce018d3810a79a495a7a2ae52fe6d1bbdeeb5b7c3 -size 530282 diff --git a/libvirt-glib-0.0.5.tar.gz b/libvirt-glib-0.0.5.tar.gz new file mode 100644 index 0000000..c2a8bc8 --- /dev/null +++ b/libvirt-glib-0.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc60ff22199c70fd8bb311393e00ff537cfe3f5b40d4e0e366d15c4a64e57dab +size 543780 diff --git a/libvirt-glib.changes b/libvirt-glib.changes index 2a76a3e..596d590 100644 --- a/libvirt-glib.changes +++ b/libvirt-glib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 21 20:11:38 UTC 2012 - dimstar@opensuse.org + +- Update to version 0.0.5: + + Fix error after finishing a stream + + Use G_PARAM_STATIC_STRINGS + + Add config for readonly disks + + Add config for description/metadata + + Fix type when creating storage volumes + + Remove some bogus g_error usage + + Import GNULIB's compiler warning flags support & fix problems + + Add API for resizing storage volumes + + Add API to check if a domain is saved + + Add config for disk cache method + + Add APIs to get node information + + Add flags for deleting domains + ------------------------------------------------------------------- Tue Jan 31 08:59:44 UTC 2012 - dimstar@opensuse.org diff --git a/libvirt-glib.spec b/libvirt-glib.spec index ecb53c1..a1f2973 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -18,7 +18,7 @@ Name: libvirt-glib -Version: 0.0.4 +Version: 0.0.5 Release: 0 Summary: GLib and GObject mapping of libvirt License: LGPL-2.1+ @@ -27,12 +27,12 @@ Url: http://libvirt.org Source: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz BuildRequires: libtool BuildRequires: vala -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(libvirt) -BuildRequires: pkgconfig(libxml-2.0) +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(libxml-2.0) >= 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description