Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rocksndiamonds for openSUSE:Factory 
checked in at 2023-01-25 17:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rocksndiamonds (Old)
 and      /work/SRC/openSUSE:Factory/.rocksndiamonds.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rocksndiamonds"

Wed Jan 25 17:44:10 2023 rev:37 rq:1060856 version:4.3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rocksndiamonds/rocksndiamonds.changes    
2022-05-19 22:50:22.598416145 +0200
+++ /work/SRC/openSUSE:Factory/.rocksndiamonds.new.32243/rocksndiamonds.changes 
2023-01-25 17:59:18.777232665 +0100
@@ -1,0 +2,41 @@
+Tue Jan 24 06:26:44 UTC 2023 - Carsten Ziepke <kiel...@gmail.com>
+
+- Update to version 4.3.4.0:
+  * added optional main menu button to directly show level set info
+  * added new, topic-related headlines for info screens
+  * added support for separate sound and music for info sub-screens
+  * added third tutorial level set “ncrtorial” by ncrecc
+  * improved some game element graphics in the level editor
+  * fixed some bugs
+- Changes in version 4.3.30:
+  * added showing score even if not added to local score file
+  * added CSS to fill browser window for Emscripten (browser) platform
+  * added support for “Home” and “End” keys to text gadgets
+  * added using setup option for displaying overlay touch buttons
+  * added level info config option to disable time limit for all levels
+  * added asking for uploading remaining tapes when enabling score server
+  * added alpha channel for anti-aliasing to element collecting image
+  * added command line option to select display to open program window on
+  * added resizing window instead of recreating it on window size changes
+  * added new animation mode “.global_anim_sync” for game element graphics
+  * added support for custom graphics for many elements of MM game engine
+  * added project files for Windows and Mac platforms
+  * added quality improved sound and music samples
+  * added support for multiple pages (files) for level set info
+  * added drawing sparkles when laser hits mirrors for MM engine
+  * added pausing tape after replaying not only for warp mode
+  * added setup option to continue recording after replaying tape
+  * fixed bug with leaving scores screen on Android platform
+  * fixed continuing from hall of fame after playing on Android platform
+  * fixed bug with broken text area content when editing envelope text
+  * fixed synchronization problem when configuring game controller
+  * fixed synchronization problem when configuring keyboard
+  * fixed bug when using different normal and deadly shield time
+  * fixed crash bugs when accessing invalid data in broken level files
+  * fixed code issues found by Cppcheck (static C/C++ code analysis tool)
+  * fixed code issues found by Clang with option “-fsanitize=undefined”
+  * fixed code issues found by GCC with option “-Wextra”
+  * fixed some bugs with tape handling
+* Rebase rocksndiamonds-src_libgame_setup.c-CVE-2011-4606.patch
+
+-------------------------------------------------------------------

Old:
----
  rocksndiamonds-4.3.2.1.tar.gz

New:
----
  rocksndiamonds-4.3.4.0-linux.tar.gz

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

Other differences:
------------------
++++++ rocksndiamonds.spec ++++++
--- /var/tmp/diff_new_pack.eNkNZC/_old  2023-01-25 17:59:19.249235188 +0100
+++ /var/tmp/diff_new_pack.eNkNZC/_new  2023-01-25 17:59:19.253235208 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rocksndiamonds
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           rocksndiamonds
-Version:        4.3.2.1
+Version:        4.3.4.0
 Release:        0
 Summary:        Colorful Boulderdash'n'Emerald Mine'n'Sokoban'n'Stuff
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/Action/Arcade
 URL:            https://www.artsoft.org/rocksndiamonds/
-Source0:        
https://www.artsoft.org/RELEASES/unix/%{name}/%{name}-%{version}.tar.gz
+Source0:        
https://www.artsoft.org/RELEASES/linux/%{name}/%{name}-%{version}-linux.tar.gz
 Source1:        %{name}-icons.tar
 Source2:        %{name}.desktop
 # PATCH-FIX-UPSTREAM Permissions

++++++ rocksndiamonds-src_libgame_setup.c-CVE-2011-4606.patch ++++++
--- /var/tmp/diff_new_pack.eNkNZC/_old  2023-01-25 17:59:19.277235337 +0100
+++ /var/tmp/diff_new_pack.eNkNZC/_new  2023-01-25 17:59:19.281235358 +0100
@@ -1,7 +1,7 @@
-diff -Nur rocksndiamonds-4.2.2.0/src/libgame/setup.c new/src/libgame/setup.c
---- rocksndiamonds-4.2.2.0/src/libgame/setup.c 2020-12-14 02:15:48.000000000 
+0100
-+++ new/src/libgame/setup.c    2021-01-03 07:50:25.034066899 +0100
-@@ -1495,11 +1495,14 @@
+diff -Nur rocksndiamonds-4.3.4.0-orig/src/libgame/setup.c 
rocksndiamonds-4.3.4.0/src/libgame/setup.c
+--- rocksndiamonds-4.3.4.0-orig/src/libgame/setup.c    2022-12-18 
11:52:51.000000000 +0100
++++ rocksndiamonds-4.3.4.0/src/libgame/setup.c 2023-01-24 07:32:57.946648236 
+0100
+@@ -1843,11 +1843,14 @@
  #define MODE_W_ALL            (S_IWUSR | S_IWGRP | S_IWOTH)
  #define MODE_X_ALL            (S_IXUSR | S_IXGRP | S_IXOTH)
  

Reply via email to