Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gf2x for openSUSE:Factory checked in 
at 2024-08-22 18:13:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gf2x (Old)
 and      /work/SRC/openSUSE:Factory/.gf2x.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gf2x"

Thu Aug 22 18:13:36 2024 rev:11 rq:1195192 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gf2x/gf2x.changes        2020-12-28 
10:31:17.209802536 +0100
+++ /work/SRC/openSUSE:Factory/.gf2x.new.2698/gf2x.changes      2024-08-22 
18:13:56.515335054 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 21:12:29 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Add gcc14.patch
+
+-------------------------------------------------------------------

New:
----
  gcc14.patch

BETA DEBUG BEGIN:
  New:
- Add gcc14.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ gf2x.spec ++++++
--- /var/tmp/diff_new_pack.b2nsHT/_old  2024-08-22 18:13:56.991354852 +0200
+++ /var/tmp/diff_new_pack.b2nsHT/_new  2024-08-22 18:13:56.995355019 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gf2x
 #
-# Copyright (c) 2020 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
@@ -25,6 +25,7 @@
 Group:          Productivity/Scientific/Math
 URL:            https://gitlab.inria.fr/gf2x/gf2x
 Source:         
https://gitlab.inria.fr/gf2x/gf2x/uploads/c46b1047ba841c20d1225ae73ad6e4cd/gf2x-1.3.0.tar.gz
+Patch1:         gcc14.patch
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkg-config

++++++ gcc14.patch ++++++
>From a2f0fd388c12ca0b9f4525c6cfbc515418dcbaf8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emmanuel=20Thom=C3=A9?= <emmanuel.th...@inria.fr>
Date: Thu, 17 Sep 2020 23:40:54 +0200
Subject: [PATCH] fix #include in configure test

See there: https://trac.sagemath.org/ticket/30494
---
 config/acinclude.m4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/acinclude.m4 b/config/acinclude.m4
index 53faf0b..07c1384 100644
--- a/config/acinclude.m4
+++ b/config/acinclude.m4
@@ -661,6 +661,7 @@ AC_DEFUN([GF2X_PROG_CC_FOR_BUILD_WORKS],
 # remove anything that might look like compiler output to our "||" expression
 rm -f conftest* a.out b.out a.exe a_out.exe
 cat >conftest.c <<EOF
+#include <stdlib.h>
 int
 main ()
 {
@@ -699,6 +700,7 @@ AC_DEFUN([GF2X_PROG_EXEEXT_FOR_BUILD],
 AC_CACHE_CHECK([for build system executable suffix],
                gf2x_cv_prog_exeext_for_build,
 [cat >conftest.c <<EOF
+#include <stdlib.h>
 int
 main ()
 {
-- 
2.46.0

Reply via email to