Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package enchant for openSUSE:Factory checked 
in at 2023-02-28 12:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enchant (Old)
 and      /work/SRC/openSUSE:Factory/.enchant.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enchant"

Tue Feb 28 12:47:55 2023 rev:42 rq:1067820 version:2.2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/enchant/enchant.changes  2022-01-09 
22:50:06.671280677 +0100
+++ /work/SRC/openSUSE:Factory/.enchant.new.31432/enchant.changes       
2023-02-28 12:48:12.768313085 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 12:40:55 UTC 2023 - pgaj...@suse.com
+
+- Use %bcond_without aspell, ref ALP push for as few mandatory
+  dependencies as possible/ability to turn off dependencies.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ enchant.spec ++++++
--- /var/tmp/diff_new_pack.iky8I2/_old  2023-02-28 12:48:13.224316048 +0100
+++ /var/tmp/diff_new_pack.iky8I2/_new  2023-02-28 12:48:13.228316073 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enchant
 #
-# 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
@@ -21,6 +21,8 @@
 %else
 %bcond_with nuspell
 %endif
+%bcond_without aspell
+
 Name:           enchant
 Version:        2.2.15
 Release:        0
@@ -29,7 +31,9 @@
 URL:            https://abiword.github.io/enchant/
 Source:         
https://github.com/AbiWord/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
+%if %{with aspell}
 BuildRequires:  aspell-devel
+%endif
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
@@ -64,6 +68,7 @@
 
 This package provides data/configuration files for libenchant.
 
+%if %{with aspell}
 %package -n enchant-2-backend-aspell
 Summary:        Aspell backend for the Enchant spell checking library
 Supplements:    packageand(libenchant-2-2:%(rpm -q --qf "%%{name}" -f 
$(readlink -f %{_libdir}/libaspell.so)))
@@ -73,6 +78,7 @@
 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
@@ -130,8 +136,10 @@
 
 %build
 %configure \
-    --disable-static \
-    --with-aspell
+%if %{with aspell}
+    --with-aspell \
+%endif
+    --disable-static
 %make_build
 
 %install
@@ -153,9 +161,11 @@
 %{_libdir}/*.so.*
 %dir %{_libdir}/enchant-2
 
+%if %{with aspell}
 %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

Reply via email to