rpms/python-webob/EL-5 python-webob.spec,1.1,1.2

Toshio くらとみ toshio at fedoraproject.org
Fri Oct 10 04:56:17 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-webob/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15885

Modified Files:
	python-webob.spec 
Log Message:

* Thu Oct 9 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.2-2.1
- Do not patch the tests on EL-5 as the patch causes them to fail.



Index: python-webob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-webob/EL-5/python-webob.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-webob.spec	27 Jul 2008 20:55:32 -0000	1.1
+++ python-webob.spec	10 Oct 2008 04:55:46 -0000	1.2
@@ -3,7 +3,7 @@
 Name:           python-webob
 Summary:        WSGI request and response object
 Version:        0.9.2
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://pythonpaste.org/webob/
@@ -24,7 +24,11 @@
 
 %prep
 %setup -q -n WebOb-%{version}
+%if 0%{?fedora} >= 8
+# This patch causes tests to fail on RHEL-5.
 %patch0 -p1
+%endif
+
 # Disable the tests that require python-webtest
 # (which depends on python-webob to begin with)
 %{__rm} -f tests/test_request.py
@@ -56,6 +60,9 @@
 %{python_sitelib}/WebOb*.egg-info/
 
 %changelog
+* Thu Oct 9 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.9.2-2.1
+- Do not patch the tests on EL-5 as the patch causes them to fail.
+
 * Thu Jul 17 2008 Ricky Zhou <ricky at fedoraproject.org> 0.9.2-2
 - Remove conftest from the tests.
 




More information about the scm-commits mailing list