Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xcolors for openSUSE:Factory checked 
in at 2025-02-17 20:58:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcolors (Old)
 and      /work/SRC/openSUSE:Factory/.xcolors.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcolors"

Mon Feb 17 20:58:00 2025 rev:22 rq:1246443 version:91.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcolors/xcolors.changes  2024-12-03 
20:48:14.309623553 +0100
+++ /work/SRC/openSUSE:Factory/.xcolors.new.8181/xcolors.changes        
2025-02-17 20:58:27.338302826 +0100
@@ -1,0 +2,7 @@
+Fri Feb 14 11:33:09 UTC 2025 - [email protected]
+
+- added patches
+  fix fix build with gcc 15
+  + xcolors-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  xcolors-gcc15.patch

BETA DEBUG BEGIN:
  New:  fix fix build with gcc 15
  + xcolors-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ xcolors.spec ++++++
--- /var/tmp/diff_new_pack.fnAyms/_old  2025-02-17 20:58:28.666358207 +0100
+++ /var/tmp/diff_new_pack.fnAyms/_new  2025-02-17 20:58:28.666358207 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xcolors
 #
-# Copyright (c) 2021 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
@@ -32,6 +32,8 @@
 Patch0:         xcolors-04oct91.patch
 Patch1:         xcolors-04oct91-xorg7_rgbtxt.patch
 Patch2:         xcolors-gcc14.patch
+# fix build with gcc 15
+Patch3:         xcolors-gcc15.patch
 BuildRequires:  imake
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)

++++++ xcolors-gcc15.patch ++++++
--- xcolors.c.orig      2025-02-14 11:31:23.614430920 +0000
+++ xcolors.c   2025-02-14 11:28:01.022687819 +0000
@@ -282,7 +282,7 @@ colordemo(parent, startcolor, nearcolor,
     char colorname[50], save_colorname[50];
     char temp_buffer[255];
     FILE *rgb;
-    Bool do_color();
+    Bool do_color(Widget, char *);
     double ddist = maxdist;
     
     rgb = fopen(opts.rgb_file, "r");

Reply via email to