[pywbem] Update to latest upstream SVN - fixes parsing of IPv6 addresses.

Jan Šafránek jsafrane at fedoraproject.org
Tue Aug 27 07:39:45 UTC 2013


commit 4c04ccea6e9cc96def4ade98922be16f56c98264
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Tue Aug 27 09:39:29 2013 +0200

    Update to latest upstream SVN
    - fixes parsing of IPv6 addresses.

 .gitignore                                     |    1 +
 pywbem-20130723-verify_certificate_paths.patch |   12 ------------
 pywbem.spec                                    |    9 +++++----
 sources                                        |    2 +-
 4 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bf9237..2ec5bc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pywbem-20130723.tar.xz
+/pywbem-20130827.tar.xz
diff --git a/pywbem.spec b/pywbem.spec
index c1324d2..a1434c3 100644
--- a/pywbem.spec
+++ b/pywbem.spec
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%global svnrev  623
+%global svnrev  625
 %global revdate 20130723
 
 Name:           pywbem 
 Version:        0.7.0
-Release:        15.%{revdate}svn%{svnrev}%{?dist}
+Release:        16.%{revdate}svn%{svnrev}%{?dist}
 Summary:        Python WBEM Client and Provider Interface
 Group:          Development/Libraries
 License:        LGPLv2
@@ -19,7 +19,6 @@ BuildArch:      noarch
 
 # fix module imports in /usr/bin/mofcomp
 Patch0:         pywbem-20130411-mof_compiler-import.patch
-Patch1:         pywbem-20130723-verify_certificate_paths.patch
 
 %description
 A Python library for making CIM (Common Information Model) operations over HTTP 
@@ -51,7 +50,6 @@ twisted.protocols.http.HTTPClient base class.
 %prep
 %setup -q -n %{name}-%{revdate}
 %patch0 -p1 -b .mofcomp-imports
-%patch1 -p1 -b .verify_certificate_paths
 
 %build
 # dirty workaround to fix the mof_compiler.py module path
@@ -82,6 +80,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/pywbem/twisted_client.py*
 
 %changelog
+* Tue Aug 27 2013 Jan Safranek <jsafrane at redhat.com>0.7.0-16.20130827svn625
+- Fixed parsing of IPv6 addresses.
+
 * Fri Aug 09 2013 Michal Minar <miminar at redhat.com> 0.7.0-15.20130723svn623
 - Fixed certificate verification issue.
 
diff --git a/sources b/sources
index 81b6854..28d13ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05dba3c856aab93258e25ca6042147a4  pywbem-20130723.tar.xz
+c3a015f7511d31a358cea9abf7d35fd2  pywbem-20130827.tar.xz


More information about the scm-commits mailing list