Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package paralleloverhead for 
openSUSE:Factory checked in at 2025-09-22 16:38:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paralleloverhead (Old)
 and      /work/SRC/openSUSE:Factory/.paralleloverhead.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paralleloverhead"

Mon Sep 22 16:38:49 2025 rev:3 rq:1306158 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/paralleloverhead/paralleloverhead.changes        
2025-04-23 15:19:21.150149129 +0200
+++ 
/work/SRC/openSUSE:Factory/.paralleloverhead.new.27445/paralleloverhead.changes 
    2025-09-22 16:39:09.792107185 +0200
@@ -1,0 +2,12 @@
+Sat Sep 13 17:52:32 UTC 2025 - Martin Hauke <[email protected]>
+
+- Update to version 1.1.4
+  This is a minor update of mostly technical changes.
+  * Set window icon.
+  * Add a missing SDL_FreeSurface().
+  * Try to use system PATH_MAX.
+  * Make the makefile more overridable.
+- Add patch:
+  * fix-gcc15.patch
+
+-------------------------------------------------------------------

Old:
----
  ParallelOverhead-1.1.3-source_with_built_assets.tar.gz

New:
----
  ParallelOverhead-1.1.4-source_with_built_assets.tar.gz
  fix-gcc15.patch

----------(New B)----------
  New:- Add patch:
  * fix-gcc15.patch
----------(New E)----------

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

Other differences:
------------------
++++++ paralleloverhead.spec ++++++
--- /var/tmp/diff_new_pack.cykKpD/_old  2025-09-22 16:39:10.728146570 +0200
+++ /var/tmp/diff_new_pack.cykKpD/_new  2025-09-22 16:39:10.728146570 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package paralleloverhead
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2025, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define realname ParallelOverhead
 Name:           paralleloverhead
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        An endless runner game
 License:        CC0-1.0 AND MIT
@@ -27,6 +27,7 @@
 URL:            https://huitsi.net/ParallelOverhead/
 #Git-Clone:     https://codeberg.org/Huitsi/ParallelOverhead.git
 Source:         
https://codeberg.org/Huitsi/ParallelOverhead/releases/download/%{version}/%{realname}-%{version}-source_with_built_assets.tar.gz
+Patch0:         fix-gcc15.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  help2man
 BuildRequires:  hicolor-icon-theme
@@ -42,7 +43,7 @@
 It's up to you to keep the ships from falling through the cracks!
 
 %prep
-%autosetup -n %{realname}-%{version}-source_with_built_assets/
+%autosetup -p1 -n %{realname}-%{version}-source_with_built_assets/
 
 %build
 %make_build CFLAGS="%{optflags}"

++++++ ParallelOverhead-1.1.3-source_with_built_assets.tar.gz -> 
ParallelOverhead-1.1.4-source_with_built_assets.tar.gz ++++++
/work/SRC/openSUSE:Factory/paralleloverhead/ParallelOverhead-1.1.3-source_with_built_assets.tar.gz
 
/work/SRC/openSUSE:Factory/.paralleloverhead.new.27445/ParallelOverhead-1.1.4-source_with_built_assets.tar.gz
 differ: char 5, line 1

++++++ fix-gcc15.patch ++++++
diff --git a/src/audio.h b/src/audio.h
index 3283051..6e092d4 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -2,7 +2,7 @@
  * SPDX-License-Identifier: MIT
  */
 
-void pause_music();
+void pause_music(char pause);
 void reset_music();
 void play_move_sound();
 void play_death_sound();

Reply via email to