From 3ac1914e8084ba5dacc8539876ff788712fc71fd Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sep 03 2013 07:10:44 +0000 Subject: update to 1.8.3 --- diff --git a/.gitignore b/.gitignore index 4d0e905..d97e78d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ subversion-1.6.12.tar.bz2 /subversion-1.7.10.tar.bz2 /subversion-1.8.0.tar.bz2 /subversion-1.8.1.tar.bz2 +/subversion-1.8.3.tar.bz2 diff --git a/sources b/sources index a2784a7..71eeef2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2ee0471b8a560f5efa0f2349d9c9ab9 subversion-1.8.1.tar.bz2 +7d7bd97347a4491e1ffb529563ce2e9e subversion-1.8.3.tar.bz2 diff --git a/subversion.spec b/subversion.spec index 21f36b0..7a097ea 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,8 +25,8 @@ Summary: A Modern Concurrent Version Control System Name: subversion -Version: 1.8.1 -Release: 2%{?dist} +Version: 1.8.3 +Release: 1%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -307,7 +307,11 @@ sed -i "/^dependency_libs/{ # Install bash completion install -Dpm 644 tools/client-side/bash_completion \ - $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name} + $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/svn +for comp in svnadmin svndumpfilter svnlook svnsync svnversion; do + ln -s svn \ + $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/${comp} +done # Install svnserve bits mkdir -p %{buildroot}%{_unitdir} \ @@ -344,6 +348,7 @@ if ! make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes; then : Test suite failure. cat fails.log %ifnarch ppc ppc64 + # See #985582 exit 1 %endif fi @@ -472,6 +477,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Sep 3 2013 Joe Orton - 1.8.3-1 +- update to 1.8.3 + * Tue Aug 06 2013 Adam Williamson - 1.8.1-2 - rebuild for perl 5.18 (again; 1.8.1-1 beat out 1.8.0-2)