Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package benzene for openSUSE:Factory checked in at 2025-04-16 20:39:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/benzene (Old) and /work/SRC/openSUSE:Factory/.benzene.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "benzene" Wed Apr 16 20:39:32 2025 rev:2 rq:1269622 version:20130630 Changes: -------- --- /work/SRC/openSUSE:Factory/benzene/benzene.changes 2020-09-25 16:35:00.128075051 +0200 +++ /work/SRC/openSUSE:Factory/.benzene.new.30101/benzene.changes 2025-04-20 19:50:16.580648409 +0200 @@ -1,0 +2,7 @@ +Tue Apr 15 12:14:00 UTC 2025 - pgaj...@suse.com + +- added patches + fix build with gcc15 + + benzene-gcc15.patch + +------------------------------------------------------------------- New: ---- benzene-gcc15.patch BETA DEBUG BEGIN: New: fix build with gcc15 + benzene-gcc15.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ benzene.spec ++++++ --- /var/tmp/diff_new_pack.AqYkjD/_old 2025-04-20 19:50:17.204674379 +0200 +++ /var/tmp/diff_new_pack.AqYkjD/_new 2025-04-20 19:50:17.204674379 +0200 @@ -1,7 +1,7 @@ # # spec file for package benzene # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: Productivity/Scientific/Math URL: https://github.com/sagemath/sage/tree/develop/build/pkgs/benzene Source: https://mirrors.mit.edu/sage/spkg/upstream/benzene/%name-%version.tar.bz2 +# fix build with gcc15 +Patch0: benzene-gcc15.patch BuildRequires: gmp-devel >= 4.3.2 %description ++++++ benzene-gcc15.patch ++++++ Index: src/benzene.c =================================================================== --- src.orig/benzene.c +++ src/benzene.c @@ -238,7 +238,9 @@ int jump[MAXNV]; /* How many edges are B int jumpname[MAXNV]; /* What is the name of the vertex at the end of that edge ? */ -static int canon(); +static int +canon(int colour_prev[], EDGE *can_numberings[][MAXE], + int *num_can_numberings, int *num_can_numberings_or_pres); static int markvalue_v = 30000;