rpms/subversion/devel subversion-1.3.0-neonver.patch, NONE, 1.1 subversion.spec, 1.67, 1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 11:46:16 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/subversion/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5685

Modified Files:
	subversion.spec 
Added Files:
	subversion-1.3.0-neonver.patch 
Log Message:
- fix to build with neon 0.25.5


subversion-1.3.0-neonver.patch:
 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE subversion-1.3.0-neonver.patch ---
--- subversion-1.3.0/configure.in.neonver
+++ subversion-1.3.0/configure.in
@@ -227,7 +227,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"
+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.25.6 0.25.7"
 NEON_LATEST_WORKING_VER=0.25.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 


Index: subversion.spec
===================================================================
RCS file: /cvs/dist/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- subversion.spec	31 Jan 2006 11:09:31 -0000	1.67
+++ subversion.spec	31 Jan 2006 11:46:13 -0000	1.68
@@ -24,6 +24,7 @@
 Source1: subversion.conf
 Source3: filter-requires.sh
 Source4: http://www.xsteve.at/prg/emacs/psvn.el
+Patch1: subversion-1.3.0-neonver.patch
 Patch2: subversion-0.20.1-deplibs.patch
 Patch3: subversion-0.31.0-rpath.patch
 Patch6: subversion-1.0.3-pie.patch
@@ -101,6 +102,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .neonver
 %patch2 -p1 -b .deplibs
 %patch3 -p1 -b .rpath
 %patch6 -p1 -b .pie




More information about the fedora-cvs-commits mailing list