forked from pool/hunspell
This commit is contained in:
parent
86c4be70a1
commit
226dd260ca
@ -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 */
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user