[genders/el5: 3/3] here's an updated thing to fix SystemError bug in python module

David Brown dmlb2000 at fedoraproject.org
Fri Aug 10 18:48:48 UTC 2012


commit e2bcbe231a4fdff818b9a1d1bda658f23647a6a2
Author: David Brown <david.brown at pnnl.gov>
Date:   Fri Aug 10 11:29:28 2012 -0700

    here's an updated thing to fix SystemError bug in python module

 genders.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/genders.spec b/genders.spec
index 4045c3c..8e20793 100644
--- a/genders.spec
+++ b/genders.spec
@@ -6,12 +6,13 @@
 Name:    genders
 Group: Development/Tools
 Version: 1.18
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: Static cluster configuration database
 License: GPLv2
 URL: http://%{name}.sf.net
 Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}-1/%{name}-%{version}.tar.gz
 Patch0: %{name}-%{version}-shebang.patch
+Patch1: %{name}-%{version}-python-import.patch
 BuildRequires: bison, flex
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -86,6 +87,7 @@ Genders development headers and libraries for C++.
 %prep
 %setup  -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %if 0%{?rhel} <= 6
 cat << \EOF > %{name}-python-prov
@@ -194,6 +196,9 @@ rm -rf %{buildroot}
 %{_usr}/lib/genders/*
 
 %changelog
+* Fri Aug 10 2012 David Brown <david.brown at pnnl.gov> - 1.18-8
+- Patched an import bug not finding SystemError class
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list