[Lunar-commits] r17885 - moonbase/trunk/devel/subversion
Florin Braescu
florin at lunar-linux.org
Mon Jan 2 12:46:21 UTC 2006
Author: florin
Date: 2006-01-02 12:46:20 +0000 (Mon, 02 Jan 2006)
New Revision: 17885
Modified:
moonbase/trunk/devel/subversion/BUILD
moonbase/trunk/devel/subversion/DETAILS
Log:
bump the version from 1.2.3 to 1.3.0. Path-based authorization for svnserve, improved logging and repository listing in mod_dav_svn, hugely improved python and ruby bindings, a handful of new commandline switches, some client and server performance improvements, many improved APIs and more than 30 new bugfixes.
Modified: moonbase/trunk/devel/subversion/BUILD
===================================================================
--- moonbase/trunk/devel/subversion/BUILD 2006-01-02 11:00:50 UTC (rev 17884)
+++ moonbase/trunk/devel/subversion/BUILD 2006-01-02 12:46:20 UTC (rev 17885)
@@ -17,8 +17,6 @@
fi
if [ -n "$BINDINGS_MAKE" ]; then
- patch_it $SOURCE2 1 &&
- patch_it $SOURCE3 1 &&
default_config &&
make &&
make $BINDINGS_MAKE &&
Modified: moonbase/trunk/devel/subversion/DETAILS
===================================================================
--- moonbase/trunk/devel/subversion/DETAILS 2006-01-02 11:00:50 UTC (rev 17884)
+++ moonbase/trunk/devel/subversion/DETAILS 2006-01-02 12:46:20 UTC (rev 17885)
@@ -1,17 +1,11 @@
MODULE=subversion
- VERSION=1.2.3
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=$MODULE-$VERSION-swig_fix.patch.gz
- SOURCE3=$MODULE-$VERSION-swig_ruby_fix.patch.gz
+ VERSION=1.3.0
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://subversion.tigris.org/tarballs/
- SOURCE_VFY=sha1:513a217ba4a8045ea3daba5c3b0816f80ce0041b
- SOURCE2_URL=$PATCH_URL/
- SOURCE2_VFY=sha1:a4224e33fce319326f9dc026aa0f2d1fd58bde75
- SOURCE3_URL=$PATCH_URL/
- SOURCE3_VFY=sha1:52fc56e20244eb1ec97b8c6c49a6c29b8ef3d30e
+ SOURCE_VFY=sha1:98cb017844750d4ed26e2a811c581a644e3ad585
WEB_SITE=http://subversion.tigris.org/
ENTERED=20030126
- UPDATED=20050827
+ UPDATED=20060102
PSAFE=no
SHORT="An alternative to cvs!"
More information about the Lunar-commits
mailing list