[PATCH] Have svn require Neon 0.19.3
From: Blair Zajac <bzajac_at_demografx.com>
Date: 2002-02-26 01:48:56 CET
Here's a patch to have svn require Neon 0.19.3 to fix the build issues
Best,
-- Blair Zajac <blair@orcaware.com> Web and OS performance plots - http://www.orcaware.com/orca/ 2002-02-25 Blair Zajac <blair@orcaware.com> * INSTALL (Contents): Update to use neon 0.19.3. * CHANGES: Update to use neon 0.19.3. * build/buildcheck.sh (NEON_WANTED): Update to use neon 0.19.3. * packages/rpm/README: Update to use neon 0.19.3. * packages/rpm/subversion.spec: Update to use neon 0.19.3. Index: ./build/buildcheck.sh =================================================================== --- ./build/buildcheck.sh +++ ./build/buildcheck.sh Mon Feb 25 16:38:07 2002 @@ -53,7 +53,7 @@ #-------------------------------------------------------------------------- # check for the correct version of Neon # -NEON_WANTED=0.19.2 +NEON_WANTED=0.19.3 if test -d ./neon; then NEON_VERSION="`./ac-helpers/get-neon-ver.sh neon`" if test "$NEON_WANTED" != "$NEON_VERSION"; then Index: ./INSTALL =================================================================== --- ./INSTALL +++ ./.svn/tmp/INSTALL.55676.00001.tmp Mon Feb 25 16:47:07 2002 @@ -132,7 +132,7 @@ Build. - 5. Neon library 0.19.2 + 5. Neon library 0.19.3 The Neon library allows a Subversion client to interact with remote repositories over the Internet. Although in theory you could have @@ -144,10 +144,10 @@ want Subversion to build it. The source code is included with the latest Subversion tarball, and it can also be obtained from: - http://www.webdav.org/neon/neon-0.19.2.tar.gz + http://www.webdav.org/neon/neon-0.19.3.tar.gz Unpack the archive using tar/gunzip and rename the resulting - directory from "./neon-0.19.2/" to "./neon/". + directory from "./neon-0.19.3/" to "./neon/". Without source code, a previously compiled library can be picked up from the standard locations. If you want to specify a nonstandard @@ -362,7 +362,7 @@ apache*.i386.rpm (Version 2.0.32 or greater) db*.i386.rpm (Version 4.0.14 or greater) expat (Comes with RedHat) - neon (Version 0.19.2 or greater) + neon (Version 0.19.3 or greater) After downloading, install it (as root user): @@ -537,7 +537,7 @@ supported at this time. To build the client components, you'll need a copy of neon - 0.19.2. See section I.5 for details on where to get one and what + 0.19.3. See section I.5 for details on where to get one and what to do with it when you get it. [NOTE: The neon library supports secure connections with OpenSSL Index: ./CHANGES =================================================================== --- ./CHANGES +++ ./CHANGES Mon Feb 25 16:36:50 2002 @@ -1,6 +1,6 @@ Version 0.10 * build system evolution - - upgrade to neon 0.19.2 + - upgrade to neon 0.19.3 Version 0.9 (released 15 Feb 2002, revision 1302) Index: ./packages/rpm/subversion.spec =================================================================== --- ./packages/rpm/subversion.spec +++ ./packages/rpm/subversion.spec Mon Feb 25 16:37:48 2002 @@ -1,5 +1,5 @@ %define apache_version 2.0.32-0.4 -%define neon_version 0.19.2 +%define neon_version 0.19.3 %define apr_date 2002.02.15 Summary: A Concurrent Versioning system similar to but better than CVS. Name: subversion @@ -60,6 +60,9 @@ the Apache directories and configuration. %changelog +* Mon Feb 25 2002 Blair Zajac <blair@orcaware.com> +- Updated to neon-0.19.3. + * Sun Feb 24 2002 David Summers <david@summersoft.fay.ar.us> 0.9.0-1373 - Fixed expat.patch to not have to make so many changes by writing a small shell script that changes libexpat to -lexpat. Index: ./packages/rpm/README =================================================================== --- ./packages/rpm/README +++ ./packages/rpm/README Mon Feb 25 16:37:00 2002 @@ -15,7 +15,7 @@ db >= 4.0.14 expat (comes with RedHat) - neon = 0.19.2 + neon = 0.19.3 apache >= 2.0.32 (for subversion-server) B. To compile: @@ -25,7 +25,7 @@ apache-devel >= 2.0.32 expat-devel libtool >= 1.4.2 - neon = 0.19.2 + neon = 0.19.3 python >= 1.5.2 (2.0 or greater to run check programs) The non-standard packages apache-2.0.32, db, and neon, can be found at: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:09 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.