Hello community,

here is the log from the commit of package RigelEngine for openSUSE:Factory 
checked in at 2020-09-07 21:36:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/RigelEngine (Old)
 and      /work/SRC/openSUSE:Factory/.RigelEngine.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "RigelEngine"

Mon Sep  7 21:36:09 2020 rev:4 rq:832729 version:0.6.2beta

Changes:
--------
--- /work/SRC/openSUSE:Factory/RigelEngine/RigelEngine.changes  2020-09-01 
20:09:47.868660588 +0200
+++ /work/SRC/openSUSE:Factory/.RigelEngine.new.3399/RigelEngine.changes        
2020-09-07 21:36:34.745414756 +0200
@@ -1,0 +2,28 @@
+Sat Sep  5 18:49:23 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 0.6.2
+  General improvements
+  * More robust sound format handling, fixing issues on some
+    platforms where the audio device does not support 16-bit signed
+    integer PCM output (e.g. web browsers)
+  * It's now possible to navigate the options menu using a keyboard
+  Gamepad support improvements
+  * All menus, including the options menu, can now be navigated via
+    gamepad.
+  * The highscore name entry screen can now be exited using a
+    gamepad.
+  * When in-game, the "start" button on a gamepad now brings up a
+    pause menu, allowing saving, loading, modifying options etc.
+    without needing a keyboard.
+  * When saving the game using a gamepad, a name is automatically
+    generated for the saved game to avoid the need for a keyboard.
+    The name contains episode, level, and difficulty.
+  Bug fixes
+  * When dying in a boss level after activating the boss, the music
+    was not reset back to the pre-boss music.
+  * The hint machine could be activated even without having the
+    hint globe (by pressing up)
+- Drop patch:
+  * rigelengine-fix-nlohmann-json-hpp.patch (included upstream)
+
+-------------------------------------------------------------------

Old:
----
  RigelEngine-0.6.1beta.tar.xz
  rigelengine-fix-nlohmann-json-hpp.patch

New:
----
  RigelEngine-0.6.2beta.tar.xz

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

Other differences:
------------------
++++++ RigelEngine.spec ++++++
--- /var/tmp/diff_new_pack.1pzc8h/_old  2020-09-07 21:36:40.169417269 +0200
+++ /var/tmp/diff_new_pack.1pzc8h/_new  2020-09-07 21:36:40.173417270 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define realver 0.6.1-beta
+%define realver 0.6.2-beta
 Name:           RigelEngine
-Version:        0.6.1beta
+Version:        0.6.2beta
 Release:        0
 Summary:        A modern reimplementation of the game Duke Nukem II
 License:        GPL-2.0-only
@@ -27,8 +27,6 @@
 URL:            https://github.com/lethal-guitar/RigelEngine
 Source:         %{name}-%{version}.tar.xz
 Patch0:         RigelEngine-fix-build.patch
-# PATCH-FIX-UPSTREAM - https://github.com/lethal-guitar/RigelEngine/issues/586
-Patch1:         rigelengine-fix-nlohmann-json-hpp.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 3.12
 %if 0%{?sle_version} >= 150100 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
@@ -52,9 +50,6 @@
 %prep
 %setup -q
 %patch0 -p1
-pushd 3rd_party/nlohmann
-%patch1 -p2
-popd
 
 %build
 %if 0%{?sle_version} >= 150100 && 0%{?is_opensuse} 

++++++ RigelEngine-0.6.1beta.tar.xz -> RigelEngine-0.6.2beta.tar.xz ++++++
++++ 5662 lines of diff (skipped)

++++++ RigelEngine-fix-build.patch ++++++
--- /var/tmp/diff_new_pack.1pzc8h/_old  2020-09-07 21:36:41.281417784 +0200
+++ /var/tmp/diff_new_pack.1pzc8h/_new  2020-09-07 21:36:41.285417786 +0200
@@ -1,13 +1,13 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index f51c705..d081e3d 100644
+index 61148f9..8a5dcce 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -22,7 +22,7 @@ option(WARNINGS_AS_ERRORS "Treat compiler warnings as 
errors" ON)
- 
- set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
"${CMAKE_SOURCE_DIR}/cmake/Modules/")
- 
--set(Boost_USE_STATIC_LIBS ON)
-+#set(Boost_USE_STATIC_LIBS ON)
- find_package(Boost 1.65 COMPONENTS program_options REQUIRED)
- find_package(SDL2 REQUIRED)
- find_package(SDL2_mixer REQUIRED)
+@@ -61,7 +61,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Emscripten")
+         "SHELL:-s USE_BOOST_HEADERS=1"
+     )
+ else()
+-    set(Boost_USE_STATIC_LIBS ON)
++    #set(Boost_USE_STATIC_LIBS ON)
+     find_package(Boost 1.65 COMPONENTS program_options REQUIRED)
+     find_package(SDL2 REQUIRED)
+     find_package(SDL2_mixer REQUIRED)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1pzc8h/_old  2020-09-07 21:36:41.313417799 +0200
+++ /var/tmp/diff_new_pack.1pzc8h/_new  2020-09-07 21:36:41.313417799 +0200
@@ -2,8 +2,8 @@
         <service name="tar_scm" mode="disabled">
                 <param name="scm">git</param>
                 <param 
name="url">https://github.com/lethal-guitar/RigelEngine.git</param>
-                <param name="revision">v0.6.1-beta</param>
-                <param name="versionformat">v0.6.1-beta</param>
+                <param name="revision">v0.6.2-beta</param>
+                <param name="versionformat">v0.6.2-beta</param>
                <param name="versionrewrite-pattern">v(.*)</param>
         </service>
         <service name="recompress" mode="disabled">


Reply via email to