- 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. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hunspell?expand=0&rev=53
This commit is contained in:
parent
3c1a446805
commit
92e83561af
@ -1,3 +1,3 @@
|
||||
hunspell-devel
|
||||
requires "libhunspell-1_4-0-<targettype> = <version>"
|
||||
libhunspell-1_4-0
|
||||
requires "libhunspell-1_5-0-<targettype> = <version>"
|
||||
libhunspell-1_5-0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4476aff0ced52eec334eae1e8d3fdaaebdd90f5ecd0b57cf2a92a6fd220d1bb
|
||||
size 1000647
|
3
hunspell-1.5.0.tar.gz
Normal file
3
hunspell-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59
|
||||
size 1110171
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user