From b11ef8f763c7973eed6ffd5291968fa77f33c23d5fc4df2aa2c2651a182f31e8 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 9 Jan 2023 08:24:44 +0000 Subject: [PATCH] Accepting request 1056911 from home:dirkmueller:Factory - update to 1.7.2: * Crash fixes, code clean-up in ~200 commits * tdf#136306 don't accept/suggest typos as 3-or-more-word compound words * Prepare optional spelling mode of LibreOffice to not accept/suggest not dictionary-based words as compound words * Merge in weblate translations OBS-URL: https://build.opensuse.org/request/show/1056911 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hunspell?expand=0&rev=72 --- hunspell-1.7.1.tar.gz | 3 --- hunspell-1.7.2.tar.gz | 3 +++ hunspell.changes | 10 ++++++++++ hunspell.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 hunspell-1.7.1.tar.gz create mode 100644 hunspell-1.7.2.tar.gz diff --git a/hunspell-1.7.1.tar.gz b/hunspell-1.7.1.tar.gz deleted file mode 100644 index 0833f63..0000000 --- a/hunspell-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3557624c608b3e6525b8bd277706db4f5a857c28fdb3cfa8d0d2b67776da8a -size 526464 diff --git a/hunspell-1.7.2.tar.gz b/hunspell-1.7.2.tar.gz new file mode 100644 index 0000000..b326feb --- /dev/null +++ b/hunspell-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fa312d3586c988789266eaf7ffc9861d9f6396c31fc930a014d551b59bbd6e +size 981394 diff --git a/hunspell.changes b/hunspell.changes index 24ce6b4..d46ed18 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 8 17:48:28 UTC 2023 - Dirk Müller + +- update to 1.7.2: + * Crash fixes, code clean-up in ~200 commits + * tdf#136306 don't accept/suggest typos as 3-or-more-word compound words + * Prepare optional spelling mode of LibreOffice to not accept/suggest not + dictionary-based words as compound words + * Merge in weblate translations + ------------------------------------------------------------------- Mon Sep 12 19:04:24 UTC 2022 - Dirk Müller diff --git a/hunspell.spec b/hunspell.spec index 7cfdcf2..d148ce5 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,7 +1,7 @@ # # spec file for package hunspell # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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.7 %define libname lib%{name}-1_7-0 Name: hunspell -Version: 1.7.1 +Version: 1.7.2 Release: 0 Summary: A spell checker and morphological analyzer library License: (GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1+) AND LGPL-2.1-or-later