Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alpine for openSUSE:Factory checked in at 2024-05-29 19:35:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alpine (Old) and /work/SRC/openSUSE:Factory/.alpine.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alpine" Wed May 29 19:35:41 2024 rev:59 rq:1177359 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/alpine/alpine.changes 2024-02-21 17:56:01.810465376 +0100 +++ /work/SRC/openSUSE:Factory/.alpine.new.24587/alpine.changes 2024-05-29 19:35:58.340750351 +0200 @@ -1,0 +2,5 @@ +Tue May 21 13:25:15 UTC 2024 - Reinhard Max <m...@suse.com> + +- boo#1224533: Add alpine-qsort.patch to fix build with gcc 14. + +------------------------------------------------------------------- New: ---- alpine-qsort.patch BETA DEBUG BEGIN: New: - boo#1224533: Add alpine-qsort.patch to fix build with gcc 14. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alpine.spec ++++++ --- /var/tmp/diff_new_pack.v4CRS8/_old 2024-05-29 19:35:59.516792944 +0200 +++ /var/tmp/diff_new_pack.v4CRS8/_new 2024-05-29 19:35:59.520793088 +0200 @@ -1,7 +1,7 @@ # # spec file for package alpine # -# Copyright (c) 2022 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 @@ -44,6 +44,7 @@ Patch20: pine-expression-warnings.diff Patch60: signal-and-panic-improvements.diff Patch61: return-values.diff +Patch62: alpine-qsort.patch # # Eduardo Chappa's patches. # http://patches.freeiz.com/alpine/ @@ -147,6 +148,7 @@ %patch -P 20 -p1 %patch -P 60 -p1 %patch -P 61 -p1 +%patch -P 62 %endif %build ++++++ alpine-qsort.patch ++++++ --- configure.ac.orig +++ configure.ac @@ -1964,7 +1964,7 @@ ac_cv_func_qsort_argtype, #endif extern void *base; -extern sortf(const void *, const void *); +extern int sortf(const void *, const void *); int sortf(a, b) const void *a; const void *b; { return 0; }