From 46b66e2785426f377fa0214d25c0e457a51383952ba0feef6f5f8d07ddd17e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Jan 2020 13:12:14 +0000 Subject: [PATCH] - 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/package/show/LibreOffice:Factory/hfst-ospell?expand=0&rev=10 --- baselibs.conf | 2 +- hfst-ospell.changes | 8 ++++++++ hfst-ospell.spec | 13 ++++++------- hfstospell-0.5.0.tar.gz | 3 --- hfstospell-0.5.1.tar.gz | 3 +++ 5 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 hfstospell-0.5.0.tar.gz create mode 100644 hfstospell-0.5.1.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 1c1a5c3..2c8e378 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libhfstospell10 +libhfstospell11 diff --git a/hfst-ospell.changes b/hfst-ospell.changes index 50f6552..8726d9c 100644 --- a/hfst-ospell.changes +++ b/hfst-ospell.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 16 13:08:18 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/hfst-ospell.spec b/hfst-ospell.spec index 90a1376..5652e75 100644 --- a/hfst-ospell.spec +++ b/hfst-ospell.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 libname libhfstospell10 +%define libname libhfstospell11 Name: hfst-ospell -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: Spell checker library and tool based on HFST License: Apache-2.0 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 Source99: baselibs.conf BuildRequires: gcc-c++ @@ -73,8 +73,7 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %check -# 1 test is failing -make %{?_smp_mflags} check || : +make %{?_smp_mflags} check %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig diff --git a/hfstospell-0.5.0.tar.gz b/hfstospell-0.5.0.tar.gz deleted file mode 100644 index 6616750..0000000 --- a/hfstospell-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd2ad367f8a694c60742deaee9fcf1225e4921dd75549ef0aceca671ddfe1cd -size 451485 diff --git a/hfstospell-0.5.1.tar.gz b/hfstospell-0.5.1.tar.gz new file mode 100644 index 0000000..95b1194 --- /dev/null +++ b/hfstospell-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf5f3b06bcdc5636365e753b9f7fad9c11dfe483272061700a905b3d65ac750 +size 452024