Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xcolors for openSUSE:Factory checked 
in at 2024-12-03 20:46:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xcolors (Old)
 and      /work/SRC/openSUSE:Factory/.xcolors.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xcolors"

Tue Dec  3 20:46:59 2024 rev:21 rq:1227922 version:91.10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xcolors/xcolors.changes  2021-02-09 
21:17:16.322842705 +0100
+++ /work/SRC/openSUSE:Factory/.xcolors.new.28523/xcolors.changes       
2024-12-03 20:48:14.309623553 +0100
@@ -1,0 +2,5 @@
+Mon Dec  2 16:06:52 UTC 2024 - Friedrich Haubensak <[email protected]>
+
+- add xcolors-gcc14.patch to fix gcc14 compile time error
+
+-------------------------------------------------------------------

New:
----
  xcolors-gcc14.patch

BETA DEBUG BEGIN:
  New:
- add xcolors-gcc14.patch to fix gcc14 compile time error
BETA DEBUG END:

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

Other differences:
------------------
++++++ xcolors.spec ++++++
--- /var/tmp/diff_new_pack.fQQJQ4/_old  2024-12-03 20:48:14.789643629 +0100
+++ /var/tmp/diff_new_pack.fQQJQ4/_new  2024-12-03 20:48:14.789643629 +0100
@@ -31,6 +31,7 @@
 Source:         xcolors-04oct91.tar.bz2
 Patch0:         xcolors-04oct91.patch
 Patch1:         xcolors-04oct91-xorg7_rgbtxt.patch
+Patch2:         xcolors-gcc14.patch
 BuildRequires:  imake
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)

++++++ xcolors-gcc14.patch ++++++
--- xcolors.c   2024-12-02 16:46:29.511789914 +0100
+++ xcolors.c   2024-12-02 16:58:30.288353436 +0100
@@ -32,6 +32,10 @@
 #define RGB_TXT "/usr/share/X11/rgb.txt"
 #endif
 
+/* forward declarations to silence gcc14 */
+void colordemo( Widget parent, char *startcolor, XColor nearcolor, int 
maxdist);
+int l_strcasecmp(char *s1, char *s2);
+
 String fallback_resources[] = {
     "*Label.Font: 5x7",
     "*panes.Width: 985",

Reply via email to