Accepting request 182772 from Virtualization
- 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). OBS-URL: https://build.opensuse.org/request/show/182772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt-glib?expand=0&rev=18
This commit is contained in:
commit
3bbca53710
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:274b88584db94bb5d404e5398d6b5ef184afad49a2e4b3f4f6c47ba940bf55bf
|
||||
size 710452
|
3
libvirt-glib-0.1.7.tar.gz
Normal file
3
libvirt-glib-0.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39652c07d95f980ff30b39e0fd072e768fb85d778d65432da24b17dee9d36429
|
||||
size 746318
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -124,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user