Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package twind for openSUSE:Factory checked 
in at 2025-03-06 14:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/twind (Old)
 and      /work/SRC/openSUSE:Factory/.twind.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "twind"

Thu Mar  6 14:49:43 2025 rev:5 rq:1250589 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/twind/twind.changes      2024-03-07 
22:02:48.067616373 +0100
+++ /work/SRC/openSUSE:Factory/.twind.new.19136/twind.changes   2025-03-06 
14:50:45.378541376 +0100
@@ -1,0 +2,7 @@
+Fri Feb 28 09:33:14 UTC 2025 - pgaj...@suse.com
+
+- added patches
+  fix build with gcc15
+  + twind-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  twind-gcc15.patch

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

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

Other differences:
------------------
++++++ twind.spec ++++++
--- /var/tmp/diff_new_pack.TOWYyw/_old  2025-03-06 14:50:45.846561003 +0100
+++ /var/tmp/diff_new_pack.TOWYyw/_new  2025-03-06 14:50:45.846561003 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package twind
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,14 +20,16 @@
 Version:        1.1.0
 Release:        0
 Summary:        Match and remove all of the blocks before time runs out
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Amusements/Games/Arcade/LogicGame
-Url:            http://twind.sourceforge.net/
+URL:            http://twind.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}.sh
 Source2:        %{name}.desktop
 # PATCH-FIX-OPENSUSE - twind-1.1.0.twind.c.patch -- Correct bad code
 Patch0:         %{name}-1.1.0.twind.c.patch
+# fix build with gcc15
+Patch1:         twind-gcc15.patch
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++++++ twind-gcc15.patch ++++++
Index: twind.c
===================================================================
--- twind.c.orig
+++ twind.c
@@ -391,7 +391,7 @@ void display_menu(char *menu_items[][MAX
                     break;
                 /* Exit */
                 case 4:
-                    cleanup_and_exit(game);
+                    cleanup_and_exit();
                     break;
             }
             game.menu = menu;

Reply via email to