Skip to Content.
Sympa Menu

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

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 (f4721548873bc0c94c2565d4a7e521d2b03135f1)
  • Date: Wed, 20 Dec 2006 10:55:43 -0600

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

spelling/aspell/DETAILS | 10 +++-------
spelling/aspell/HISTORY | 5 +++++
spelling/aspell/PRE_BUILD | 6 ------
spelling/aspell/gcc.diff | 12 ------------
4 files changed, 8 insertions(+), 25 deletions(-)

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

aspell: Updated to 0.60.5. Removed incorporated patch. Cleaned up
DETAILS. Removed UPDATED.

diff --git a/spelling/aspell/DETAILS b/spelling/aspell/DETAILS
index 886a443..ecf5f02 100755
--- a/spelling/aspell/DETAILS
+++ b/spelling/aspell/DETAILS
@@ -1,19 +1,15 @@
SPELL=aspell
- VERSION=0.60.4
+ VERSION=0.60.5
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.sig
SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
+ SOURCE2_URL=${GNU_URL}/${SPELL}/${SOURCE2}
SOURCE_GPG="gnu.gpg:${SOURCE}.sig"
-# SOURCE2=wlc
-# SOURCE2_URL=http://nettwerked.mg2.org/advisories/${SOURCE2}
-#
SOURCE2_HASH=sha512:3e10147c89af224920e38691b29b8222f9079686b5d13c71a7813880937315b51ca6b40b038a271f7c94ad96a098c45ba2225551f78a507dec4b897bf7478d8a
- SOURCE2=${SOURCE}.sig
- SOURCE2_URL=${GNU_URL}/${SPELL}/${SOURCE3}
SOURCE2_IGNORE=signature
WEB_SITE=http://aspell.net
LICENSE[0]=LGPL
ENTERED=20010922
- UPDATED=20040617
KEYWORDS="spelling"
SHORT="Aspell is a spell checker designed to eventually replace
ispell."
cat << EOF
diff --git a/spelling/aspell/HISTORY b/spelling/aspell/HISTORY
index 1626119..6cc60f2 100644
--- a/spelling/aspell/HISTORY
+++ b/spelling/aspell/HISTORY
@@ -1,3 +1,8 @@
+2006-12-20 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.60.5. Cleaned up. Removed UPDATED.
+ * PRE_BUILD: Removed.
+ * gcc.diff: Removed. Incorporated upstream.
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* PROVIDES: [automated] Fixed invalid entries.

diff --git a/spelling/aspell/PRE_BUILD b/spelling/aspell/PRE_BUILD
deleted file mode 100755
index fbb2fc6..0000000
--- a/spelling/aspell/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
- default_pre_build &&
- cd $SOURCE_DIRECTORY &&
-
- patch -p1 < $SPELL_DIRECTORY/gcc.diff
-
-
diff --git a/spelling/aspell/gcc.diff b/spelling/aspell/gcc.diff
deleted file mode 100644
index b2c73e8..0000000
--- a/spelling/aspell/gcc.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr aspell-0.60.4/modules/filter/nroff.cpp
aspell-0.60.4.cp/modules/filter/nroff.cpp
---- aspell-0.60.4/modules/filter/nroff.cpp 2005-02-20 22:49:18.000000000
+0100
-+++ aspell-0.60.4.cp/modules/filter/nroff.cpp 2006-04-10 18:56:04.000000000
+0200
-@@ -73,7 +73,7 @@
- return false;
- }
-
-- bool NroffFilter::process_char (FilterChar::Chr c);
-+ bool process_char (FilterChar::Chr c);
-
- public:
-



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f4721548873bc0c94c2565d4a7e521d2b03135f1), George Sherwood, 12/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page