Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2016-08-31 00:09:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvirt-python (Old)
 and      /work/SRC/openSUSE:Factory/.libvirt-python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvirt-python"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes    
2016-07-14 09:43:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes       
2016-08-31 00:11:16.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Aug 20 23:08:23 UTC 2016 - jfeh...@suse.com
+
+- Update to 2.1.0
+  - Add all new APIs and constants in libvirt 2.1.0
+
+-------------------------------------------------------------------

Old:
----
  libvirt-python-2.0.0.tar.gz
  libvirt-python-2.0.0.tar.gz.asc

New:
----
  libvirt-python-2.1.0.tar.gz
  libvirt-python-2.1.0.tar.gz.asc

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

Other differences:
------------------
++++++ libvirt-python.spec ++++++
--- /var/tmp/diff_new_pack.rPYozY/_old  2016-08-31 00:11:19.000000000 +0200
+++ /var/tmp/diff_new_pack.rPYozY/_new  2016-08-31 00:11:19.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           libvirt-python
 Url:            http://libvirt.org/
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
 Summary:        Library providing a simple virtualization API
 License:        LGPL-2.1+

++++++ libvirt-python-2.0.0.tar.gz -> libvirt-python-2.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/AUTHORS 
new/libvirt-python-2.1.0/AUTHORS
--- old/libvirt-python-2.0.0/AUTHORS    2016-07-01 11:09:01.000000000 +0200
+++ new/libvirt-python-2.1.0/AUTHORS    2016-08-02 10:36:15.000000000 +0200
@@ -46,6 +46,7 @@
    Marcelo Cerri <mhce...@linux.vnet.ibm.com>
    Marian Neagul <mar...@info.uvt.ro>
    Mark McLoughlin <mar...@redhat.com>
+   Markus Rothe <markusr...@gmail.com>
    Martin Kletzander <mklet...@redhat.com>
    MATSUDA Daiki <matsuda...@intellilink.co.jp>
    Matthias Bolte <matthias.bo...@googlemail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/ChangeLog 
new/libvirt-python-2.1.0/ChangeLog
--- old/libvirt-python-2.0.0/ChangeLog  2016-07-01 11:09:01.000000000 +0200
+++ new/libvirt-python-2.1.0/ChangeLog  2016-08-02 10:36:15.000000000 +0200
@@ -1,3 +1,23 @@
+2016-07-28 Markus Rothe  <markusr...@gmail.com>
+    
+    allow pkg-config binary to be set by env
+    https://bugzilla.redhat.com/show_bug.cgi?id=1350523
+    
+    
+2016-07-25 Pavel Hrdina  <phrd...@redhat.com>
+    
+    Post-release version bump to 2.1.0
+    
+    
+2016-07-23 Pavel Hrdina  <phrd...@redhat.com>
+    
+    Fix crash in storage pool refresh callback
+    Fixes copy-paste typo introduced by commit cb84e36c.
+    
+    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1354271
+    
+    
+    
 2016-06-24 Daniel P. Berrange  <berra...@redhat.com>
     
     Add support for storage pool refesh callback
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/PKG-INFO 
new/libvirt-python-2.1.0/PKG-INFO
--- old/libvirt-python-2.0.0/PKG-INFO   2016-07-01 11:09:01.000000000 +0200
+++ new/libvirt-python-2.1.0/PKG-INFO   2016-08-02 10:36:15.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 2.0.0
+Version: 2.1.0
 Summary: The libvirt virtualization API
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/examples/event-test.py 
new/libvirt-python-2.1.0/examples/event-test.py
--- old/libvirt-python-2.0.0/examples/event-test.py     2016-07-01 
10:52:22.000000000 +0200
+++ new/libvirt-python-2.1.0/examples/event-test.py     2016-08-02 
10:26:59.000000000 +0200
@@ -580,7 +580,7 @@
                                                                           
storageEventToString(event),
                                                                           
detail))
 
-def myStoragePoolEventRefreshCallback(conn, pool, event, detail, opaque):
+def myStoragePoolEventRefreshCallback(conn, pool, opaque):
     print("myStoragePoolEventRefreshCallback: Storage pool %s" % pool.name())
 
 ##########################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/libvirt-override.c 
new/libvirt-python-2.1.0/libvirt-override.c
--- old/libvirt-python-2.0.0/libvirt-override.c 2016-07-01 10:52:22.000000000 
+0200
+++ new/libvirt-python-2.1.0/libvirt-override.c 2016-08-02 10:26:59.000000000 
+0200
@@ -8862,7 +8862,7 @@
     /* Call the Callback Dispatcher */
     pyobj_ret = PyObject_CallMethod(pyobj_conn,
                                     
(char*)"_dispatchStoragePoolEventGenericCallback",
-                                    (char*)"OiiO",
+                                    (char*)"OO",
                                     pyobj_pool,
                                     pyobj_cbData);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/libvirt-python.spec 
new/libvirt-python-2.1.0/libvirt-python.spec
--- old/libvirt-python-2.0.0/libvirt-python.spec        2016-07-01 
11:09:01.000000000 +0200
+++ new/libvirt-python-2.1.0/libvirt-python.spec        2016-08-02 
10:36:15.000000000 +0200
@@ -6,7 +6,7 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 2.0.0
+Version: 2.1.0
 Release: 1%{?dist}%{?extra_release}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
 Url: http://libvirt.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-2.0.0/setup.py 
new/libvirt-python-2.1.0/setup.py
--- old/libvirt-python-2.0.0/setup.py   2016-07-01 10:52:22.000000000 +0200
+++ new/libvirt-python-2.1.0/setup.py   2016-08-02 10:26:59.000000000 +0200
@@ -28,6 +28,8 @@
 def get_pkgcfg(do_fail=True):
     global _pkgcfg
     if _pkgcfg == -1:
+        _pkgcfg = os.getenv('PKG_CONFIG')
+    if _pkgcfg is None:
         _pkgcfg = distutils.spawn.find_executable("pkg-config")
     if _pkgcfg is None and do_fail:
         raise Exception("pkg-config binary is required to compile 
libvirt-python")
@@ -305,7 +307,7 @@
 _c_modules, _py_modules = get_module_lists()
 
 setup(name = 'libvirt-python',
-      version = '2.0.0',
+      version = '2.1.0',
       url = 'http://www.libvirt.org',
       maintainer = 'Libvirt Maintainers',
       maintainer_email = 'libvir-l...@redhat.com',


Reply via email to