Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gputils for openSUSE:Factory checked 
in at 2025-05-08 18:22:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gputils (Old)
 and      /work/SRC/openSUSE:Factory/.gputils.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gputils"

Thu May  8 18:22:11 2025 rev:9 rq:1275329 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gputils/gputils.changes  2024-02-28 
19:48:17.000347851 +0100
+++ /work/SRC/openSUSE:Factory/.gputils.new.30101/gputils.changes       
2025-05-08 18:24:48.820062557 +0200
@@ -1,0 +2,7 @@
+Wed May  7 06:54:12 UTC 2025 - pgaj...@suse.com
+
+- added patches
+  https://sourceforge.net/p/gputils/bugs/329/
+  + gputils-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  gputils-gcc15.patch

BETA DEBUG BEGIN:
  New:  https://sourceforge.net/p/gputils/bugs/329/
  + gputils-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ gputils.spec ++++++
--- /var/tmp/diff_new_pack.377hxv/_old  2025-05-08 18:24:49.280081746 +0200
+++ /var/tmp/diff_new_pack.377hxv/_new  2025-05-08 18:24:49.280081746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gputils
 #
-# Copyright (c) 2022 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
@@ -26,6 +26,8 @@
 Source:         
https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gputils-no-build-time.patch -- fix W: 
file-contains-current-date
 Patch1:         gputils-no-build-time.patch
+# https://sourceforge.net/p/gputils/bugs/329/
+Patch2:         gputils-gcc15.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex

++++++ gputils-gcc15.patch ++++++
diff -upr gputils-1.5.2.orig/libgputils/gpcoffgen.h 
gputils-1.5.2/libgputils/gpcoffgen.h
--- gputils-1.5.2.orig/libgputils/gpcoffgen.h   2025-05-07 06:36:26.569734412 
+0000
+++ gputils-1.5.2/libgputils/gpcoffgen.h        2025-05-07 06:46:37.858716071 
+0000
@@ -88,7 +88,7 @@ extern gp_reloc_t *gp_coffgen_add_reloc(
 #define RELOC_DISABLE_WARN              (1 << 0)
 #define RELOC_ENABLE_CINIT_WARN         (1 << 1)
 
-extern void gp_coffgen_check_relocations(const gp_object_t *Object, unsigned 
int Behavior);
+extern void gp_coffgen_check_relocations(const gp_object_t *Object, gp_boolean 
Behavior);
 
 extern gp_boolean gp_coffgen_del_reloc(gp_section_t *Section, gp_reloc_t 
*Relocation);
 extern const char *gp_coffgen_reloc_type_to_str(uint16_t Type);
diff -upr gputils-1.5.2.orig/libgputils/gptypes.h 
gputils-1.5.2/libgputils/gptypes.h
--- gputils-1.5.2.orig/libgputils/gptypes.h     2025-05-07 06:36:26.564625043 
+0000
+++ gputils-1.5.2/libgputils/gptypes.h  2025-05-07 06:39:03.405350007 +0000
@@ -26,10 +26,14 @@ Boston, MA 02111-1307, USA.  */
 
 #include "stdhdr.h"
 
+#if __STDC_VERSION__ < 202311L
 typedef enum {
   false = (0 == 1),
   true  = (0 == 0)
 } gp_boolean;
+#else
+typedef bool gp_boolean;
+#endif
 
 typedef long    gp_symvalue_t;
 

Reply via email to