update to 1.8.1
This commit is contained in:
parent
5e04a2c47a
commit
da76088dbf
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ subversion-1.6.12.tar.bz2
|
||||
/subversion-1.7.9.tar.bz2
|
||||
/subversion-1.7.10.tar.bz2
|
||||
/subversion-1.8.0.tar.bz2
|
||||
/subversion-1.8.1.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
f053a9948dfe5c70eff5c00509723214 subversion-1.8.0.tar.bz2
|
||||
f2ee0471b8a560f5efa0f2349d9c9ab9 subversion-1.8.1.tar.bz2
|
||||
|
@ -18,15 +18,15 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
|
||||
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
|
||||
%{!?_httpd_confdir: %{expand: %%global _httpd_confdir %%{_sysconfdir}/httpd/conf.d}}
|
||||
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
|
||||
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
|
||||
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.8.1
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Development/Tools
|
||||
URL: http://subversion.apache.org/
|
||||
@ -472,6 +472,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.8.1-1
|
||||
- update to 1.8.1
|
||||
|
||||
* Fri Jul 19 2013 Joe Orton <jorton@redhat.com> - 1.8.0-3
|
||||
- temporarily ignore test suite failures on ppc* (#985582)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user