[lmiwbem] fix missing symbol in __init__.py's __all__

Peter Hatina phatina at fedoraproject.org
Mon Jul 14 08:56:30 UTC 2014


commit 8a6b6b9c588c22083af35d4c89494842b1eba23f
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Jul 14 10:21:25 2014 +0200

    fix missing symbol in __init__.py's __all__

 lmiwbem-05-fix-init.patch |   12 ++++++++++++
 lmiwbem.spec              |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/lmiwbem-05-fix-init.patch b/lmiwbem-05-fix-init.patch
new file mode 100644
index 0000000..8f6dcc0
--- /dev/null
+++ b/lmiwbem-05-fix-init.patch
@@ -0,0 +1,12 @@
+diff --git a/src/__init__.py.in b/src/__init__.py.in
+index 53e3dfd..8aefe9d 100644
+--- a/src/__init__.py.in
++++ b/src/__init__.py.in
+@@ -39,6 +39,7 @@ __all__ = [
+     "CIMDateTime",
+     "CIMError",
+     "CIMFloat",
++    "CIMIndicationListener",
+     "CIMInstance",
+     "CIMInstanceName",
+     "CIMInt",
diff --git a/lmiwbem.spec b/lmiwbem.spec
index 1baba53..e995400 100644
--- a/lmiwbem.spec
+++ b/lmiwbem.spec
@@ -1,6 +1,6 @@
 Name:           lmiwbem
 Version:        0.2.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Python WBEM Client
 License:        LGPLv2+
 URL:            https://github.com/phatina/lmiwbem
@@ -9,6 +9,7 @@ Patch0:         lmiwbem-01-get-instance-ns.patch
 Patch1:         lmiwbem-02-fix-value-type-deduction.patch
 Patch2:         lmiwbem-03-platform-support.patch
 Patch3:         lmiwbem-04-fix-gil-deadlocks.patch
+Patch4:         lmiwbem-05-fix-init.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -40,6 +41,7 @@ Group:          Documentation
 %patch1 -p1 -b .value-type-deduction
 %patch2 -p1 -b .platform-support
 %patch3 -p1 -b .fix-gil-deadlocks
+%patch4 -p1 -b .fix-init
 
 %build
 autoreconf -if
@@ -59,6 +61,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
 %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Mon Jul 14 2014 Peter Hatina <phatina at redhat.com> - 0.2.0-9
+- fix missing symbol in __init__.py's __all__
+
 * Wed Jul  9 2014 Peter Hatina <phatina at redhat.com> - 0.2.0-8
 - fix deadlocks related to Python's GIL
 


More information about the scm-commits mailing list