From e93d1fc13ce4ab9475f84683df380c9ce628354325487d28296030e5c76b5601 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 Jul 2013 17:23:56 +0000 Subject: [PATCH 1/2] Update to 0.1.7 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=31 --- libvirt-glib-0.1.6.tar.gz | 3 --- libvirt-glib-0.1.7.tar.gz | 3 +++ libvirt-glib.changes | 19 +++++++++++++++++++ libvirt-glib.spec | 3 ++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 libvirt-glib-0.1.6.tar.gz create mode 100644 libvirt-glib-0.1.7.tar.gz diff --git a/libvirt-glib-0.1.6.tar.gz b/libvirt-glib-0.1.6.tar.gz deleted file mode 100644 index 4d02f86..0000000 --- a/libvirt-glib-0.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf -size 710452 diff --git a/libvirt-glib-0.1.7.tar.gz b/libvirt-glib-0.1.7.tar.gz new file mode 100644 index 0000000..922dce4 --- /dev/null +++ b/libvirt-glib-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429 +size 746318 diff --git a/libvirt-glib.changes b/libvirt-glib.changes index c9848e0..1994ace 100644 --- a/libvirt-glib.changes +++ b/libvirt-glib.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jul 9 17:05:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.1.7: + + Fix memory leaks in domain memory setters. + + Add APIs for configuration sdl/rdp/desktop graphics modes. + + Add getter APIs for domain channel devices. + + Add getter APIs for storage pools. + + Add API for getting/setting virt type. + + Add getter APIs for storage pool schema. + + Add base framework for i18n of error messages. + + Fix annotation of gvir_init_object. + + Add getter/setter APIs for disk driver format. + + Add APIs for domain snapshot schema. + + Add APIs to access domain chardev source. + + Add API to access domain device aliases. +- Add intltool BuildRequires: needed, as libvirt-glib now comes + with i18n support (but no translations yet). + ------------------------------------------------------------------- Mon Mar 18 19:48:50 UTC 2013 - dimstar@opensuse.org diff --git a/libvirt-glib.spec b/libvirt-glib.spec index 642dc96..c46e6ca 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -18,13 +18,14 @@ Name: libvirt-glib -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: GLib and GObject mapping of libvirt License: LGPL-2.1+ Group: System/Libraries Url: http://libvirt.org Source: http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz +BuildRequires: intltool >= 0.35.0 BuildRequires: libtool BuildRequires: vala BuildRequires: pkgconfig(glib-2.0) >= 2.22.0 From 55c15dffe5209d2fa686e84e69218e74166e2fde46711d142c8f3192e1de6046 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 Jul 2013 07:17:44 +0000 Subject: [PATCH 2/2] fix OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt-glib?expand=0&rev=32 --- libvirt-glib.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libvirt-glib.spec b/libvirt-glib.spec index c46e6ca..b0fda81 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -125,7 +125,9 @@ should be able to integrate other virtualization mechanisms if needed %build %configure --disable-static -make %{?_smp_mflags} +# Parallel build causes random failures +#make %{?_smp_mflags} +make %install %make_install