SHA256
1
0
forked from pool/hunspell
OBS User unknown 2008-05-06 20:20:13 +00:00 committed by Git OBS Bridge
parent 86c4be70a1
commit 226dd260ca
3 changed files with 18 additions and 1 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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)