update to 1.8.3

This commit is contained in:
Joe Orton 2013-09-03 09:10:44 +02:00
parent 4d4e94a5ab
commit 3ac1914e80
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
f2ee0471b8a560f5efa0f2349d9c9ab9 subversion-1.8.1.tar.bz2
7d7bd97347a4491e1ffb529563ce2e9e subversion-1.8.3.tar.bz2

View File

@ -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 <jorton@redhat.com> - 1.8.3-1
- update to 1.8.3
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 1.8.1-2
- rebuild for perl 5.18 (again; 1.8.1-1 beat out 1.8.0-2)