Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (816c3c10ae50ef0c22e641b270593fab8d2b3696)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (816c3c10ae50ef0c22e641b270593fab8d2b3696)
  • Date: Sat, 24 May 2008 18:55:31 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
gnome2-apps/gnumeric/BUILD | 32
++++++++++++------------
gnome2-apps/gnumeric/DETAILS | 4 +--
gnome2-apps/gnumeric/HISTORY | 4 +++
gnome2-apps/gnumeric/gnumeric-1.8.2.tar.bz2.sig | 0
gnome2-apps/gnumeric/gnumeric-1.8.3.tar.bz2.sig |binary
6 files changed, 22 insertions(+), 18 deletions(-)

New commits:
commit 816c3c10ae50ef0c22e641b270593fab8d2b3696
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnumeric: => 1.8.3 (stable), cleaned up

diff --git a/gnome2-apps/gnumeric/BUILD b/gnome2-apps/gnumeric/BUILD
index 538806d..79e40d6 100755
--- a/gnome2-apps/gnumeric/BUILD
+++ b/gnome2-apps/gnumeric/BUILD
@@ -1,26 +1,26 @@
-if [ "$SSCONVERT" == "y" ]; then
- OPTS="$OPTS --enable-ssconvert"
+if [[ $SSCONVERT == y ]]; then
+ OPTS="$OPTS --enable-ssconvert"
else
- OPTS="$OPTS --disable-ssconvert"
-fi &&
+ OPTS="$OPTS --disable-ssconvert"
+fi &&

-if [ "$SSINDEX" == "y" ]; then
- OPTS="$OPTS --enable-ssindex"
+if [[ $SSINDEX == y ]]; then
+ OPTS="$OPTS --enable-ssindex"
else
- OPTS="$OPTS --disable-ssindex"
-fi &&
+ OPTS="$OPTS --disable-ssindex"
+fi &&

-if [ "$SOLVER" == "y" ]; then
- OPTS="$OPTS --enable-solver"
+if [[ $SOLVER == y ]]; then
+ OPTS="$OPTS --enable-solver"
else
- OPTS="$OPTS --disable-solver"
-fi &&
+ OPTS="$OPTS --disable-solver"
+fi &&

-if [ "$LONGDOUBLE" == "y" ]; then
- OPTS="$OPTS --with-long-double"
+if [[ $LONGDOUBLE == y ]]; then
+ OPTS="$OPTS --with-long-double"
else
- OPTS="$OPTS --without-long-double"
-fi &&
+ OPTS="$OPTS --without-long-double"
+fi &&

make_single &&
default_build &&
diff --git a/gnome2-apps/gnumeric/DETAILS b/gnome2-apps/gnumeric/DETAILS
index deff1dd..4d7963d 100755
--- a/gnome2-apps/gnumeric/DETAILS
+++ b/gnome2-apps/gnumeric/DETAILS
@@ -1,8 +1,8 @@
SPELL=gnumeric
-if [[ "${GNUMERIC_DEVEL}" == "y" ]]; then
+if [[ $GNUMERIC_DEVEL == y ]]; then
VERSION=1.9.0
else
- VERSION=1.8.2
+ VERSION=1.8.3
fi
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/gnome2-apps/gnumeric/HISTORY b/gnome2-apps/gnumeric/HISTORY
index ac8f2f8..e98339a 100644
--- a/gnome2-apps/gnumeric/HISTORY
+++ b/gnome2-apps/gnumeric/HISTORY
@@ -1,3 +1,7 @@
+2008-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated stable to 1.8.3, removed useless quotes and
brackets
+ * BUILD: added some bashizm, removed useless spaces and quotes
+
2008-05-11 George Sherwood <george AT beernabeer.com>
* DETAILS: Added devel version 1.9.0
* PREPARE: Added to chose devel version
diff --git a/gnome2-apps/gnumeric/gnumeric-1.8.2.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.8.2.tar.bz2.sig
deleted file mode 100644
index f75fc91..0000000
Binary files a/gnome2-apps/gnumeric/gnumeric-1.8.2.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/gnumeric/gnumeric-1.8.3.tar.bz2.sig
b/gnome2-apps/gnumeric/gnumeric-1.8.3.tar.bz2.sig
new file mode 100644
index 0000000..62ca27f
Binary files /dev/null and b/gnome2-apps/gnumeric/gnumeric-1.8.3.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (816c3c10ae50ef0c22e641b270593fab8d2b3696), Vlad Glagolev, 05/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page