diff options
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/hunspell-android.patch | 12 | ||||
-rw-r--r-- | hunspell/hunspell-solaris.patch | 4 | ||||
-rw-r--r-- | hunspell/hunspell-static.patch | 4 | ||||
-rw-r--r-- | hunspell/hunspell-wntconfig.patch | 4 | ||||
-rw-r--r-- | hunspell/makefile.mk | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/hunspell/hunspell-android.patch b/hunspell/hunspell-android.patch index 6713e40a3542..7daef8c3ed79 100644 --- a/hunspell/hunspell-android.patch +++ b/hunspell/hunspell-android.patch @@ -1,5 +1,5 @@ ---- misc/hunspell-1.3.1/config.sub -+++ misc/build/hunspell-1.3.1/config.sub +--- misc/hunspell-1.3.2/config.sub ++++ misc/build/hunspell-1.3.2/config.sub @@ -1272,7 +1272,7 @@ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ @@ -9,8 +9,8 @@ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \ ---- misc/hunspell-1.3.1/src/tools/munch.c -+++ misc/build/hunspell-1.3.1/src/tools/munch.c +--- misc/hunspell-1.3.2/src/tools/munch.c ++++ misc/build/hunspell-1.3.2/src/tools/munch.c @@ -8,7 +8,7 @@ #include <sys/types.h> #include <sys/stat.h> @@ -20,8 +20,8 @@ #include <error.h> #include <errno.h> #include <sys/mman.h> ---- misc/hunspell-1.3.1/src/tools/unmunch.c -+++ misc/build/hunspell-1.3.1/src/tools/unmunch.c +--- misc/hunspell-1.3.2/src/tools/unmunch.c ++++ misc/build/hunspell-1.3.2/src/tools/unmunch.c @@ -8,7 +8,7 @@ #include <sys/types.h> #include <sys/stat.h> diff --git a/hunspell/hunspell-solaris.patch b/hunspell/hunspell-solaris.patch index 3a5146250b99..b07bbb254c3f 100644 --- a/hunspell/hunspell-solaris.patch +++ b/hunspell/hunspell-solaris.patch @@ -1,5 +1,5 @@ ---- misc/hunspell-1.3.1.orig/src/tools/hunspell.cxx 2010-02-27 23:42:05.000000000 +0000 -+++ misc/build/hunspell-1.3.1/src/tools/hunspell.cxx 2010-02-27 23:43:02.000000000 +0000 +--- misc/hunspell-1.3.2.orig/src/tools/hunspell.cxx 2010-02-27 23:42:05.000000000 +0000 ++++ misc/build/hunspell-1.3.2/src/tools/hunspell.cxx 2010-02-27 23:43:02.000000000 +0000 @@ -10,6 +10,9 @@ #include "hunspell.hxx" #include "csutil.hxx" diff --git a/hunspell/hunspell-static.patch b/hunspell/hunspell-static.patch index 08a23206255e..daab90ce9a75 100644 --- a/hunspell/hunspell-static.patch +++ b/hunspell/hunspell-static.patch @@ -1,5 +1,5 @@ ---- misc/hunspell-1.3.1/src/hunspell/makefile.mk 2010-06-17 15:56:41.000000000 +0200 -+++ misc/build/hunspell-1.3.1/src/hunspell/makefile.mk 2011-02-10 20:47:22.000000000 +0100 +--- misc/hunspell-1.3.2/src/hunspell/makefile.mk 2010-06-17 15:56:41.000000000 +0200 ++++ misc/build/hunspell-1.3.2/src/hunspell/makefile.mk 2011-02-10 20:47:22.000000000 +0100 @@ -39,7 +39,7 @@ # --- Files -------------------------------------------------------- diff --git a/hunspell/hunspell-wntconfig.patch b/hunspell/hunspell-wntconfig.patch index 1d35c362d1fd..cc353b1a2118 100644 --- a/hunspell/hunspell-wntconfig.patch +++ b/hunspell/hunspell-wntconfig.patch @@ -1,4 +1,4 @@ ---- misc/hunspell-1.3.1/config.h 2010-02-25 14:38:38.000000000 +0000 -+++ misc/build/hunspell-1.3.1/config.h 2010-02-25 14:38:42.000000000 +0000 +--- misc/hunspell-1.3.2/config.h 2010-02-25 14:38:38.000000000 +0000 ++++ misc/build/hunspell-1.3.2/config.h 2010-02-25 14:38:42.000000000 +0000 @@ -1 +0,0 @@ -dummy diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index d43bcb07e8e2..fcd64a1fc8ed 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -36,8 +36,8 @@ TARGET=hunspell # --- Files -------------------------------------------------------- -TARFILE_NAME=hunspell-1.3.1 -TARFILE_MD5=9ed97fce60a9a65852402248a6659492 +TARFILE_NAME=hunspell-1.3.2 +TARFILE_MD5=3121aaf3e13e5d88dfff13fb4a5f1ab8 ADDITIONAL_FILES+=config.h PATCH_FILES=\ |