This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch master in repository hunspell.
commit 61163c31b27e96000494f19e70c0975730bca2f8 Author: Rene Engelhard <[email protected]> Date: Sat Apr 16 18:18:44 2016 +0200 Imported Debian patch 1.3.4-2 --- debian/changelog | 7 +++++++ .../2824e4ed8fe9c476234edba87bf6042ca862ec8f.diff | 18 ++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index bcf7190..d8c8542 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hunspell (1.3.4-2) unstable; urgency=medium + + * backport 2824e4ed8fe9c476234edba87bf6042ca862ec8f from upstream master + to fix ignore.test on armel + + -- Rene Engelhard <[email protected]> Sat, 16 Apr 2016 18:18:44 +0200 + hunspell (1.3.4-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/2824e4ed8fe9c476234edba87bf6042ca862ec8f.diff b/debian/patches/2824e4ed8fe9c476234edba87bf6042ca862ec8f.diff new file mode 100644 index 0000000..380cbab --- /dev/null +++ b/debian/patches/2824e4ed8fe9c476234edba87bf6042ca862ec8f.diff @@ -0,0 +1,18 @@ + * backport 2824e4ed8fe9c476234edba87bf6042ca862ec8f from upstream master + to fix ignore.test on armel +Author: Rene Engelhard <[email protected]> +Origin: vendor, https://github.com/hunspell/hunspell/commit/2824e4ed8fe9c476234edba87bf6042ca862ec8f +Bug: https://github.com/hunspell/hunspell/issues/370 + +--- hunspell-1.3.4.orig/src/hunspell/csutil.cxx ++++ hunspell-1.3.4/src/hunspell/csutil.cxx +@@ -3127,7 +3127,8 @@ class is_any_of { + std::string& remove_ignored_chars(std::string& word, + const std::string& ignored_chars) { + word.erase( +- std::remove_if(word.begin(), word.end(), is_any_of(ignored_chars))); ++ std::remove_if(word.begin(), word.end(), is_any_of(ignored_chars)), ++ word.end()); + return word; + } + diff --git a/debian/patches/series b/debian/patches/series index d30c5ce..c465830 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ aspell_conv #debian-changes-1.2.4-2 avoid-grep-binary-match.diff +2824e4ed8fe9c476234edba87bf6042ca862ec8f.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git

