Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opensurge for openSUSE:Factory 
checked in at 2024-06-07 15:04:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensurge (Old)
 and      /work/SRC/openSUSE:Factory/.opensurge.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensurge"

Fri Jun  7 15:04:06 2024 rev:7 rq:1179049 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensurge/opensurge.changes      2022-11-09 
12:58:27.864695971 +0100
+++ /work/SRC/openSUSE:Factory/.opensurge.new.24587/opensurge.changes   
2024-06-07 15:04:34.566416109 +0200
@@ -1,0 +2,32 @@
+Sun May 19 10:25:41 UTC 2024 - Carsten Ziepke <kiel...@gmail.com>
+
+- Update to version 0.6.1
+  * Partial rewrite of the engine. Made the engine mobile-ready
+    with a massive performance update covering many areas:
+    rendering, scripting, collision detection, entity and brick
+    systems, loading times, and more!
+  * Improved the physics system. Made it faster and more robust
+  * Introduced the mobile mode and the mobile level editor
+  * Introduced the MOD loader and its compatibility mode
+  * Introduced the Import Utility for upgrading MODs
+  * Introduced support for Player 2 & AI-controlled characters
+  * Introduced player transformations and numerous player flags
+  * Introduced keyframe-based animations and custom sprite
+    properties
+  * Introduced wavy water effects and internal support for shaders
+  * Introduced a new Pause Menu
+  * Introduced a new Options Screen
+  * Added support for various special characters in bitmap fonts
+  * Made numerous additions to the SurgeScript API
+  * Updated several SurgeScript objects. Introduced new items and
+    new components
+  * Reimplemented nanoparser, the asset system, the animation
+    system, the entity system, the brick system, the particle
+    system, the level height sampler, and more
+- Run spec-cleaner
+- Use gcc11 for openSUSE Leap
+- Update BuildRequires pkgconfig(allegro_color-5),
+  pkgconfig(allegro_main-5), pkgconfig(allegro_physfs-5) and
+  pkgconfig(physfs)
+
+-------------------------------------------------------------------

Old:
----
  opensurge-0.6.0.3.tar.gz

New:
----
  opensurge-0.6.1.tar.gz

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

Other differences:
------------------
++++++ opensurge.spec ++++++
--- /var/tmp/diff_new_pack.HyRlOX/_old  2024-06-07 15:04:36.458485035 +0200
+++ /var/tmp/diff_new_pack.HyRlOX/_new  2024-06-07 15:04:36.458485035 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opensurge
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           opensurge
-Version:        0.6.0.3
+Version:        0.6.1
 Release:        0
 Summary:        Game based on Sonic the Hedgehog Universe
 License:        Apache-2.0 AND GPL-3.0-or-later AND LGPL-2.1-or-later AND 
CC-BY-3.0 AND OFL-1.1 AND MIT
@@ -27,23 +27,28 @@
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-%if 0%{?suse_version} <= 1500
-BuildRequires:  gcc10-c++
-%else
-BuildRequires:  gcc-c++
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(OpenAL)
 BuildRequires:  pkgconfig(allegro-5)
 BuildRequires:  pkgconfig(allegro_acodec-5)
 BuildRequires:  pkgconfig(allegro_audio-5)
+BuildRequires:  pkgconfig(allegro_color-5)
 BuildRequires:  pkgconfig(allegro_dialog-5)
 BuildRequires:  pkgconfig(allegro_font-5)
 BuildRequires:  pkgconfig(allegro_image-5)
+BuildRequires:  pkgconfig(allegro_main-5)
 BuildRequires:  pkgconfig(allegro_memfile-5)
 BuildRequires:  pkgconfig(allegro_primitives-5)
+BuildRequires:  pkgconfig(allegro_physfs-5)
 BuildRequires:  pkgconfig(allegro_ttf-5)
+BuildRequires:  pkgconfig(physfs)
 BuildRequires:  pkgconfig(surgescript) >= 0.5.6
+%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+BuildRequires:  gcc11-c++
+%else
+BuildRequires:  gcc-c++
+%endif
 
 %description
 Open Surge is a retro-style 2D sidescroller inspired by old-school
@@ -54,9 +59,9 @@
 %autosetup
 
 %build
-%if 0%{?suse_version} <= 1500
-export CC=gcc-10
-export CXX=g++-10
+%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
+export CC=gcc-11
+export CXX=g++-11
 %endif
 
 %cmake \

++++++ opensurge-0.6.0.3.tar.gz -> opensurge-0.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/opensurge/opensurge-0.6.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.opensurge.new.24587/opensurge-0.6.1.tar.gz differ: 
char 12, line 1

Reply via email to