[subversion] update to 1.8.1

jorton jorton at fedoraproject.org
Thu Jul 25 07:40:40 UTC 2013


commit da76088dbf812859f34df749b6f648ec604e8384
Author: Joe Orton <jorton at redhat.com>
Date:   Thu Jul 25 08:40:28 2013 +0100

    update to 1.8.1

 .gitignore      |    1 +
 sources         |    2 +-
 subversion.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 303226e..4d0e905 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 0feb90b..a2784a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f053a9948dfe5c70eff5c00509723214  subversion-1.8.0.tar.bz2
+f2ee0471b8a560f5efa0f2349d9c9ab9  subversion-1.8.1.tar.bz2
diff --git a/subversion.spec b/subversion.spec
index e70b5aa..1f25b86 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -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 at redhat.com> - 1.8.1-1
+- update to 1.8.1
+
 * Fri Jul 19 2013 Joe Orton <jorton at redhat.com> - 1.8.0-3
 - temporarily ignore test suite failures on ppc* (#985582)
 


More information about the scm-commits mailing list