From 6321f50029620e80bd33dd18d9c3ba3a7f3444c817f897ad4540c582f9d3db8a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 12 Oct 2007 22:12:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=10 --- subversion.allowed-neon.patch | 10 ++++------ subversion.changes | 5 +++++ subversion.spec | 15 +++++++-------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/subversion.allowed-neon.patch b/subversion.allowed-neon.patch index 1beeeb3..a3807d0 100644 --- a/subversion.allowed-neon.patch +++ b/subversion.allowed-neon.patch @@ -2,18 +2,16 @@ configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -Index: subversion-1.4.x/configure.in -=================================================================== ---- subversion-1.4.x.orig/configure.in -+++ subversion-1.4.x/configure.in +--- a/configure.in ++++ b/configure.in @@ -69,8 +69,8 @@ SVN_LIB_APRUTIL($APU_VER_REGEXES) # Either a space-separated list of allowable Neon versions, or "any" to # mean allow anything. -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2" -NEON_LATEST_WORKING_VER=0.25.5 -+NEON_ALLOWED_LIST="0.24.4 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4" -+NEON_LATEST_WORKING_VER=0.26.4 ++NEON_ALLOWED_LIST="0.24.4 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4 0.27.0 0.27.1 0.27.1 0.27.2 0.27.3 0.27.4" ++NEON_LATEST_WORKING_VER=0.27.4 NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" dnl You can skip the neon version check only if you know what you are doing AC_ARG_ENABLE(neon-version-check, diff --git a/subversion.changes b/subversion.changes index 0a63b57..bd2e92d 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 12 10:58:41 CEST 2007 - olh@suse.de + +- allow neon 0.27 + ------------------------------------------------------------------- Thu Jun 21 09:23:37 CEST 2007 - olh@suse.de diff --git a/subversion.spec b/subversion.spec index 8619b1a..0035524 100644 --- a/subversion.spec +++ b/subversion.spec @@ -13,7 +13,7 @@ Name: subversion BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages neon-devel openldap2-devel python-devel swig Version: 1.4.4 -Release: 2 +Release: 33 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -27,9 +27,9 @@ PreReq: %insserv_prereq %fillup_prereq # Summary: A Concurrent Versioning system similar to but better than CVS BuildRoot: %{_tmppath}/%{name}-%{version}-build -License: Subversion license +License: Subversion license, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control -URL: http://subversion.tigris.org +Url: http://subversion.tigris.org Source0: subversion-1.4.x.tar.bz2 Source1: subversion.conf Source2: subversion.README.SuSE @@ -50,16 +50,14 @@ Patch24: subversion.svn_swig_perl.dep.patch Patch31: subversion.perl.LD_RUN_PATH.patch Patch32: subversion.fallback-to-ipv4.patch Patch33: subversion.header_wrappers.patch -patch34: subversion.allowed-neon.patch +Patch34: subversion.allowed-neon.patch Patch35: subversion.java14.patch # %description -Subversion does the same thing CVS does (Concurrent Versioning System) +Subversion does the same thing cvs (CVS (Concurrent Versioning System)) but has major enhancements compared to CVS. -http://subversion.tigris.org - %package devel @@ -395,8 +393,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{apache_libexecdir} %{apache_libexecdir}/mod_dav_svn.* %{apache_libexecdir}/mod_authz_svn.* - %changelog +* Fri Oct 12 2007 - olh@suse.de +- allow neon 0.27 * Thu Jun 21 2007 - olh@suse.de - add /etc/xinetd.d/svnserve (271726) * Wed Jun 20 2007 - olh@suse.de