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

rene pushed a commit to branch master
in repository hunspell.

commit 723c0615e7168619d54d9dde1c471cc1fc59f329
Author: Rene Engelhard <[email protected]>
Date:   Mon Apr 7 00:17:32 2008 +0200

    Imported Debian patch 1.2.2~b2~20080401-3
---
 debian/changelog                      | 12 ++++++++++++
 debian/patches/15_encds_static.dpatch | 19 +++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 77466bd..82268cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+hunspell (1.2.2~b2~20080401-3) experimental; urgency=low
+
+  * merge 1.1.9-2
+
+ -- Rene Engelhard <[email protected]>  Mon, 07 Apr 2008 00:17:32 +0200
+
+hunspell (1.1.9-2) unstable; urgency=low
+
+  * make encds[] struct static, thanks Stefan Weil.
+
+ -- Rene Engelhard <[email protected]>  Mon, 07 Apr 2008 00:13:37 +020
+
 hunspell (1.2.2~b2~20080401-2) experimental; urgency=low
 
   * readd (updated) libhunspell-dev.links to have a
diff --git a/debian/patches/15_encds_static.dpatch 
b/debian/patches/15_encds_static.dpatch
new file mode 100644
index 0000000..4f8f619
--- /dev/null
+++ b/debian/patches/15_encds_static.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 15_encds_static.dpatch by Rene Engelhard <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad hunspell-1.1.9~/src/hunspell/csutil.cxx 
hunspell-1.1.9/src/hunspell/csutil.cxx
+--- hunspell-1.1.9~/src/hunspell/csutil.cxx    2007-07-16 08:48:38.000000000 
+0200
++++ hunspell-1.1.9/src/hunspell/csutil.cxx     2008-04-07 00:13:28.000000000 
+0200
+@@ -4937,7 +4937,7 @@
+ { 0x00, 0xff, 0xff },
+ };
+ 
+-struct enc_entry encds[] = {
++static struct enc_entry encds[] = {
+ {"ISO8859-1",iso1_tbl},
+ {"ISO8859-2",iso2_tbl},
+ {"ISO8859-3",iso3_tbl},

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

Reply via email to