Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package enchant for openSUSE:Factory checked in at 2021-03-24 16:09:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enchant (Old) and /work/SRC/openSUSE:Factory/.enchant.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enchant" Wed Mar 24 16:09:42 2021 rev:40 rq:879962 version:2.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/enchant/enchant.changes 2020-11-09 13:58:23.295836278 +0100 +++ /work/SRC/openSUSE:Factory/.enchant.new.2401/enchant.changes 2021-03-24 16:09:44.059736389 +0100 @@ -1,0 +2,26 @@ +Tue Mar 16 20:59:06 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- Update to version 2.2.15: + + Specify that nuspell >= 4.1.0 is required. + + Fix some space leaks in the tests. + + The nuspell backend is updated for newer versions. + + Make the enchant program output its version to standard output, + not standard error. This may help some programs that use this + output. + + Fix a bug in the Voikko and Zemberek back-ends that could cause + spell checking and suggestion to fail. + + Make enchant silently ignore -B flag, for better Emacs + compatibility. + + Make enchant_broker_list_dicts sort the tags, so that + enchant-lsmod???s output is sorted. + + Minor build system improvement: don???t use -D_FORTIFY_SOURCE, + which can cause problems on Windows, and should be configured + by the compiler vendor if desired. + + Fix Hunspell backend to treat apostrophes as Hunspell does: if + either straight or curly apostrophe is a word character, allow + both. + + Fix a couple of space leaks in the Nuspell back end. +- Drop Fix_back-ends_that_want_a_NUL-terminated_string.patch: fixed + upstream. + +------------------------------------------------------------------- Old: ---- Fix_back-ends_that_want_a_NUL-terminated_string.patch enchant-2.2.8.tar.gz New: ---- enchant-2.2.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enchant.spec ++++++ --- /var/tmp/diff_new_pack.1Y0BYN/_old 2021-03-24 16:09:44.483736834 +0100 +++ /var/tmp/diff_new_pack.1Y0BYN/_new 2021-03-24 16:09:44.487736838 +0100 @@ -1,7 +1,7 @@ # # spec file for package enchant # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,15 +22,13 @@ %bcond_with nuspell %endif Name: enchant -Version: 2.2.8 +Version: 2.2.15 Release: 0 Summary: Generic Spell Checking Library License: LGPL-2.1-or-later URL: https://abiword.github.io/enchant/ Source: https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf -# PATCH-FIX-UPSTREAM Fix_back-ends_that_want_a_NUL-terminated_string.patch bsc#1178489 -- fix voikko backend in eg gspell -Patch0: Fix_back-ends_that_want_a_NUL-terminated_string.patch BuildRequires: aspell-devel BuildRequires: dbus-1-glib-devel BuildRequires: gcc-c++ @@ -39,7 +37,7 @@ BuildRequires: libvoikko-devel %if %{with nuspell} BuildRequires: libboost_headers-devel -BuildRequires: nuspell-devel +BuildRequires: nuspell-devel >= 4.1.0 %endif %description @@ -129,7 +127,6 @@ %prep %setup -q -%patch0 -p1 %build %configure \ ++++++ enchant-2.2.8.tar.gz -> enchant-2.2.15.tar.gz ++++++ ++++ 16078 lines of diff (skipped)