Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package CorsixTH for openSUSE:Factory 
checked in at 2026-02-02 14:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/CorsixTH (Old)
 and      /work/SRC/openSUSE:Factory/.CorsixTH.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "CorsixTH"

Mon Feb  2 14:58:28 2026 rev:13 rq:1330353 version:0.69.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/CorsixTH/CorsixTH.changes        2025-08-26 
14:57:44.668267654 +0200
+++ /work/SRC/openSUSE:Factory/.CorsixTH.new.1995/CorsixTH.changes      
2026-02-02 14:58:35.523135176 +0100
@@ -1,0 +2,7 @@
+Sat Jan 31 06:32:24 UTC 2026 - Carsten Ziepke <[email protected]>
+
+- Update to version 0.69.2:
+  * Bug Fixes
+    - Fixed stuck Operating Theatre after rerouting patients.
+    
+-------------------------------------------------------------------

Old:
----
  CorsixTH-0.69.1.tar.gz

New:
----
  CorsixTH-0.69.2.tar.gz

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

Other differences:
------------------
++++++ CorsixTH.spec ++++++
--- /var/tmp/diff_new_pack.b6OOoL/_old  2026-02-02 14:58:36.563179137 +0100
+++ /var/tmp/diff_new_pack.b6OOoL/_new  2026-02-02 14:58:36.563179137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package CorsixTH
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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:           CorsixTH
-Version:        0.69.1
+Version:        0.69.2
 Release:        0
 Summary:        Theme Hospital clone
 License:        MIT

++++++ CorsixTH-0.69.1.tar.gz -> CorsixTH-0.69.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CorsixTH-0.69.1/CorsixTH/Lua/app.lua 
new/CorsixTH-0.69.2/CorsixTH/Lua/app.lua
--- old/CorsixTH-0.69.1/CorsixTH/Lua/app.lua    2025-08-08 21:15:08.000000000 
+0200
+++ new/CorsixTH-0.69.2/CorsixTH/Lua/app.lua    2026-01-05 02:26:08.000000000 
+0100
@@ -28,7 +28,7 @@
 -- and add compatibility code in afterLoad functions
 -- Recommended: Also replace/Update the summary comment
 
-local SAVEGAME_VERSION = 221 -- CorsixTH 0.69.1
+local SAVEGAME_VERSION = 222 -- CorsixTH 0.69.2
 
 class "App"
 
@@ -1719,6 +1719,7 @@
   {major = 0, minor = 69, revision = 0, patch = "-rc1", version = 219},
   {major = 0, minor = 69, revision = 0, patch = "", version = 220},
   {major = 0, minor = 69, revision = 1, patch = "", version = 221},
+  {major = 0, minor = 69, revision = 2, patch = "", version = 222},
 }
 
 --! Retrieve the current savegame version as defined in the application.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/CorsixTH-0.69.1/CorsixTH/Lua/rooms/operating_theatre.lua 
new/CorsixTH-0.69.2/CorsixTH/Lua/rooms/operating_theatre.lua
--- old/CorsixTH-0.69.1/CorsixTH/Lua/rooms/operating_theatre.lua        
2025-08-08 21:15:08.000000000 +0200
+++ new/CorsixTH-0.69.2/CorsixTH/Lua/rooms/operating_theatre.lua        
2026-01-05 02:26:08.000000000 +0100
@@ -228,7 +228,7 @@
 
   local screen, sx, sy = self.world:findObjectNear(patient, "surgeon_screen")
   -- Patient walk to surgeon screen
-  patient:queueAction(WalkAction(sx, sy)
+  patient:setNextAction(WalkAction(sx, sy)
     :setMustHappen(true)
     :disableTruncate())
   -- Patient changes into surgical gown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/CorsixTH-0.69.1/CorsixTH/com.corsixth.corsixth.metainfo.xml 
new/CorsixTH-0.69.2/CorsixTH/com.corsixth.corsixth.metainfo.xml
--- old/CorsixTH-0.69.1/CorsixTH/com.corsixth.corsixth.metainfo.xml     
2025-08-08 21:15:08.000000000 +0200
+++ new/CorsixTH-0.69.2/CorsixTH/com.corsixth.corsixth.metainfo.xml     
2026-01-05 02:26:08.000000000 +0100
@@ -20,6 +20,14 @@
   </provides>
   <launchable type="desktop-id">com.corsixth.corsixth.desktop</launchable>
   <releases>
+    <release version="0.69.2" date="2026-01-10" type="stable">
+      <description>
+        <p>Bug fixes:</p>
+        <ul>
+          <li>Fixed stuck Operating Theatre after rerouting patients</li>
+        </ul>
+      </description>
+    </release>
     <release version="0.69.1" date="2025-08-16" type="stable">
       <description>
         <p>Bug fixes:</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CorsixTH-0.69.1/CorsixTH/corsix-th.6 
new/CorsixTH-0.69.2/CorsixTH/corsix-th.6
--- old/CorsixTH-0.69.1/CorsixTH/corsix-th.6    2025-08-08 21:15:08.000000000 
+0200
+++ new/CorsixTH-0.69.2/CorsixTH/corsix-th.6    2026-01-05 02:26:08.000000000 
+0100
@@ -95,4 +95,4 @@
 CorsixTH is available under the MIT license.
 .Pp
 For the full license text see:
-.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.69.1/LICENSE.txt
+.Lk https://raw.githubusercontent.com/CorsixTH/CorsixTH/v0.69.2/LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CorsixTH-0.69.1/WindowsInstaller/Win32Script.nsi 
new/CorsixTH-0.69.2/WindowsInstaller/Win32Script.nsi
--- old/CorsixTH-0.69.1/WindowsInstaller/Win32Script.nsi        2025-08-08 
21:15:08.000000000 +0200
+++ new/CorsixTH-0.69.2/WindowsInstaller/Win32Script.nsi        2026-01-05 
02:26:08.000000000 +0100
@@ -24,7 +24,7 @@
 ;---------------------------------- Definitions for the game 
-----------------------------------
 
 !define PRODUCT_NAME "CorsixTH"
-!define PRODUCT_VERSION "0.69.1"
+!define PRODUCT_VERSION "0.69.2"
 !define PRODUCT_UNINST_KEY 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
 !define PRODUCT_UNINST_ROOT_KEY "HKLM"
 !define PRODUCT_STARTMENU_REGVAL "NSIS:StartMenuDir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CorsixTH-0.69.1/changelog.txt 
new/CorsixTH-0.69.2/changelog.txt
--- old/CorsixTH-0.69.1/changelog.txt   2025-08-08 21:15:08.000000000 +0200
+++ new/CorsixTH-0.69.2/changelog.txt   2026-01-05 02:26:08.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------------------
+CorsixTH 0.69.2 - released January 2026
+-------------------------------------------------------------------------------
+# Bug Fixes
+* Fixed stuck Operating Theatre after rerouting patients.
+
+-------------------------------------------------------------------------------
 CorsixTH 0.69.1 - released August 2025
 -------------------------------------------------------------------------------
 # Bug Fixes

Reply via email to