Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (bb8b17398bbc548af8e4462eb728318985badce4)
  • Date: Tue, 14 Apr 2009 17:22:11 -0500

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

gnome2-apps/epiphany/DETAILS | 6 +++---
gnome2-apps/epiphany/HISTORY | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit bb8b17398bbc548af8e4462eb728318985badce4
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

epiphany: Switch the spell to me like other with the else default
the stable version.

diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index 9d2e9c3..257e31c 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,8 +1,8 @@
SPELL=epiphany
-if [[ "$EPIPHANY_WEBKIT" == "n" ]]; then
- VERSION=2.26.1
-else
+if [[ "$EPIPHANY_WEBKIT" == "y" ]]; then
VERSION=2.27.1
+else
+ VERSION=2.26.1
fi
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index 96f0c2f..18ab322 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,6 @@
+2009-04-14 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: More normalize to have the else the default version
+
2009-04-13 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.26.1. Added devel version 2.27.1
* CONFIGURE: webkitgtk only works with devel version



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (bb8b17398bbc548af8e4462eb728318985badce4), George Sherwood, 04/14/2009

Archive powered by MHonArc 2.6.24.

Top of Page