[Lunar-commits] <moonbase> aspell: version bumped to 0.60.6.

Florin Braescu florin at lunar-linux.org
Sun Mar 22 00:00:34 CET 2009


commit fce298fbca942192366001d7b7f76fcbcf9ba9c8
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Mar 22 01:00:34 2009 +0200

    aspell: version bumped to 0.60.6.
    
    Changes:
      * Compile fixes for Gcc 4.3.
      * Updated to Libtool 2.2.2 and Automake 1.10.1
      * Minor tweak to suggestion code which improved suggestion results in
        certain cases.
      * Always line buffer stdout and stderr in the Aspell utility when
        there is the potential for it to be used interactively through a
        pipe.
      * Removed debug output in `aspell munch-list'.
      * Other minor updates and bug fixes.
    
    Thanks to Denis for the submission.
---
 editors/aspell/BUILD   |   15 ++++++++-------
 editors/aspell/DETAILS |   12 ++++++------
 2 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/editors/aspell/BUILD b/editors/aspell/BUILD
index c572fd8..1c91836 100644
--- a/editors/aspell/BUILD
+++ b/editors/aspell/BUILD
@@ -1,13 +1,14 @@
 (
 
-  ./configure  --build=$BUILD                                    \
-               --prefix=/usr                                     \
-               --sysconfdir=/etc                                 \
-               --localstatedir=/var                              \
-               --enable-doc-dir=$DOCUMENT_DIRECTORY/$MODULE      \
-               $OPTS                                             &&
+  ./configure  --build=$BUILD                                \
+               --prefix=/usr                                 \
+               --sysconfdir=/etc                             \
+               --localstatedir=/var                          \
+               --enable-doc-dir=$DOCUMENT_DIRECTORY/$MODULE  \
+               $OPTS                                        &&
 
-  default_make                                                   &&
+  default_make                                              &&
   install -m755 scripts/spell scripts/ispell \
                 scripts/aspell-import /usr/bin
+		
 ) > $C_FIFO 2>&1 
diff --git a/editors/aspell/DETAILS b/editors/aspell/DETAILS
index 977a2e9..26b481c 100644
--- a/editors/aspell/DETAILS
+++ b/editors/aspell/DETAILS
@@ -1,13 +1,13 @@
           MODULE=aspell
-         VERSION=0.60.5
+         VERSION=0.60.6
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$GNU_URL/$MODULE/
-   SOURCE_URL[1]=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:170ff906bd909dba32144c972d322cfc8fbff41b
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:335bcb560e00f59d89ec9e4c4114c325fb0e65f4
         WEB_SITE=http://aspell.net
          ENTERED=20010922
-         UPDATED=20061219
-           SHORT="spell checker designed to eventually replace ispell."
+         UPDATED=20090322
+           SHORT="Spell checker designed to eventually replace ispell"
 
 cat << EOF
 Aspell is a spell checker designed to eventually replace ispell. Its


More information about the Lunar-commits mailing list