diff -Nur subversion-1.4.6.orig/build/ac-macros/neon.m4 subversion-1.4.6/build/ac-macros/neon.m4 --- subversion-1.4.6.orig/build/ac-macros/neon.m4 2006-10-21 01:44:09.000000000 +0200 +++ subversion-1.4.6/build/ac-macros/neon.m4 2007-08-26 11:24:01.000000000 +0200 @@ -50,11 +50,11 @@ NEON_VERSION=`cat $abs_srcdir/neon/.version` AC_MSG_RESULT([$NEON_VERSION]) - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then + if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[567]]\.'`" ; then AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1], [Define to 1 if you have Neon 0.25 or later.]) fi - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then + if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[67]]\.'`" ; then AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1], [Define to 1 if you have Neon 0.26 or later.]) fi @@ -127,11 +127,11 @@ NEON_VERSION=`$neon_config --version | sed -e 's/^neon //'` AC_MSG_RESULT([$NEON_VERSION]) - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then + if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[567]]\.'`" ; then AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1], [Define to 1 if you have Neon 0.25 or later.]) fi - if test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then + if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[67]]\.'`" ; then AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1], [Define to 1 if you have Neon 0.26 or later.]) fi diff -Nur subversion-1.4.6.orig/configure.in subversion-1.4.6/configure.in --- subversion-1.4.6.orig/configure.in 2007-01-01 15:41:51.000000000 +0100 +++ subversion-1.4.6/configure.in 2007-08-26 11:23:06.000000000 +0200 @@ -69,1 +69,1 @@ -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 0.26.4" +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 0.26.4 0.27.0 0.27.1 0.27.2"