Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xtermset for openSUSE:Factory 
checked in at 2025-02-14 19:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xtermset (Old)
 and      /work/SRC/openSUSE:Factory/.xtermset.new.8181 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xtermset"

Fri Feb 14 19:19:28 2025 rev:23 rq:1245630 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xtermset/xtermset.changes        2024-02-22 
20:55:43.297052706 +0100
+++ /work/SRC/openSUSE:Factory/.xtermset.new.8181/xtermset.changes      
2025-02-14 19:19:29.759214319 +0100
@@ -1,0 +2,6 @@
+Thu Feb 13 11:35:18 UTC 2025 - [email protected]
+
+- build with gcc15
+  + xtermset-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  xtermset-gcc15.patch

BETA DEBUG BEGIN:
  New:- build with gcc15
  + xtermset-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ xtermset.spec ++++++
--- /var/tmp/diff_new_pack.UlzCWn/_old  2025-02-14 19:19:30.563247604 +0100
+++ /var/tmp/diff_new_pack.UlzCWn/_new  2025-02-14 19:19:30.563247604 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtermset
 #
-# Copyright (c) 2024 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
@@ -28,6 +28,7 @@
 Patch1:         %{name}-%{version}-strcat.patch
 Patch2:         %{name}-%{version}-dash.patch
 Patch3:         xtermset-automake-1.13.patch
+Patch4:         xtermset-gcc15.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -38,11 +39,7 @@
 you would give an xterm at startup.
 
 %prep
-%setup -q
-%patch -P 0
-%patch -P 1
-%patch -P 2
-%patch -P 3 -p1
+%autosetup -p0
 
 %build
 autoreconf -fiv

++++++ xtermset-automake-1.13.patch ++++++
--- /var/tmp/diff_new_pack.UlzCWn/_old  2025-02-14 19:19:30.595248928 +0100
+++ /var/tmp/diff_new_pack.UlzCWn/_new  2025-02-14 19:19:30.599249095 +0100
@@ -1,7 +1,5 @@
-Index: xtermset-0.5.2/configure.in
-===================================================================
---- xtermset-0.5.2.orig/configure.in
-+++ xtermset-0.5.2/configure.in
+--- configure.in
++++ configure.in
 @@ -9,7 +9,7 @@
  # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  

++++++ xtermset-gcc15.patch ++++++
--- src/xtermset.h      2025-02-13 12:16:09.334486415 +0100
+++ src/xtermset.h      2025-02-13 12:17:12.563464563 +0100
@@ -136,8 +136,8 @@ void term_loadall();
 void version();
 void usage();
 void gplinfo();
-int nextopt();
-void set_geom();
+int nextopt(char *arg, int *code_return);
+void set_geom(char *geometry);
 int is_good_term(); /* 1 if good terminal */
 FILE *open_rc_file(char *fn,char *mode);
 #endif /* __XTERMSET_H__ */

Reply via email to