SOURCES: subversion-neon.patch - updated

arekm arekm at pld-linux.org
Fri Aug 31 22:42:23 CEST 2007


Author: arekm                        Date: Fri Aug 31 20:42:23 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   subversion-neon.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/subversion-neon.patch
diff -u SOURCES/subversion-neon.patch:1.6 SOURCES/subversion-neon.patch:1.7
--- SOURCES/subversion-neon.patch:1.6	Thu Aug  2 12:00:49 2007
+++ SOURCES/subversion-neon.patch	Fri Aug 31 22:42:18 2007
@@ -5,13 +5,13 @@
        AC_MSG_RESULT([$NEON_VERSION])
  
 -      if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then
-+      n_1=`echo "$NEON_VERSION" | grep '^0\.2[[56]]\.'`
++      n_1=`echo "$NEON_VERSION" | grep '^0\.2[[567]]\.'`
 +      if test -n "$n_1" ; 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
-+      n_2=`echo "$NEON_VERSION" | grep '^0\.26\.'`
++      n_2=`echo "$NEON_VERSION" | grep '^0\.2[67]\.'`
 +      if test -n "$n_2" ; then
          AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1],
                             [Define to 1 if you have Neon 0.26 or later.])
@@ -23,7 +23,7 @@
  # 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_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.3 0.26.4 0.26.5 0.26.6"
++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.3 0.26.4 0.26.5 0.26.6 0.27.0"
  NEON_LATEST_WORKING_VER=0.25.5
  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 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/subversion-neon.patch?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list