Hello community, here is the log from the commit of package libvirt-python for openSUSE:Factory checked in at 2014-08-13 17:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-07-10 09:32:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes 2014-08-13 17:08:39.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 5 16:35:18 MDT 2014 - [email protected] + +- Update to 1.2.7 + - Add all new APIs and constants in libvirt 1.2.7 + +------------------------------------------------------------------- Old: ---- libvirt-python-1.2.6.tar.bz2 New: ---- libvirt-python-1.2.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt-python.spec ++++++ --- /var/tmp/diff_new_pack.fd2spd/_old 2014-08-13 17:08:40.000000000 +0200 +++ /var/tmp/diff_new_pack.fd2spd/_new 2014-08-13 17:08:40.000000000 +0200 @@ -18,7 +18,7 @@ Name: libvirt-python Url: http://libvirt.org/ -Version: 1.2.6 +Version: 1.2.7 Release: 0 Summary: Library providing a simple virtualization API License: LGPL-2.1+ ++++++ libvirt-python-1.2.6.tar.bz2 -> libvirt-python-1.2.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.6/AUTHORS new/libvirt-python-1.2.7/AUTHORS --- old/libvirt-python-1.2.6/AUTHORS 2014-07-02 08:12:23.000000000 +0200 +++ new/libvirt-python-1.2.7/AUTHORS 2014-08-05 09:36:12.000000000 +0200 @@ -427,6 +427,7 @@ Jiri Denemark <[email protected]> Jiri Denemark <[email protected]> Jiri Denemark <[email protected]> + Jiri Denemark <[email protected]> Ján Tomko <[email protected]> KAMEZAWA Hiroyuki <[email protected]> Lai Jiangshan <[email protected]> @@ -443,6 +444,7 @@ Martin Kletzander <[email protected]> Martin Kletzander <[email protected]> Martin Kletzander <[email protected]> + Martin Kletzander <[email protected]> Martin Kletzander <[email protected]> Martin Kletzander <[email protected]> Martin Kletzander <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.6/ChangeLog new/libvirt-python-1.2.7/ChangeLog --- old/libvirt-python-1.2.6/ChangeLog 2014-07-02 08:12:23.000000000 +0200 +++ new/libvirt-python-1.2.7/ChangeLog 2014-08-05 09:36:12.000000000 +0200 @@ -1,3 +1,18 @@ +2014-07-29 Jiri Denemark <[email protected]> + + spec: Reorganize to satisfy buggy spectool + spectool parses a specfile and strips everything but a preamble. + However, if the first section is preceded by %if clause, it keeps it + there which then makes rpmbuild complain about unmatched %if. Let's make + the buggy tool happy by moving sections around so that the first one is + not in any conditional. + + +2014-07-22 Martin Kletzander <[email protected]> + + Bump version to 1.2.7 for new dev cycle + + 2014-06-27 Nehal J Wani <[email protected]> Implement new virNetworkGetDHCPLeases API diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.6/PKG-INFO new/libvirt-python-1.2.7/PKG-INFO --- old/libvirt-python-1.2.6/PKG-INFO 2014-07-02 08:12:23.000000000 +0200 +++ new/libvirt-python-1.2.7/PKG-INFO 2014-08-05 09:36:12.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: libvirt-python -Version: 1.2.6 +Version: 1.2.7 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-1.2.6/libvirt-python.spec new/libvirt-python-1.2.7/libvirt-python.spec --- old/libvirt-python-1.2.6/libvirt-python.spec 2014-07-02 08:12:22.000000000 +0200 +++ new/libvirt-python-1.2.7/libvirt-python.spec 2014-08-05 09:36:12.000000000 +0200 @@ -6,7 +6,7 @@ Summary: The libvirt virtualization API python2 binding Name: libvirt-python -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist}%{?extra_release} Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org @@ -22,14 +22,6 @@ BuildRequires: python3-lxml %endif -%if %{with_python3} -%package -n libvirt-python3 -Summary: The libvirt virtualization API python3 binding -Url: http://libvirt.org -License: LGPLv2+ -Group: Development/Libraries -%endif - # Don't want provides for python shared objects %{?filter_provides_in: %filter_provides_in %{python_sitearch}/.*\.so} %{?filter_setup} @@ -41,6 +33,12 @@ of recent versions of Linux (and other OSes). %if %{with_python3} +%package -n libvirt-python3 +Summary: The libvirt virtualization API python3 binding +Url: http://libvirt.org +License: LGPLv2+ +Group: Development/Libraries + %description -n libvirt-python3 The libvirt-python package contains a module that permits applications written in the Python programming language to use the interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libvirt-python-1.2.6/setup.py new/libvirt-python-1.2.7/setup.py --- old/libvirt-python-1.2.6/setup.py 2014-06-30 08:25:00.000000000 +0200 +++ new/libvirt-python-1.2.7/setup.py 2014-08-05 09:35:59.000000000 +0200 @@ -309,7 +309,7 @@ _c_modules, _py_modules = get_module_lists() setup(name = 'libvirt-python', - version = '1.2.6', + version = '1.2.7', url = 'http://www.libvirt.org', maintainer = 'Libvirt Maintainers', maintainer_email = '[email protected]', -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
