Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: scm AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by
  • Date: Sat, 6 May 2006 16:36:15 -0500

GIT changes to test grimoire by <>:

gnome2-apps/pan2/DETAILS | 4 ++--
gnome2-apps/pan2/HISTORY | 6 +++++-
gnome2-apps/pan2/PRE_BUILD | 4 ----
3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit a5bb1bdba0af3c8cc979844b95db6998a3995a7e
Merge: e6ee1eb... 4b5d5fc...
Author: George Sherwood <pilot AT sourcemage.org>
Commit: George Sherwood <pilot AT sourcemage.org>

Merge branch 'origin'

commit e6ee1eb0caf338f1e22d96b3f4b498b91ee524ea
Author: George Sherwood <pilot AT sourcemage.org>
Commit: George Sherwood <pilot AT sourcemage.org>

Updated devel version to 0.96

diff --git a/gnome2-apps/pan2/DETAILS b/gnome2-apps/pan2/DETAILS
index 21c69b8..1e1e155 100755
--- a/gnome2-apps/pan2/DETAILS
+++ b/gnome2-apps/pan2/DETAILS
@@ -11,11 +11,11 @@ if [ "$REL" == "cvs" ]; then
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan2-$VERSION
elif [ "$REL" == "devel" ]; then
- VERSION=0.95
+ VERSION=0.96
SOURCE=pan-$VERSION.tar.bz2

SOURCE_URL[0]=http://pan.rebelbase.com/download/releases/$VERSION/SOURCE/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pan-$VERSION
-
SOURCE_HASH=sha512:96eee631d6f69853c8a14810100407e22cb1096cc5bb3db8eedc2cbc055e1ee76a78be6c3a46c028e5c94d21ee32ac071113f6cd5b552bcb5d33500cc37c0e8b
+
SOURCE_HASH=sha512:4a9f2f9ec8180b5d2c92398d63142e23fe0871fb7ce41d198a81f2d5d4a32c4c1893d1b996389a48075ab2f6b9e4295ecc4f272217ed6359d90cf897681cb077
else
VERSION=0.14.2.91
SOURCE=pan-$VERSION.tar.bz2
diff --git a/gnome2-apps/pan2/HISTORY b/gnome2-apps/pan2/HISTORY
index afa3a72..27910c6 100644
--- a/gnome2-apps/pan2/HISTORY
+++ b/gnome2-apps/pan2/HISTORY
@@ -1,4 +1,8 @@
-2006-04-30 George Sherwood <george AT beeranbeer.com>
+2006-05-06 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated devel to 0.96
+ * PRE_BUILD, pan.patch: Removed patch for last version.
+
+2006-04-30 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to 0.95
* PRE_BUILD: Added patch to fix unable to read new messages.
* pan.patch: Added to fix a few new problems
diff --git a/gnome2-apps/pan2/PRE_BUILD b/gnome2-apps/pan2/PRE_BUILD
index 00ce21a..a14b50c 100755
--- a/gnome2-apps/pan2/PRE_BUILD
+++ b/gnome2-apps/pan2/PRE_BUILD
@@ -1,9 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-if [ "$REL" == "devel" ]; then
- cd pan &&
- patch -p0 < $SCRIPT_DIRECTORY/pan.patch
-fi &&
if [ "$REL" == "cvs" ]; then
NOCONFIGURE=Y ./autogen.sh
fi




Archive powered by MHonArc 2.6.24.

Top of Page