Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d87fcca1fe612d1ff6e68438e5d46331115e98c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d87fcca1fe612d1ff6e68438e5d46331115e98c5)
  • Date: Sun, 25 Feb 2007 12:16:42 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

gnome2-apps/abiword/BUILD | 7 ++++---
gnome2-apps/abiword/DETAILS | 9 +++++----
gnome2-apps/abiword/HISTORY | 4 ++++
gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig |binary
4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit d87fcca1fe612d1ff6e68438e5d46331115e98c5
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

abiword: Added devel version 2.5.1.

diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index 0b08410..b79fe29 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -1,6 +1,7 @@
-cd abi &&
-
-sedit "s/-pedantic -ansi//g" configure &&
+if [ "$DEVEL" == "n" ]; then
+cd abi &&
+sedit "s/-pedantic -ansi//g" configure
+fi

if [ "$THREADS" == "y" ]; then
OPTS="$OPTS --enable-threads"
diff --git a/gnome2-apps/abiword/DETAILS b/gnome2-apps/abiword/DETAILS
index 57103ba..3b737db 100755
--- a/gnome2-apps/abiword/DETAILS
+++ b/gnome2-apps/abiword/DETAILS
@@ -1,15 +1,16 @@
SPELL=abiword
if [ "$DEVEL" == "y" ] ;then
- VERSION=2.4.6
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.5.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
else
VERSION=2.4.6
SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_URL[1]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
fi
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_URL[1]=http://www.abisource.com/downloads/abiword/$VERSION/source/$SOURCE
LICENSE[0]=GPL
WEB_SITE=http://www.abisource.com
ENTERED=20030429
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index aaa059b..e4c26e3 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,3 +1,7 @@
+2007-02-25 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel version to 2.5.1
+ * BUILD: Added conditional for non-devel version
+
2006-11-07 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated VERSION to 2.4.6

diff --git a/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig
b/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig
new file mode 100644
index 0000000..527b6bc
Binary files /dev/null and b/gnome2-apps/abiword/abiword-2.5.1.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d87fcca1fe612d1ff6e68438e5d46331115e98c5), George Sherwood, 02/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page