Skip to Content.
Sympa Menu

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

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 (232cf6d8592bbf73a692bf9e830b26838e093522)
  • Date: Fri, 23 Feb 2007 00:55:33 -0600

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

utils/beagle/DETAILS | 4 ++--
utils/beagle/HISTORY | 5 +++++
utils/beagle/PRE_BUILD | 3 ---
utils/beagle/openoffice_fix.patch | 11 -----------
4 files changed, 7 insertions(+), 16 deletions(-)

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

beagle: Updated to 0.2.16.2

diff --git a/utils/beagle/DETAILS b/utils/beagle/DETAILS
index f88c19f..64efcad 100755
--- a/utils/beagle/DETAILS
+++ b/utils/beagle/DETAILS
@@ -1,9 +1,9 @@
SPELL=beagle
- VERSION=0.2.16
+ VERSION=0.2.16.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.gnome.org/pub/GNOME/sources/beagle/0.2/${SOURCE}
-
SOURCE_HASH=sha512:3c3b2ac09fe92c2b6eafba26f7a6e6ecc4fae8a2b5003918d0faa4d105bbac109a3cf765a583c5858448ab714749f70c17c93d3e9bc4fe1bbf0999569aea2f92
+
SOURCE_HASH=sha512:7198ec39ce9f72e8871842866380f3eaba6c6a433f0c28a903b9f2f9ba16806e88a9a1fc8f949e097d99d46947e305c0054ece5cf3c50bd0930db3c901838c34
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/beagle/
ENTERED=20050821
diff --git a/utils/beagle/HISTORY b/utils/beagle/HISTORY
index cac8ee3..147373f 100644
--- a/utils/beagle/HISTORY
+++ b/utils/beagle/HISTORY
@@ -1,3 +1,8 @@
+2007-02-23 George Sherwood <george AT beernabeer.com>
+ * DETAILS: updated spell to 0.2.16.2
+ * PRE_BUILD: Removed. Not needed for patch.
+ * openoffice_fix.patch: deleted. Incorp upstream.
+
2007-02-07 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.2.16
* PRE_BUILD: Added to apply patch
diff --git a/utils/beagle/PRE_BUILD b/utils/beagle/PRE_BUILD
deleted file mode 100755
index 38931e5..0000000
--- a/utils/beagle/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/openoffice_fix.patch
diff --git a/utils/beagle/openoffice_fix.patch
b/utils/beagle/openoffice_fix.patch
deleted file mode 100644
index b079be6..0000000
--- a/utils/beagle/openoffice_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Filters/FilterOpenOffice.cs.orig 2007-02-07 22:34:50.000000000 +0400
-+++ Filters/FilterOpenOffice.cs 2007-02-07 22:36:44.000000000 +0400
-@@ -483,7 +483,7 @@
- case "meta:keyword":
- reader.Read ();
- AddProperty (Beagle.Property.New
("fixme:keywords",
-- +
reader.Value));
-+
reader.Value));
- break;
- }
-



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

Archive powered by MHonArc 2.6.24.

Top of Page