Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package simutrans for openSUSE:Factory 
checked in at 2026-04-13 23:20:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simutrans (Old)
 and      /work/SRC/openSUSE:Factory/.simutrans.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simutrans"

Mon Apr 13 23:20:06 2026 rev:13 rq:1346461 version:124.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/simutrans/simutrans.changes      2025-04-11 
16:46:53.411504631 +0200
+++ /work/SRC/openSUSE:Factory/.simutrans.new.21863/simutrans.changes   
2026-04-13 23:22:25.020865274 +0200
@@ -1,0 +2,18 @@
+Mon Apr  6 09:56:16 UTC 2026 - Michiel van der Wulp 
<[email protected]> - 124.4
+
+- Update to new version 124.4
+- The patch returnNull.patch is not needed anymore, since fixed upstream. 
+See https://forum.simutrans.com/index.php/topic,23464.0.html
+- Also the patch "simutrans-makefile.patch" is not needed anymore. It now runs 
correctly on all systems.
+This is probably thanks to the update of the make utility.
+- It was high time, almost one year had passed since the last release. 
+Most visible are the GUI improvements like searchable comboboxes 
+(just type when a box is open) or grouping goods/passengers by connection. 
+Under the hood, the city growth (house and road building) was totally 
overhauled, 
+removing many errors with multitile buildings and street connections 
+(and the lack of terraforming for it). As a nice side effect, initial 
+town generation on a new map became about 3x faster.
+- For beginner, there a much nicer tutorial with pak64, pak64.german and 
pak128.
+- This release is built from svn revision number 11919.
+
+-------------------------------------------------------------------

Old:
----
  returnNull.patch
  simutrans-makefile.patch
  simutrans-src-124-3-1.zip

New:
----
  simutrans-src-124-4.zip

----------(Old B)----------
  Old:- Update to new version 124.4
- The patch returnNull.patch is not needed anymore, since fixed upstream. 
See https://forum.simutrans.com/index.php/topic,23464.0.html
  Old:See https://forum.simutrans.com/index.php/topic,23464.0.html
- Also the patch "simutrans-makefile.patch" is not needed anymore. It now runs 
correctly on all systems.
This is probably thanks to the update of the make utility.
----------(Old E)----------

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

Other differences:
------------------
++++++ simutrans.spec ++++++
--- /var/tmp/diff_new_pack.1DENkq/_old  2026-04-13 23:22:26.564928978 +0200
+++ /var/tmp/diff_new_pack.1DENkq/_new  2026-04-13 23:22:26.568929144 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package simutrans
 #
-# Copyright (c) 2020-2025 SUSE LLC
+# Copyright (c) 2020-2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,19 @@
 #
 
 
-%define pkgver 124-3-1
+%define pkgver 124-4
 Name:           simutrans
-Version:        124.3.1
+Version:        124.4
 Release:        0
 Summary:        Transport and Economic Simulation Game
 License:        Artistic-1.0
 Group:          Amusements/Games/Strategy/Real Time
 URL:            http://sourceforge.net/projects/simutrans/
-Source0:        simutrans-src-124-3-1.zip
+Source0:        simutrans-src-124-4.zip
 Source1:        config.default
 Source2:        http://www.simutrans.com/images/resources/simutrans-square.svg
-# PATCH-FIX-UPSTREAM http://forum.simutrans.com/index.php?topic=11173.0
+# PATCH-FIX-UPSTREAM https://forum.simutrans.com/index.php/topic,11173.0.html
 Patch0:         simutrans-fhs-home-directory.patch
-Patch1:         simutrans-makefile.patch
-# PATCH-FIX-UPSTREAM https://forum.simutrans.com/index.php/topic,23464.0.html
-Patch2:         returnNull.patch
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  unzip

++++++ config.default ++++++
--- /var/tmp/diff_new_pack.1DENkq/_old  2026-04-13 23:22:26.604930629 +0200
+++ /var/tmp/diff_new_pack.1DENkq/_new  2026-04-13 23:22:26.608930794 +0200
@@ -87,7 +87,7 @@
 # In order to use the flags, add a line like this: (-Dxxx)
 # FLAGS = -DUSE_C
 
-FLAGS += -DREVISION="11671"
+FLAGS += -DREVISION="11919"
 
 # Output directories:
 #

++++++ simutrans-fhs-home-directory.patch ++++++
--- /var/tmp/diff_new_pack.1DENkq/_old  2026-04-13 23:22:26.624931454 +0200
+++ /var/tmp/diff_new_pack.1DENkq/_new  2026-04-13 23:22:26.628931619 +0200
@@ -1,9 +1,9 @@
 diff -ru old/src/simutrans/sys/simsys.cc new/src/simutrans/sys/simsys.cc
 --- old/src/simutrans/sys/simsys.cc
 +++ new/src/simutrans/sys/simsys.cc
-@@ -562,7 +562,7 @@
+@@ -609,7 +609,7 @@
        int maxlen = PATH_MAX + 22;
-       unsigned n;
+       int n;
        if( getenv("XDG_DATA_HOME") == NULL ) {
 -              n = snprintf(buffer, maxlen, "%s/simutrans", getenv("HOME"));
 +              n = snprintf(buffer, maxlen, "%s/.simutrans", getenv("HOME"));


++++++ simutrans-src-124-3-1.zip -> simutrans-src-124-4.zip ++++++
/work/SRC/openSUSE:Factory/simutrans/simutrans-src-124-3-1.zip 
/work/SRC/openSUSE:Factory/.simutrans.new.21863/simutrans-src-124-4.zip differ: 
char 11, line 1

Reply via email to