[sx/f16] Fix for Bug 744297

Niels de Vos devos at fedoraproject.org
Wed Oct 19 14:49:04 UTC 2011


commit 38f5a2891b4bbfcf4f83f2bbd53d869d0cb7225b
Author: Niels de Vos <devos at fedoraproject.org>
Date:   Wed Oct 19 15:48:53 2011 +0100

    Fix for Bug 744297

 sx.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sx.spec b/sx.spec
index 04b1309..f06141a 100644
--- a/sx.spec
+++ b/sx.spec
@@ -3,9 +3,10 @@
 Summary: Tool to extract reports and run plug-ins against those extracted reports
 Name: sx 
 Version: 2.03
-Release: 9%{?dist}
+Release: 10%{?dist}
 URL: http://sbradley.fedorapeople.org/sx
 Source0: http://sbradley.fedorapeople.org/sx/src/%{name}-%{version}.tar.gz
+Patch1: sx-2.03_logwriter-_checkLevel-TypeError.patch
 License: GPLv2
 Group: Applications/Archiving
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
@@ -23,6 +24,7 @@ has a class defined.
 
 %prep
 %setup -q
+%patch1 -p1 -b .bz744297
 
 %build
 %{__python} setup.py build
@@ -43,6 +45,9 @@ has a class defined.
 
 
 %changelog
+* Wed Oct 19 2011 Niels de Vos <devos at fedoraproject.org> - 2.03-10
+- Do not call logging.root.setLevel(<list>), required for python-2.7 (#744297)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.03-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list