[SM-Commit] GIT changes to master grimoire by Eric Sandall (79d3717b42a412a422fe7eec89d388477bbe6ff5)

Eric Sandall scm at sourcemage.org
Wed Jul 15 15:48:15 EDT 2009


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 gnome2-apps/gnumeric/DETAILS |    3 ++-
 gnome2-apps/gnumeric/HISTORY |    3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 79d3717b42a412a422fe7eec89d388477bbe6ff5
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    gnumeric: SOURCE has to be defined before it's used

diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index 93d42de..24efdee 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,13 +1,14 @@
            SPELL=gnumeric
 if [[ $GNUMERIC_DEVEL == y ]]; then
          VERSION=1.9.9
+          SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_HASH=sha512:194ca0b9a80f4cedfbd708be334918fe553a6f7ba7ddbdf42ea00e8c55afbf1d2c6e7ee556dcb1528dc29dbcefd26b6e06bab70e52e0e80022996438ec541aba
 else
          VERSION=1.8.4
+          SOURCE=$SPELL-$VERSION.tar.bz2
       SOURCE_GPG=gurus.gpg:$SOURCE.sig
 fi
           BRANCH=`echo $VERSION|cut -d . -f 1,2`
-          SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
       LICENSE[0]=GPL
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index d25c18a..caa73d8 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,6 @@
+2009-07-15 Eric Sandall <sandalle at sourcemage.org>
+	* DETAILS: SOURCE has to be defined before it's used
+
 2009-06-21 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 1.9.9
 



More information about the SM-Commit mailing list