Accepting request 501731 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 1.6.1: OBS-URL: https://build.opensuse.org/request/show/501731 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hunspell?expand=0&rev=58
This commit is contained in:
parent
959152a985
commit
a4259992ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:512e7d2ee69dad0b35ca011076405e56e0f10963a02d4859dbcc4faf53ca68e2
|
||||
size 699377
|
3
hunspell-1.6.1.tar.gz
Normal file
3
hunspell-1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49
|
||||
size 706893
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user