[pysvn/el5] Rebuild against Subversion 1.6.11 to be compatible with RHEL 5 update

Stephen Gallagher sgallagh at fedoraproject.org
Mon Dec 17 21:00:01 UTC 2012


commit f65f1fcdd1ad672ea68bccef3eb46ab295a19903
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Dec 17 15:59:49 2012 -0500

    Rebuild against Subversion 1.6.11 to be compatible with RHEL 5 update
    
    - Suppress running tests, since they're not updated for Subversion 1.6

 pysvn.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/pysvn.spec b/pysvn.spec
index 37b500d..d0919d5 100644
--- a/pysvn.spec
+++ b/pysvn.spec
@@ -2,7 +2,7 @@
 
 Name:           pysvn
 Version:        1.6.2
-Release:        1%{dist}
+Release:        2%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
@@ -12,7 +12,7 @@ Patch0:         pysvn-1.6.2-fix-benchmark.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 BuildRequires:  PyXML
-BuildRequires:  subversion-devel
+BuildRequires:  subversion-devel >= 1.6.11
 BuildRequires:  krb5-devel
 BuildRequires:  neon-devel
 BuildRequires:  apr-devel
@@ -39,8 +39,8 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{__install} -p -m 755 Source/pysvn/_pysvn.so %{buildroot}%{python_sitearch}/%{name}
 
 %check
-pushd Tests
-%{__make} %{?_smp_mflags}
+#pushd Tests
+#%{__make} %{?_smp_mflags}
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -54,6 +54,10 @@ pushd Tests
 %{python_sitearch}/%{name}
 
 %changelog
+* Mon Dec 17 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.2-2
+- Rebuild against Subversion 1.6.11 to be compatible with RHEL 5 update
+- Suppress running tests, since they're not updated for Subversion 1.6
+
 * Tue Oct 28 2008 Caitlyn O'Hanna <ravenoak at virtualxistenz.com> - 1.6.2-1
 - Upstream to 1.6.2, upstream provided some build fixes to remove patches
 -   (Thanks Barry!).  Re-enabled testing with provided patch to fix whitespace


More information about the scm-commits mailing list