]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-neon.patch
- accept 0.26
[packages/subversion.git] / subversion-neon.patch
1 diff -urN subversion-1.3.1.org/build/ac-macros/neon.m4 subversion-1.3.1/build/ac-macros/neon.m4
2 --- subversion-1.3.1.org/build/ac-macros/neon.m4        2005-08-25 16:29:03.000000000 +0000
3 +++ subversion-1.3.1/build/ac-macros/neon.m4    2006-04-04 09:08:13.506590250 +0000
4 @@ -50,9 +50,9 @@
5        NEON_VERSION=`cat $abs_srcdir/neon/.version`
6        AC_MSG_RESULT([$NEON_VERSION])
7  
8 -      if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
9 +      if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
10          AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
11 -                           [Defined if have Neon 0.25.x instead of 0.24.7.])
12 +                           [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
13        fi
14  
15        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
16 @@ -123,9 +123,9 @@
17        NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'`
18        AC_MSG_RESULT([$NEON_VERSION])
19  
20 -      if test -n "`echo \"$NEON_VERSION\" | grep '^0\.25\.'`" ; then
21 +      if test -n "`echo \"$NEON_VERSION\" | grep -E '^0\.26\.'`" ; then
22          AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
23 -                           [Defined if have Neon 0.25.x instead of 0.24.7.])
24 +                           [Defined if have Neon 0.25.x/0.26.x instead of 0.24.7.])
25        fi
26  
27        for svn_allowed_neon in $NEON_ALLOWED_LIST; do
28 diff -urN subversion-1.3.1.org/configure.in subversion-1.3.1/configure.in
29 --- subversion-1.3.1.org/configure.in   2006-01-29 00:04:18.000000000 +0000
30 +++ subversion-1.3.1/configure.in       2006-04-04 09:08:37.508090250 +0000
31 @@ -227,7 +227,7 @@
32  
33  # Either a space-separated list of allowable Neon versions, or "any" to
34  # mean allow anything.
35 -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5"
36 +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"
37  NEON_LATEST_WORKING_VER=0.25.5
38  NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
39  dnl You can skip the neon version check only if you know what you are doing 
This page took 0.035651 seconds and 4 git commands to generate.