rene@frodo:~/Downloads/hunspell-1.3.0$ cat hunspell.pc.in | grep Libs
Libs: -L${libdir} -lhunspell-@HUNSPELL_VERSION_MAJOR@.@HUNSPELL_VERSION_MINOR@
so far ok, but it gets subsituteed by the *hunspell version*, so it results in:
rene@frodo:~/Downloads/hunspell-1.3.0$ cat hunspell.pc | grep Libs
Libs: -L${libdir} -lhunspell-1.3
but what we get out of the build still is only libhunspell-1.2.*
Rene, thanks for your report. I detected the versioning problem after the release, but I couldn't fix it, so a patch will be appreciated. (In fact, I had a problem with the CVS service, too, bit it seems, this is a general problem of SF.net resulted by a serious security issue.)
Fixed by the newest release (1.3.2), now we get libhunspell-1.3.*