Accepting request 764972 from LibreOffice:Factory
- Update to 0.5.1: * change correction finding order (fixes issue #28) * require C++1y (C++14) * observe ICU namespacing (fixes issue #42) OBS-URL: https://build.opensuse.org/request/show/764972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hfst-ospell?expand=0&rev=4
This commit is contained in:
commit
8a1ffdfadb
@ -1 +1 @@
|
|||||||
libhfstospell10
|
libhfstospell11
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 13:08:18 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.5.1:
|
||||||
|
* change correction finding order (fixes issue #28)
|
||||||
|
* require C++1y (C++14)
|
||||||
|
* observe ICU namespacing (fixes issue #42)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 20 12:27:04 UTC 2018 - tchvatal@suse.com
|
Fri Apr 20 12:27:04 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hfst-ospell
|
# spec file for package hfst-ospell
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,19 +12,19 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _name hfstospell
|
%define _name hfstospell
|
||||||
%define libname libhfstospell10
|
%define libname libhfstospell11
|
||||||
Name: hfst-ospell
|
Name: hfst-ospell
|
||||||
Version: 0.5.0
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spell checker library and tool based on HFST
|
Summary: Spell checker library and tool based on HFST
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Text/Spell
|
Group: Productivity/Text/Spell
|
||||||
URL: http://hfst.github.io/
|
URL: https://hfst.github.io/
|
||||||
Source0: https://github.com/hfst/%{name}/releases/download/v%{version}/%{_name}-%{version}.tar.gz
|
Source0: https://github.com/hfst/%{name}/releases/download/v%{version}/%{_name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -73,8 +73,7 @@ make %{?_smp_mflags}
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# 1 test is failing
|
make %{?_smp_mflags} check
|
||||||
make %{?_smp_mflags} check || :
|
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fd2ad367f8a694c60742deaee9fcf1225e4921dd75549ef0aceca671ddfe1cd
|
|
||||||
size 451485
|
|
BIN
hfstospell-0.5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
hfstospell-0.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user