Skip to Content.
Sympa Menu

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

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 (b539448e46b09930aae95b8646c5c64a3168a3d1)
  • Date: Wed, 7 Feb 2007 12:54:49 -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, 21 insertions(+), 2 deletions(-)

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

beagle: Updated to verison 0.2.16. Added patch to fix compile error with
latest version of mono 1.2.3

diff --git a/utils/beagle/DETAILS b/utils/beagle/DETAILS
index 5a70f84..f88c19f 100755
--- a/utils/beagle/DETAILS
+++ b/utils/beagle/DETAILS
@@ -1,9 +1,9 @@
SPELL=beagle
- VERSION=0.2.15.1
+ VERSION=0.2.16
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:8437ea0ee3d10cb112d504d5579718e349c38fd219e408921d690be6bd3cd34ad5b9ea1d6062b3d94aca56c24678769d7122b8ecc9c4700f2b9f01a21e4b03cd
+
SOURCE_HASH=sha512:3c3b2ac09fe92c2b6eafba26f7a6e6ecc4fae8a2b5003918d0faa4d105bbac109a3cf765a583c5858448ab714749f70c17c93d3e9bc4fe1bbf0999569aea2f92
LICENSE[0]=GPL
WEB_SITE=http://www.gnome.org/projects/beagle/
ENTERED=20050821
diff --git a/utils/beagle/HISTORY b/utils/beagle/HISTORY
index a6dd5c8..cac8ee3 100644
--- a/utils/beagle/HISTORY
+++ b/utils/beagle/HISTORY
@@ -1,3 +1,8 @@
+2007-02-07 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.2.16
+ * PRE_BUILD: Added to apply patch
+ * openoffice_fix.patch: Added to fix compile error
+
2007-01-26 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to 0.2.15.1

diff --git a/utils/beagle/PRE_BUILD b/utils/beagle/PRE_BUILD
new file mode 100755
index 0000000..38931e5
--- /dev/null
+++ b/utils/beagle/PRE_BUILD
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..b079be6
--- /dev/null
+++ b/utils/beagle/openoffice_fix.patch
@@ -0,0 +1,11 @@
+--- 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 (b539448e46b09930aae95b8646c5c64a3168a3d1), George Sherwood, 02/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page