[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[hunspell] 41/98: Imported Debian patch 1.1.9-1



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository hunspell.

commit 90f65a4f1e19d6b7cd9e78ed2fbd3d12245b806b
Merge: ef7777e a821573
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jul 30 12:53:59 2007 +0200

    Imported Debian patch 1.1.9-1

 ChangeLog                   |  48 ++++-
 NEWS                        |  11 ++
 THANKS                      |   4 +
 TODO                        |   3 +-
 configure                   |  20 +-
 configure.ac                |   4 +-
 debian/changelog            |   6 +
 man/hunspell.1              |   9 +-
 man/hunspell.4              |  18 +-
 src/hunspell/affixmgr.cxx   |   1 +
 src/hunspell/hashmgr.cxx    |  94 ++++-----
 src/hunspell/hashmgr.hxx    |   2 +
 src/parsers/htmlparser.cxx  |   6 +-
 src/parsers/latexparser.cxx |   6 +-
 src/parsers/manparser.cxx   |   7 +-
 src/parsers/testparser.cxx  |   1 +
 src/parsers/textparser.cxx  |  96 +++++++++-
 src/parsers/textparser.hxx  |   9 +-
 src/tools/hunspell.cxx      |   7 +
 src/win_api/Hunspell.rc     |  32 ++++
 src/win_api/Hunspell.sln    |  26 +++
 src/win_api/Hunspell.vcproj | 458 ++++++++++++++++++++++++++++++++++++++++++++
 src/win_api/Makefile.am     |   3 +-
 src/win_api/Makefile.in     |   4 +-
 src/win_api/config.h        | 214 +++++++++++++++++++++
 tests/1706659.aff           |  13 ++
 tests/1706659.dic           |   4 +
 tests/1706659.test          |   4 +
 tests/1706659.wrong         |   3 +
 tests/Makefile.am           |  18 +-
 tests/Makefile.in           |  18 +-
 tests/colons_in_words.aff   |   3 +
 tests/colons_in_words.dic   |   4 +
 tests/colons_in_words.test  |   4 +
 tests/digits_in_words.aff   |   9 +
 tests/digits_in_words.dic   |  12 ++
 tests/digits_in_words.test  |   4 +
 tests/digits_in_words.wrong |   1 +
 38 files changed, 1092 insertions(+), 94 deletions(-)

diff --cc debian/changelog
index b276041,0000000..f32d75d
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,203 -1,0 +1,209 @@@
++hunspell (1.1.9-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Rene Engelhard <rene@debian.org>  Mon, 30 Jul 2007 12:53:59 +0200
++
 +hunspell (1.1.8-2) unstable; urgency=low
 +
 +  * libmyspell-dev: we need to depend on ${binary:Version}, not
 +    ${source:Version}, thanks Lior Kaplan (closes: #433901)
 +
 + -- Rene Engelhard <rene@debian.org>  Fri, 20 Jul 2007 15:54:07 +0200
 +
 +hunspell (1.1.8-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 17 Jul 2007 09:49:04 +0200
 +
 +hunspell (1.1.7-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Sun, 08 Jul 2007 23:56:51 +0200
 +
 +hunspell (1.1.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - the hunspell program has now input encoding support (closes: #350022)
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Wed, 11 Apr 2007 16:11:04 +0200
 +
 +hunspell (1.1.5-4) unstable; urgency=low
 +
 +  * upload to unstable 
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  Wed, 28 Mar 2007 16:29:52 +0200
 +
 +hunspell (1.1.5-2) experimental; urgency=low
 +
 +  * fix hunspell.hxx
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  Tue, 20 Mar 2007 13:21:54 +0100
 +
 +hunspell (1.1.4-8) experimental; urgency=low
 +
 +  * add pkg-config file 
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <sesse@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Fri, 11 Nov 2005 14:23:40 +0100
 +
 +hunspell (1.1.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Wed,  9 Nov 2005 18:24:48 +0100
 +
 +hunspell (1.1.0-2) unstable; urgency=low
 +
 +  * upload to unstable. 
 +
 + -- Rene Engelhard <rene@debian.org>  Thu, 20 Oct 2005 01:13:42 +0200
 +
 +hunspell (1.1.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * run make check
 +
 + -- Rene Engelhard <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  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 <rene@debian.org>  Wed,  3 Aug 2005 22:29:49 +0200
 +
 +hunspell (1.0.8-1) experimental; urgency=low
 +
 +  * New upstream release
 +
 + -- Rene Engelhard <rene@debian.org>  Tue,  2 Aug 2005 18:48:19 +0200
 +
 +hunspell (1.0.7-1) experimental; urgency=low
 +
 +  * Initial release.
 +
 + -- Rene Engelhard <rene@debian.org>  Tue, 26 Jul 2005 12:11:52 +0200
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git


Reply to: