SHA256
1
0
forked from pool/libvirt-glib

Accepting request 106375 from Virtualization

Update to 0.0.5 (forwarded request 106371 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/106375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt-glib?expand=0&rev=5
This commit is contained in:
Sascha Peilicke 2012-02-22 10:48:06 +00:00 committed by Git OBS Bridge
commit 69077accc4
4 changed files with 27 additions and 10 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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