diff --git a/baselibs.conf b/baselibs.conf index 6514198..4f1d2f7 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ hunspell-devel - requires "libhunspell-1_4-0- = " -libhunspell-1_4-0 + requires "libhunspell-1_5-0- = " +libhunspell-1_5-0 diff --git a/hunspell-1.4.1.tar.gz b/hunspell-1.4.1.tar.gz deleted file mode 100644 index 0819644..0000000 --- a/hunspell-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4476aff0ced52eec334eae1e8d3fdaaebdd90f5ecd0b57cf2a92a6fd220d1bb -size 1000647 diff --git a/hunspell-1.5.0.tar.gz b/hunspell-1.5.0.tar.gz new file mode 100644 index 0000000..0da423e --- /dev/null +++ b/hunspell-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59 +size 1110171 diff --git a/hunspell.changes b/hunspell.changes index 3973fc2..52c0fe1 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 21 15:42:53 UTC 2016 - pgajdos@suse.com + +- update to 1.5.0: + * Lot of stability fixes + * Fixed compilation errors on various systems (Windows, FreeBSD) + * Small performance improvement compared to 1.4.0 + * API is same as 1.4. + ------------------------------------------------------------------- Tue May 17 23:53:49 UTC 2016 - jengelh@inai.de diff --git a/hunspell.spec b/hunspell.spec index 2a5ad14..679262c 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -16,10 +16,10 @@ # -%define ver 1.4 -%define libname lib%{name}-1_4-0 +%define ver 1.5 +%define libname lib%{name}-1_5-0 Name: hunspell -Version: 1.4.1 +Version: 1.5.0 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+ @@ -45,8 +45,8 @@ LibreOffice or OpenOffice.org UNO module. %package -n %{libname} Summary: A spell checker and morphological analyzer library -Group: System/Libraries # same libname, support migration +Group: System/Libraries Conflicts: hunspell = 1.4.0 %description -n %{libname} @@ -112,7 +112,7 @@ make check %{?_smp_mflags} %files -n %{libname} %defattr(-,root,root) -%{_libdir}/libhunspell-1.4.so.* +%{_libdir}/libhunspell-%{ver}.so.* %files tools %defattr(-,root,root) @@ -132,7 +132,7 @@ make check %{?_smp_mflags} %files devel %defattr(-,root,root) -%{_libdir}/libhunspell-1.4.so +%{_libdir}/libhunspell-%{ver}.so %{_libdir}/libhunspell.so %{_mandir}/man3/hunspell.3%{ext_man} %{_mandir}/man5/hunspell.5%{ext_man}