[libvirt-python] Update to 1.2.11 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Dec 15 15:43:42 UTC 2014


commit e6bf25c12e50edbc3d268c0b65a8a7e54d301923
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Dec 15 15:43:26 2014 +0000

    Update to 1.2.11 release

 0001-Add-c_pointer-method-to-classes.patch |   94 ----------------------------
 libvirt-python.spec                        |   11 ++--
 sources                                    |    2 +-
 3 files changed, 6 insertions(+), 101 deletions(-)
---
diff --git a/libvirt-python.spec b/libvirt-python.spec
index 2550200..ba5e2cd 100644
--- a/libvirt-python.spec
+++ b/libvirt-python.spec
@@ -6,11 +6,9 @@
 
 Summary: The libvirt virtualization API python2 binding
 Name: libvirt-python
-Version: 1.2.10
-Release: 2%{?dist}%{?extra_release}
+Version: 1.2.11
+Release: 1%{?dist}%{?extra_release}
 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
-# Upstream patch to add .c_pointer() method to classes.
-Patch1: 0001-Add-c_pointer-method-to-classes.patch
 Url: http://libvirt.org
 License: LGPLv2+
 Group: Development/Libraries
@@ -51,8 +49,6 @@ of recent versions of Linux (and other OSes).
 %prep
 %setup -q
 
-%patch1 -p1
-
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %if %{with_python3}
@@ -94,6 +90,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*egg-info
 %endif
 
 %changelog
+* Mon Dec 15 2014 Daniel P. Berrange <berrange at redhat.com> - 1.2.11-1
+- Update to v1.2.11 release
+
 * Fri Dec 12 2014 Richard W.M. Jones <rjones at redhat.com> - 1.2.10-2
 - Include upstream patch to add .c_pointer() method to classes.
 
diff --git a/sources b/sources
index a054785..3eeef31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30739a4a1b22b039863b24bf9a75c97d  libvirt-python-1.2.10.tar.gz
+b9ea1c2a44d3c7468e786fb827d90aee  libvirt-python-1.2.11.tar.gz


More information about the scm-commits mailing list