Hello community,

here is the log from the commit of package libvirt-glib for openSUSE:Factory 
checked in at 2012-01-17 11:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt-glib (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt-glib", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes        
2011-12-01 12:24:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-glib.new/libvirt-glib.changes   
2012-01-17 16:11:16.000000000 +0100
@@ -1,0 +2,24 @@
+Tue Jan 10 09:37:04 UTC 2012 - [email protected]
+
+- Update to version 0.0.3:
+  + Flesh out API in libvirt-gconfig to allow basic domain
+    configuration
+  + Don't memset private data fields, since glib already ensures
+    this
+  + Fix VPATH builds
+  + Add syntax-check rules ensuring coding style compliance
+  + Describe coding style in HACKING file
+  + Expand libvirt-gobject API to allow watches on streams
+  + Simplify debug system with new glib
+  + Fix libvirt-gobject pkg-config file
+  + Fix domain event handlig wrt transient guests
+  + Don't crash if given a NULL uri to connect to
+  + Expand libvirt-gobject API for storage pools & volumes
+  + Fix some crashes in error paths where GError instance was NULL
+  + Add vala files to the RPM
+  + Add binding for open domain consoles & graphics.
+- Add libtool BuildRequires.
+- Split typelib file into typelib-1_0-Libvirt* subpackage.
+- Add typelib-1_0-Libvirt* Requires to devel subpackage.
+
+-------------------------------------------------------------------

Old:
----
  libvirt-glib-0.0.2.tar.gz

New:
----
  libvirt-glib-0.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libvirt-glib.spec ++++++
--- /var/tmp/diff_new_pack.3b1SZj/_old  2012-01-17 16:11:18.000000000 +0100
+++ /var/tmp/diff_new_pack.3b1SZj/_new  2012-01-17 16:11:18.000000000 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libvirt-glib
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,13 +17,14 @@
 #
 
 Name:           libvirt-glib
-Version:        0.0.2
-Release:        1
-License:        LGPL-2.1+
+Version:        0.0.3
+Release:        0
 Summary:        GLib and GObject mapping of libvirt
-Url:            http://libvirt.org
+License:        LGPL-2.1+
 Group:          System/Libraries
+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)
@@ -56,10 +58,55 @@
 long term stable C API initially for the Xen paravirtualization but
 should be able to integrate other virtualization mechanisms if needed
 
+%package -n typelib-1_0-LibvirtGConfig-1_0
+Summary:        GLib and GObject mapping of libvirt - gi-bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-LibvirtGConfig-1_0
+libvirt is a C toolkit to interact with the virtualization capabilities
+of recent versions of Linux (and other OSes). It is free software
+available under the GNU Lesser General Public License. Virtualization on
+the Linux Operating System means the ability to run multiple instances of
+Operating Systems concurrently on a single hardware system where the basic
+resources are driven by a Linux instance. The library aim at providing
+long term stable C API initially for the Xen paravirtualization but
+should be able to integrate other virtualization mechanisms if needed
+
+%package -n typelib-1_0-LibvirtGLib-1_0
+Summary:        GLib and GObject mapping of libvirt - gi-bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-LibvirtGLib-1_0
+libvirt is a C toolkit to interact with the virtualization capabilities
+of recent versions of Linux (and other OSes). It is free software
+available under the GNU Lesser General Public License. Virtualization on
+the Linux Operating System means the ability to run multiple instances of
+Operating Systems concurrently on a single hardware system where the basic
+resources are driven by a Linux instance. The library aim at providing
+long term stable C API initially for the Xen paravirtualization but
+should be able to integrate other virtualization mechanisms if needed
+
+%package -n typelib-1_0-LibvirtGObject-1_0
+Summary:        GLib and GObject mapping of libvirt - gi-bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-LibvirtGObject-1_0
+libvirt is a C toolkit to interact with the virtualization capabilities
+of recent versions of Linux (and other OSes). It is free software
+available under the GNU Lesser General Public License. Virtualization on
+the Linux Operating System means the ability to run multiple instances of
+Operating Systems concurrently on a single hardware system where the basic
+resources are driven by a Linux instance. The library aim at providing
+long term stable C API initially for the Xen paravirtualization but
+should be able to integrate other virtualization mechanisms if needed
+
 %package devel
 Summary:        GLib and GObject mapping of libvirt - Development files
 Group:          Development/Languages/C and C++
 Requires:       libvirt-glib-1_0-0 = %{version}
+Requires:       typelib-1_0-LibvirtGConfig-1_0 = %{version}
+Requires:       typelib-1_0-LibvirtGLib-1_0 = %{version}
+Requires:       typelib-1_0-LibvirtGObject-1_0 = %{version}
 
 %description devel
 libvirt is a C toolkit to interact with the virtualization capabilities
@@ -92,8 +139,17 @@
 %{_libdir}/libvirt-gconfig-1.0.so.*
 %{_libdir}/libvirt-glib-1.0.so.*
 %{_libdir}/libvirt-gobject-1.0.so.*
+
+%files -n typelib-1_0-LibvirtGConfig-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGConfig-1.0.typelib
+
+%files -n typelib-1_0-LibvirtGLib-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGLib-1.0.typelib
+
+%files -n typelib-1_0-LibvirtGObject-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGObject-1.0.typelib
 
 %files devel

++++++ libvirt-glib-0.0.2.tar.gz -> libvirt-glib-0.0.3.tar.gz ++++++
++++ 14779 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to