diff --git a/hunspell-1.6.0.tar.gz b/hunspell-1.6.0.tar.gz deleted file mode 100644 index bfbb674..0000000 --- a/hunspell-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2 -size 699377 diff --git a/hunspell-1.6.1.tar.gz b/hunspell-1.6.1.tar.gz new file mode 100644 index 0000000..c80b25f --- /dev/null +++ b/hunspell-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49 +size 706893 diff --git a/hunspell.changes b/hunspell.changes index efb6688..67353f4 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 7 13:03:41 UTC 2017 - mpluskal@suse.com + +- Update to version 1.6.1: + * Library changes: + + Performance improvements in suggest() + + Fixes regressions for Hungarian related to compounding. + + Fixes regressions for Korean related to ICONV. + * Command line tool: + + Added Tajik translation + + Fix regarding serching of OOo dicts installed in user folder + * Manpages: + + Fix microsoft-cp1251 to cp1251. Dicts should not use the + first. + + Typos. + ------------------------------------------------------------------- Fri Dec 23 10:15:12 UTC 2016 - mpluskal@suse.com diff --git a/hunspell.spec b/hunspell.spec index 72367e2..50f12ac 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,7 +1,7 @@ # # spec file for package hunspell # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define ver 1.6 %define libname lib%{name}-1_6-0 Name: hunspell -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: A spell checker and morphological analyzer library License: (GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+ @@ -29,6 +29,7 @@ Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/% Source1: baselibs.conf BuildRequires: autoconf BuildRequires: automake +BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: libtool @@ -37,7 +38,6 @@ BuildRequires: pkgconfig BuildRequires: readline-devel Recommends: %{name}-tools Recommends: unzip -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Hunspell is a spell checker and morphological analyzer library and @@ -98,7 +98,7 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print rm -f %{buildroot}%{_bindir}/example install -p -m 644 src/tools/{,un}munch.h %{buildroot}%{_includedir} -ln -sf %{_libdir}/libhunspell-%{ver}.so.0.0.0 %{buildroot}%{_libdir}/libhunspell.so +ln -sf %{_libdir}/libhunspell-%{ver}.so.0.0.1 %{buildroot}%{_libdir}/libhunspell.so %check make check %{?_smp_mflags}