Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel grimoire by Eric Sandall (bccf2570a64503e9de446735854db886619fa474)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel grimoire by Eric Sandall (bccf2570a64503e9de446735854db886619fa474)
  • Date: Mon, 2 Oct 2006 18:46:30 -0500

GIT changes to devel grimoire by Eric Sandall <sandalle@moby.(none)>:

collab/subversion/BUILD | 1 +
collab/subversion/DETAILS | 16 ++++++++--------
collab/subversion/HISTORY | 19 +++++++++++++++++--
collab/subversion/subversion.gpg |binary
4 files changed, 26 insertions(+), 10 deletions(-)

New commits:
commit bccf2570a64503e9de446735854db886619fa474
Author: Eric Sandall <sandalle@moby.(none)>
Commit: Eric Sandall <sandalle@moby.(none)>

Try at updating subversion to 1.4.0 and use upstream key...except I
cannot find the file signature

diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index 7cb0001..848e363 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -16,6 +16,7 @@ fi &&

if ! [[ -x configure ]]; then ./autogen.sh; fi &&

+
OPTS="$OPTS --disable-debug --disable-static --disable-mod-activation
--enable-dso --enable-shared --disable-neon-version-check" &&
make_single &&
default_build &&
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 298c77a..3517d4b 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -1,5 +1,5 @@
SPELL=subversion
- VERSION=1.3.2
+ VERSION=1.4.0
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
@@ -8,19 +8,19 @@ if [[ "$SVN_HEAD" == y ]]; then
SOURCE_IGNORE='volatile'
else
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=${SOURCE}.asc
+ SOURCE_GPG="subversion.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE_URL[0]=http://subversion.tigris.org/downloads/$SOURCE
-
SOURCE_HASH='sha512:9d164454e5dd27c81c3d5ddf8529d6221be454975b88df408242a821aa81a840f5b6521d94f257f7bc1bb80263bb3e78ee72668a37fd8742ce50d58ad828cb6b'
+ SOURCE2_URL[0]=http://subversion.tigris.org/downloads/$SOURCE2
+ SOURCE2_IGNORE=signature
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://subversion.tigris.org/
- ENTERED=20020528
- UPDATED=20050711
LICENSE[0]=APACHE
- BUILD_API=2
- DOCS='doc/*'
- PATCHLEVEL=1
+ WEB_SITE=http://subversion.tigris.org/
KEYWORDS="cvs collab"
+ ENTERED=20020528
SHORT='Compelling replacement for CVS'
+ DOCS='doc/*'
cat << EOF
The goal of the Subversion project is write a version control system that
takes
over CVS's current and future user base 1. The first release has all the
major
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index b07b682..624c8eb 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,5 +1,20 @@
-2006-06-06 Sergey Lipnevich <sergey AT sourcemage.org>
- * DETAILS: upgrade to 1.3.2.
+2006-10-02 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.4.0 (ABI compatible with 1.3)
+ Use upstream GPG keys
+ * subversion.gpg: Added upstream key subversion.gpg, verified from:
+ http://subversion.tigris.org/servlets/NewsItemView?newsItemID=1685
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED (deprecated in favor of
+ PATCHLEVEL).
+
+2006-06-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.3.2
+ * BUILD: Removed patch
+ * apr-0.9.12.diff: Removed. Built with both apr/apr0

2006-05-07 Sergey Lipnevich <sergey AT sourcemage.org>
* BUILD,apr-0.9.12: patch to support latest APR.
diff --git a/collab/subversion/subversion.gpg
b/collab/subversion/subversion.gpg
new file mode 100644
index 0000000..6554d62
Binary files /dev/null and b/collab/subversion/subversion.gpg differ



  • [SM-Commit] GIT changes to devel grimoire by Eric Sandall (bccf2570a64503e9de446735854db886619fa474), Eric Sandall, 10/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page