for now, disable python cases that fail against python 2.7 (patch 9)

This commit is contained in:
dmalcolm 2010-07-24 22:10:39 +00:00
parent 9eab564366
commit 2bc69a90b7
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py.disable-client-test subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py
--- subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py.disable-client-test 2010-07-23 09:30:31.951996475 -0400
+++ subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py 2010-07-23 09:30:46.953930404 -0400
@@ -9,7 +9,6 @@ def suite():
suite = unittest.TestSuite()
suite.addTest(core.suite())
suite.addTest(mergeinfo.suite())
- suite.addTest(client.suite())
suite.addTest(delta.suite())
suite.addTest(pool.suite())
suite.addTest(ra.suite())

View File

@ -17,7 +17,7 @@
Summary: A Modern Concurrent Version Control System Summary: A Modern Concurrent Version Control System
Name: subversion Name: subversion
Version: 1.6.12 Version: 1.6.12
Release: 2%{?dist} Release: 3%{?dist}
License: ASL 1.1 License: ASL 1.1
Group: Development/Tools Group: Development/Tools
URL: http://subversion.apache.org/ URL: http://subversion.apache.org/
@ -33,6 +33,7 @@ Patch3: subversion-1.6.1-rpath.patch
Patch6: subversion-1.6.0-pie.patch Patch6: subversion-1.6.0-pie.patch
Patch7: subversion-1.1.3-java.patch Patch7: subversion-1.1.3-java.patch
Patch8: subversion-1.6.6-kwallet.patch Patch8: subversion-1.6.6-kwallet.patch
Patch9: subversion-1.6.12-disable-client-test.patch
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0 BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
@ -159,6 +160,7 @@ cd ../../..
sed -i -e 's|-fpie|-fPIE|g' Makefile.in sed -i -e 's|-fpie|-fPIE|g' Makefile.in
%endif %endif
%patch8 -p1 -b .kwallet %patch8 -p1 -b .kwallet
%patch9 -p1 -b .disable-client-test
sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' \ sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' \
contrib/client-side/svn2cl/svn2cl.sh contrib/client-side/svn2cl/svn2cl.sh
@ -391,6 +393,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man1/svn2cl.1* %{_mandir}/man1/svn2cl.1*
%changelog %changelog
* Sat Jul 24 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-3
- for now, disable python cases that fail against python 2.7 (patch 9)
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-2 * Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild