Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emacs-libgit2 for openSUSE:Factory checked in at 2024-08-17 12:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs-libgit2 (Old) and /work/SRC/openSUSE:Factory/.emacs-libgit2.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "emacs-libgit2" Sat Aug 17 12:41:13 2024 rev:4 rq:1194309 version:471.373defa Changes: -------- --- /work/SRC/openSUSE:Factory/emacs-libgit2/emacs-libgit2.changes 2024-03-28 14:26:01.623326367 +0100 +++ /work/SRC/openSUSE:Factory/.emacs-libgit2.new.2698/emacs-libgit2.changes 2024-08-17 12:41:31.044192865 +0200 @@ -1,0 +2,6 @@ +Fri Aug 16 12:46:52 UTC 2024 - Martin Jambor <mjambor@suse.com> + +- Add -Wno-error=incompatible-pointer-types to optflags to work around + C99 violations that prevent building with GCC 14. [boo#1229236] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs-libgit2.spec ++++++ --- /var/tmp/diff_new_pack.3ZRNXY/_old 2024-08-17 12:41:31.592215654 +0200 +++ /var/tmp/diff_new_pack.3ZRNXY/_new 2024-08-17 12:41:31.596215819 +0200 @@ -40,6 +40,8 @@ %autosetup -p1 -n libegit2-%{version} %build +# Work around boo#1229236 and a C99 violation that prevents building with GCC 14 +%global optflags %{optflags} -Wno-error=incompatible-pointer-types %cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_SYSTEM_LIBGIT2=ON %cmake_build