diff --git a/hunspell-uninitialised.patch b/hunspell-uninitialised.patch index ddabf6a..a243ccc 100644 --- a/hunspell-uninitialised.patch +++ b/hunspell-uninitialised.patch @@ -8,3 +8,13 @@ piece = mystrsep(&tp, 0); while (piece) { if (*piece != '\0') { +--- src/hunspell/hashmgr.cxx.orig 2008-05-06 21:48:25.000000000 +0200 ++++ src/hunspell/hashmgr.cxx 2008-05-06 21:48:54.000000000 +0200 +@@ -284,6 +284,7 @@ + } + dp = dp->next_homonym; + } ++ return 0; + } + + /* remove forbidden flag to add a personal word to the hash */ diff --git a/hunspell.changes b/hunspell.changes index 162e574..baf8dd0 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 6 21:50:36 CEST 2008 - coolo@suse.de + +- fix build + ------------------------------------------------------------------- Wed Apr 23 11:57:28 CEST 2008 - lmichnovic@suse.cz diff --git a/hunspell.spec b/hunspell.spec index b49b215..05278b8 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -13,7 +13,7 @@ Summary: Hunspell - a spell checker and morphological analyzer library Name: hunspell Version: 1.2.2 -Release: 5 +Release: 9 License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: System/Libraries Source0: %{name}-1.2.2.tar.bz2 @@ -154,6 +154,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libhunspell-*.a %changelog +* Tue May 06 2008 coolo@suse.de +- fix build * Wed Apr 23 2008 lmichnovic@suse.cz - fixed libdir and includedir in pkg-config file [bnc#382638] (hunspell-pkgconfig_libdir.patch)