Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package enchant-1 for openSUSE:Factory checked in at 2024-07-10 16:48:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enchant-1 (Old) and /work/SRC/openSUSE:Factory/.enchant-1.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "enchant-1" Wed Jul 10 16:48:04 2024 rev:8 rq:1186463 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/enchant-1/enchant-1.changes 2023-11-29 21:19:21.726143548 +0100 +++ /work/SRC/openSUSE:Factory/.enchant-1.new.2080/enchant-1.changes 2024-07-10 16:48:13.212764375 +0200 @@ -1,0 +2,6 @@ +Mon Jul 8 14:47:39 UTC 2024 - Martin Jambor <[email protected]> + +- Add -fpermissive to optflags to work around C99 violations which + are errors by default with GCC 14. [boo#1221684] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enchant-1.spec ++++++ --- /var/tmp/diff_new_pack.e99cNR/_old 2024-07-10 16:48:13.620779356 +0200 +++ /var/tmp/diff_new_pack.e99cNR/_new 2024-07-10 16:48:13.624779503 +0200 @@ -1,7 +1,7 @@ # # spec file for package enchant-1 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -138,6 +138,10 @@ %autosetup -p1 -n %{_name}-%{version} %build + +# Work-around boo#1221684 +%global optflags %{optflags} -fpermissive + %configure --with-pic \ --disable-static \ --enable-zemberek \
