Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openrct2 for openSUSE:Factory 
checked in at 2024-05-15 21:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openrct2 (Old)
 and      /work/SRC/openSUSE:Factory/.openrct2.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openrct2"

Wed May 15 21:26:56 2024 rev:18 rq:1174034 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/openrct2/openrct2.changes        2024-02-12 
18:56:12.907176906 +0100
+++ /work/SRC/openSUSE:Factory/.openrct2.new.1880/openrct2.changes      
2024-05-15 21:27:31.571610582 +0200
@@ -1,0 +2,10 @@
+Sun May 12 17:41:44 UTC 2024 - Carsten Ziepke <kiel...@gmail.com>
+
+- Update to version 0.4.11
+  * https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.11
+- Update dependencies
+  * objects_version 1.4.4
+  * opensound_version 1.0.5
+- use gcc 10 for openSUSE Leap because std=c++20 now required
+
+-------------------------------------------------------------------

Old:
----
  OpenRCT2-0.4.8.tar.gz
  objects-1.3.13.tar.gz
  opensound-1.0.3.zip

New:
----
  OpenRCT2-0.4.11.tar.gz
  objects-1.4.4.tar.gz
  opensound-1.0.5.zip

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

Other differences:
------------------
++++++ openrct2.spec ++++++
--- /var/tmp/diff_new_pack.671gsL/_old  2024-05-15 21:27:32.903658795 +0200
+++ /var/tmp/diff_new_pack.671gsL/_new  2024-05-15 21:27:32.903658795 +0200
@@ -15,6 +15,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+# std=c++20 now required, use GCC 10 for Leap
+%if 0%{?suse_version} < 1650
+%define gcc_ver 10
+%endif
 
 %define lib_suffix %{nil}
 %ifarch x86_64
@@ -22,10 +26,10 @@
 %endif
 %define title_version 0.4.6
 %define title_version_url %{title_version}
-%define objects_version 1.3.13
+%define objects_version 1.4.4
 %define openmusic_version 1.5
-%define opensound_version 1.0.3
-%define openrct2_version 0.4.8
+%define opensound_version 1.0.5
+%define openrct2_version 0.4.11
 
 Name:           openrct2
 Version:        %{openrct2_version}
@@ -42,7 +46,7 @@
 Source5:        
https://raw.githubusercontent.com/OpenRCT2/OpenMusic/master/COPYING
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  gcc%{?gcc_ver}-c++
 BuildRequires:  glibc-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  nlohmann_json-devel >= 3.6.0
@@ -124,7 +128,13 @@
 
 %build
 export CXXFLAGS="%optflags -Wno-maybe-uninitialized"
-%cmake -DDOWNLOAD_TITLE_SEQUENCES=OFF -DDOWNLOAD_OBJECTS=OFF
+
+%cmake \
+  -DCMAKE_C_COMPILER=gcc%{?gcc_ver:-%{gcc_ver}} \
+  -DCMAKE_CXX_COMPILER=g++%{?gcc_ver:-%{gcc_ver}} \
+  -DDOWNLOAD_TITLE_SEQUENCES=OFF \
+  -DDOWNLOAD_OBJECTS=OFF
+
 %make_build all
 # libopenrct2 is not installed when openrct2 is called by make, so set the 
LD_LIBRARY_PATH
 export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$(dirname $(find . -name 
libopenrct2.so))"

++++++ OpenRCT2-0.4.8.tar.gz -> OpenRCT2-0.4.11.tar.gz ++++++
/work/SRC/openSUSE:Factory/openrct2/OpenRCT2-0.4.8.tar.gz 
/work/SRC/openSUSE:Factory/.openrct2.new.1880/OpenRCT2-0.4.11.tar.gz differ: 
char 13, line 1

++++++ objects-1.3.13.tar.gz -> objects-1.4.4.tar.gz ++++++
++++ 49649 lines of diff (skipped)

++++++ opensound-1.0.3.zip -> opensound-1.0.5.zip ++++++
Binary files old/assetpack/openrct2.sound.parkap and 
new/assetpack/openrct2.sound.parkap differ
Binary files old/object/official/audio/openrct2.audio.additional.parkobj and 
new/object/official/audio/openrct2.audio.additional.parkobj differ

Reply via email to