Hello community, here is the log from the commit of package enchant for openSUSE:Factory checked in at 2020-04-18 00:28:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enchant (Old) and /work/SRC/openSUSE:Factory/.enchant.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enchant" Sat Apr 18 00:28:46 2020 rev:36 rq:794541 version:2.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/enchant/enchant.changes 2019-10-30 14:38:40.665598733 +0100 +++ /work/SRC/openSUSE:Factory/.enchant.new.2738/enchant.changes 2020-04-18 00:29:18.929913792 +0200 @@ -1,0 +2,5 @@ +Mon Apr 13 07:36:20 UTC 2020 - Yifan Jiang <[email protected]> + +- Enable aspell support on SLE to synchronize with Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enchant.spec ++++++ --- /var/tmp/diff_new_pack.UMIeCC/_old 2020-04-18 00:29:19.721915432 +0200 +++ /var/tmp/diff_new_pack.UMIeCC/_new 2020-04-18 00:29:19.721915432 +0200 @@ -1,7 +1,7 @@ # # spec file for package enchant # -# Copyright (c) 2019 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 @@ -25,9 +25,7 @@ URL: https://abiword.github.io/enchant/ Source: https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf -%if 0%{?is_opensuse} BuildRequires: aspell-devel -%endif BuildRequires: dbus-1-glib-devel BuildRequires: gcc-c++ BuildRequires: glib2-devel @@ -60,7 +58,6 @@ This package provides data/configuration files for libenchant. -%if 0%{?is_opensuse} %package -n enchant-2-backend-aspell Summary: Aspell backend for the Enchant spell checking library Group: Productivity/Text/Spell @@ -71,7 +68,6 @@ Aspell plugin for enchant, a library providing an efficient extensible abstraction for dealing with different spell checking libraries. -%endif %package -n enchant-2-backend-hunspell Summary: Hunspell backend for the Enchant spell checking library @@ -123,12 +119,8 @@ %build %configure \ -%if 0%{?is_opensuse} --disable-static \ --with-aspell -%else - --disable-static -%endif make %{?_smp_mflags} %install @@ -150,11 +142,9 @@ %{_libdir}/*.so.* %dir %{_libdir}/enchant-2 -%if 0%{?is_opensuse} %files -n enchant-2-backend-aspell %dir %{_libdir}/enchant-2 %{_libdir}/enchant-2/enchant_aspell.so -%endif %files -n enchant-2-backend-hunspell %dir %{_libdir}/enchant-2
