This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 8cec595dcf42f1aeafbbe6583c5943909ea03739 Merge: 7f4a40b 8e7345f Author: Rene Engelhard <[email protected]> Date: Mon Jul 2 13:39:33 2007 +0200 Imported Debian patch 1.1.6-1 ChangeLog | 107 +- Makefile.in | 33 +- NEWS | 21 +- README | 3 +- THANKS | 25 +- configure | 6837 ++++++++++------------ configure.ac | 9 +- debian/changelog | 7 + debian/libhunspell-1.1-0.shlibs | 2 +- debian/patches/00list | 4 - debian/patches/02_usr_share_myspell_dicts.dpatch | 22 +- debian/patches/08_tail.dpatch | 19 - debian/patches/11_tools_headers.dpatch | 213 - debian/patches/12_get_csconv.dpatch | 37 - debian/patches/13_badheader.dpatch | 35 - m4/Makefile.in | 13 +- man/Makefile.in | 33 +- man/hu/Makefile.in | 13 +- man/hu/hunspell.1 | 3 + man/hunspell.1 | 24 +- po/hu.gmo | Bin 7975 -> 7563 bytes po/hu.po | 26 +- src/Makefile.in | 33 +- src/hunspell/Makefile.in | 19 +- src/hunspell/affentry.cxx | 2 +- src/hunspell/affixmgr.cxx | 34 +- src/hunspell/csutil.cxx | 103 +- src/hunspell/csutil.hxx | 18 + src/hunspell/hashmgr.cxx | 147 +- src/hunspell/hashmgr.hxx | 8 +- src/hunspell/hunspell.cxx | 351 +- src/hunspell/hunspell.hxx | 18 +- src/hunspell/license.hunspell | 24 +- src/hunspell/suggestmgr.cxx | 37 +- src/parsers/Makefile.in | 23 +- src/tools/Makefile.am | 1 + src/tools/Makefile.in | 75 +- src/tools/hunmorph.cxx | 1 - src/tools/hunspell.cxx | 405 +- src/tools/munch.h | 121 + src/tools/unmunch.h | 76 + src/win_api/Makefile.in | 13 +- tests/1463589.aff | 1 + tests/1463589.dic | 2 + tests/1463589.sug | 5 + tests/{break.test => 1463589.test} | 2 +- tests/1463589.wrong | 5 + tests/1463589_utf.aff | 2 + tests/1463589_utf.dic | 2 + tests/1463589_utf.sug | 5 + tests/{break.test => 1463589_utf.test} | 2 +- tests/1463589_utf.wrong | 5 + tests/1695964.aff | 8 + tests/1695964.dic | 3 + tests/1695964.sug | 3 + tests/{break.test => 1695964.test} | 0 tests/1695964.wrong | 3 + tests/IJ.aff | 7 + tests/IJ.dic | 3 + tests/IJ.sug | 1 + tests/{break.test => IJ.test} | 0 tests/IJ.wrong | 1 + tests/Makefile.am | 65 +- tests/Makefile.in | 78 +- tests/allcaps.aff | 5 + tests/allcaps.dic | 3 + tests/allcaps.good | 4 + tests/allcaps.sug | 3 + tests/{break.test => allcaps.test} | 0 tests/allcaps.wrong | 3 + tests/allcaps2.aff | 6 + tests/allcaps2.dic | 4 + tests/allcaps2.good | 4 + tests/allcaps2.sug | 2 + tests/{break.test => allcaps2.test} | 0 tests/allcaps2.wrong | 2 + tests/allcaps3.aff | 10 + tests/allcaps3.dic | 7 + tests/allcaps3.good | 13 + tests/{break.test => allcaps3.test} | 0 tests/allcaps3.wrong | 4 + tests/allcaps_utf.aff | 6 + tests/allcaps_utf.dic | 3 + tests/allcaps_utf.good | 4 + tests/allcaps_utf.sug | 3 + tests/{break.test => allcaps_utf.test} | 2 +- tests/allcaps_utf.wrong | 3 + tests/break.test | 2 +- tests/checkcompoundcase.test | 2 +- tests/checkcompoundcase2.test | 2 +- tests/checkcompoundcaseutf.test | 2 +- tests/checkcompoundpattern.test | 2 +- tests/checkcompoundrep.test | 2 +- tests/checksharps.test | 2 +- tests/checksharpsutf.test | 2 +- tests/complexprefixesutf.test | 2 +- tests/compoundrule5.test | 2 +- tests/flagutf8.test | 2 +- tests/germancompounding.test | 2 +- tests/i54633.aff | 1 + tests/i54633.test | 2 +- tests/i54980.test | 2 +- tests/i68568.aff | 7 + tests/i68568.dic | 2 + tests/{break.test => i68568.test} | 0 tests/i68568.wrong | 5 + tests/i68568utf.aff | 8 + tests/i68568utf.dic | 2 + tests/{break.test => i68568utf.test} | 2 +- tests/i68568utf.wrong | 5 + tests/ignore.aff | 2 +- tests/ignoreutf.test | 2 +- tests/map.test | 2 +- tests/maputf.test | 2 +- tests/reputf.test | 2 +- tests/sug.aff | 2 + tests/sug.sug | 1 + tests/sug.wrong | 1 + tests/test.sh | 6 +- tests/utf8.test | 2 +- tests/utf8_bom.test | 2 +- tests/utf8_bom2.test | 2 +- tests/utf8_nonbmp.test | 2 +- tests/utfcompound.test | 2 +- 124 files changed, 4880 insertions(+), 4499 deletions(-) diff --cc debian/changelog index 44196b0,0000000..87bf19a mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,177 -1,0 +1,184 @@@ ++hunspell (1.1.6-1) unstable; urgency=low ++ ++ * New upstream release ++ - the hunspell program has now input encoding support (closes: #350022) ++ ++ -- Rene Engelhard <[email protected]> Mon, 02 Jul 2007 13:39:33 +0200 ++ +hunspell (1.1.5-6) unstable; urgency=low + + * add (normally not needed) conflicts against old experimentals OOo + (see #416711) + + -- Rene Engelhard <[email protected]> Fri, 13 Apr 2007 15:07:53 +0200 + +hunspell (1.1.5-5) unstable; urgency=low + + * add info to hunspell(4) from SF tracker #1610863 how to convert aspell + dicts (closes: #324639) + + -- Rene Engelhard <[email protected]> Wed, 11 Apr 2007 16:11:04 +0200 + +hunspell (1.1.5-4) unstable; urgency=low + + * upload to unstable + + -- Rene Engelhard <[email protected]> Sun, 8 Apr 2007 12:25:23 +0200 + +hunspell (1.1.5-3) experimental; urgency=low + + * add new hunspell-tools package superseding libmyspell-devs tools + (package not built anymore) + - add ispellaff2myspell from libmyspell-dev here + - install munch and unmunch + - conflict and replace (against) libmyspell-dev + * install src/tools/example.cxx + + -- Rene Engelhard <[email protected]> Wed, 28 Mar 2007 16:29:52 +0200 + +hunspell (1.1.5-2) experimental; urgency=low + + * fix hunspell.hxx + + -- Rene Engelhard <[email protected]> Tue, 20 Mar 2007 16:19:18 +0100 + +hunspell (1.1.5-1) experimental; urgency=low + + * New upstream release + * debian/libhunspell-1.1-0.shlibs: bump, C API got added + * debian/patches/12_get_csconv.diff: temporary(?) buildfix, + the hunspell client needs get_csconv() still. + + -- Rene Engelhard <[email protected]> Tue, 20 Mar 2007 13:21:54 +0100 + +hunspell (1.1.4-8) experimental; urgency=low + + * add pkg-config file + + -- Rene Engelhard <[email protected]> Wed, 21 Feb 2007 19:33:31 +0100 + +hunspell (1.1.4-7) experimental; urgency=low + + * fix 02_usr_share_myspell_dicts.dpatch to not define + LIBDIR as /usr/share/hunspell _yet_, oops + + -- Rene Engelhard <[email protected]> Sun, 7 Jan 2007 18:43:26 +0100 + +hunspell (1.1.4-6) experimental; urgency=low + + * fix tail usage in tests.sh + * take patch from Fedora to build shared lib (libhunspell-1.1.so.0) + (closes: #324637); stop building _pic versions; build-depend on + libtool and automake1.9 + + -- Rene Engelhard <[email protected]> Mon, 1 Jan 2007 03:44:11 +0100 + +hunspell (1.1.4-5) unstable; urgency=high + + * add full MPL to debian/copyright (closes: #402324) + + -- Rene Engelhard <[email protected]> Sat, 9 Dec 2006 16:49:02 +0100 + +hunspell (1.1.4-4) unstable; urgency=medium + + * move fixes from last NMU to proper patches. + * make w_char structure tightly packed, needed on arm, thanks + Steinar H. Gunderson and remove XFAILED= from configure.ac + since the tests now fail because of unexpected passes. + (closes: #396528) + + -- Rene Engelhard <[email protected]> Thu, 16 Nov 2006 15:52:53 +0100 + +hunspell (1.1.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Set LANG=C at the top of tests/test.sh; fixes FTBFS when LANG is not C + during build (since sed behaves differently). + * Ensure we are working on signed characters when converting to and from + UTF-8 internally; should fix test failures and FTBFS on arm. + (Closes: #396528) + + -- Steinar H. Gunderson <[email protected]> Wed, 15 Nov 2006 20:06:28 +0100 + +hunspell (1.1.4-3) unstable; urgency=low + + * allow hunspell-dictionary-de in hunspells Depends:, thanks + Gerfried Fucks (closes: #359628) + + -- Rene Engelhard <[email protected]> Tue, 28 Mar 2006 20:08:34 +0200 + +hunspell (1.1.4-2) unstable; urgency=low + + * set LIBDIR to /usr/share/myspell/dicts (closes: #357249) + + -- Rene Engelhard <[email protected]> Thu, 16 Mar 2006 17:09:50 +0100 + +hunspell (1.1.4-1) unstable; urgency=low + + * New upstream release + * update debian/copyright for new GPL/LGPL/MPL tri-licensing + * add libncursesw5-dev builddep + + -- Rene Engelhard <[email protected]> Thu, 2 Feb 2006 16:46:12 +0100 + +hunspell (1.1.2-1) unstable; urgency=low + + * New upstream release + - should fix the infinite loops at the compound checks (closes: #338482) + * debian/patches/01_pic_versions.dpatch: autoreconf + * enable NLS again + + -- Rene Engelhard <[email protected]> Fri, 11 Nov 2005 14:23:40 +0100 + +hunspell (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Wed, 9 Nov 2005 18:24:48 +0100 + +hunspell (1.1.0-2) unstable; urgency=low + + * upload to unstable. + + -- Rene Engelhard <[email protected]> Thu, 20 Oct 2005 01:13:42 +0200 + +hunspell (1.1.0-1) experimental; urgency=low + + * New upstream release + * run make check + + -- Rene Engelhard <[email protected]> Mon, 19 Sep 2005 23:48:20 +0200 + +hunspell (1.0.9-1) experimental; urgency=low + + * New upstream release + * Standards-Version: 3.6.2 (no changes needed) + * grr. I hate automake. temporarily disable NLS + + -- Rene Engelhard <[email protected]> Sat, 27 Aug 2005 00:30:58 +0200 + +hunspell (1.0.8-3) experimental; urgency=low + + * add patch to build PIC versions of the libraries + * we don't ship unmuch, so don't ship unmunch.h + + -- Rene Engelhard <[email protected]> Mon, 8 Aug 2005 04:02:41 +0200 + +hunspell (1.0.8-2) experimental; urgency=low + + * don't install unmunch, conflicts with libmyspell-dev + + -- Rene Engelhard <[email protected]> Wed, 3 Aug 2005 22:29:49 +0200 + +hunspell (1.0.8-1) experimental; urgency=low + + * New upstream release + + -- Rene Engelhard <[email protected]> Tue, 2 Aug 2005 18:48:19 +0200 + +hunspell (1.0.7-1) experimental; urgency=low + + * Initial release. + + -- Rene Engelhard <[email protected]> Tue, 26 Jul 2005 12:11:52 +0200 + diff --cc debian/libhunspell-1.1-0.shlibs index ee69870,0000000..9a28712 mode 100644,000000..100644 --- a/debian/libhunspell-1.1-0.shlibs +++ b/debian/libhunspell-1.1-0.shlibs @@@ -1,1 -1,0 +1,1 @@@ - libhunspell-1.1 0 libhunspell-1.1-0 (>= 1.1.5-1) ++libhunspell-1.1 0 libhunspell-1.1-0 (>= 1.1.6-1) diff --cc debian/patches/00list index 15f8a57,0000000..88cfcfb mode 100644,000000..100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@@ -1,10 -1,0 +1,6 @@@ +02_usr_share_myspell_dicts +#04_signed_chars +05_attribute_packed +06_remove-XFAILED - 08_tail - 11_tools_headers - 12_get_csconv - 13_badheader +14_aspell_conv +99_build_stuff diff --cc debian/patches/02_usr_share_myspell_dicts.dpatch index c3e36d9,0000000..a9d2fbb mode 100644,000000..100644 --- a/debian/patches/02_usr_share_myspell_dicts.dpatch +++ b/debian/patches/02_usr_share_myspell_dicts.dpatch @@@ -1,19 -1,0 +1,23 @@@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_usr_share_myspell_dicts.dpatch by <rene@frodo> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ - diff -urNad hunspell-1.1.4~/src/tools/hunspell.cxx hunspell-1.1.4/src/tools/hunspell.cxx - --- hunspell-1.1.4~/src/tools/hunspell.cxx 2006-01-30 10:09:06.000000000 +0100 - +++ hunspell-1.1.4/src/tools/hunspell.cxx 2006-03-16 17:09:21.000000000 +0100 - @@ -47,7 +47,7 @@ ++diff -urNad hunspell-1.1.6~/src/tools/hunspell.cxx hunspell-1.1.6/src/tools/hunspell.cxx ++--- hunspell-1.1.6~/src/tools/hunspell.cxx 2007-07-02 13:13:13.000000000 +0200 +++++ hunspell-1.1.6/src/tools/hunspell.cxx 2007-07-02 13:13:47.000000000 +0200 ++@@ -59,9 +59,10 @@ + #include "manparser.hxx" + #include "firstparser.hxx" + - -#define LIBDIR "/usr/share/myspell/" - +#define LIBDIR "/usr/share/myspell/dicts/" - #define HOME getenv("HOME") - #define DICBASENAME ".hunspell_" - #define LOGFILE "/tmp/hunspell.log" ++-#define LIBDIR "/usr/share/hunspell:/usr/share/myspell" +++#define LIBDIR "/usr/share/myspell/dicts:/usr/share/hunspell:/usr/share/myspell" ++ #define USEROOODIR ".openoffice.org2/user/wordbook" ++-#define OOODIR "/opt/openoffice.org2.3/share/dict/ooo:" \ +++#define OOODIR "/usr/lib/openoffice/share/dict/ooo:" \ +++ "/opt/openoffice.org2.3/share/dict/ooo:" \ ++ "/usr/lib/openoffice.org2.3/share/dict/ooo:" \ ++ "/opt/openoffice.org2.2/share/dict/ooo:" \ ++ "/usr/lib/openoffice.org2.2/share/dict/ooo:" \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

