Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openrct2 for openSUSE:Factory 
checked in at 2022-10-12 18:24:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openrct2 (Old)
 and      /work/SRC/openSUSE:Factory/.openrct2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openrct2"

Wed Oct 12 18:24:18 2022 rev:12 rq:1009676 version:0.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/openrct2/openrct2.changes        2022-07-01 
13:45:26.230941608 +0200
+++ /work/SRC/openSUSE:Factory/.openrct2.new.2275/openrct2.changes      
2022-10-12 18:25:44.901822894 +0200
@@ -1,0 +2,12 @@
+Wed Oct  5 19:25:21 UTC 2022 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 0.4.2
+  https://github.com/OpenRCT2/OpenRCT2/blob/develop/debian/changelog
+- Update dependencies
+  * title-sequences 0.4.0
+  * objects 1.3.5
+- Drop patch:
+  * no-werror.patch
+- Use "-Wno-maybe-uninitialized" to avoid compilation errors
+
+-------------------------------------------------------------------

Old:
----
  OpenRCT2-0.3.5.1.tar.gz
  no-werror.patch
  objects-1.2.1.tar.gz
  title-sequences-0.1.2c.tar.gz

New:
----
  OpenRCT2-0.4.2.tar.gz
  objects-1.3.5.tar.gz
  title-sequences-0.4.0.tar.gz

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

Other differences:
------------------
++++++ openrct2.spec ++++++
--- /var/tmp/diff_new_pack.DL69RB/_old  2022-10-12 18:25:47.061828291 +0200
+++ /var/tmp/diff_new_pack.DL69RB/_new  2022-10-12 18:25:47.065828301 +0200
@@ -20,11 +20,11 @@
 %ifarch x86_64
   %define lib_suffix 64
 %endif
-%define title_version 0.1.2
-%define title_version_url %{title_version}c
-%define objects_version 1.2.1
+%define title_version 0.4.0
+%define title_version_url %{title_version}
+%define objects_version 1.3.5
 Name:           openrct2
-Version:        0.3.5.1
+Version:        0.4.2
 Release:        0
 Summary:        An open source re-implementation of Roller Coaster Tycoon 2
 License:        GPL-3.0-only
@@ -33,9 +33,6 @@
 Source0:        
https://github.com/OpenRCT2/OpenRCT2/archive/v%{version}/OpenRCT2-%{version}.tar.gz
 Source1:        
https://github.com/OpenRCT2/title-sequences/archive/v%{title_version_url}/title-sequences-%{title_version_url}.tar.gz
 Source2:        
https://github.com/OpenRCT2/objects/archive/v%{objects_version}.tar.gz#/objects-%{objects_version}.tar.gz
-# https://github.com/OpenRCT2/OpenRCT2/issues/4401#issuecomment-511570036
-# PATCH-FIX-OPENSUSE no-werror.patch -- Do not use werror, as wno-clobbered 
does not work
-Patch0:         no-werror.patch
 BuildRequires:  cmake >= 3.9
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -47,6 +44,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zip
 BuildRequires:  pkgconfig(duktape)
+BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(icu-uc) >= 59.0
@@ -56,6 +54,7 @@
 BuildRequires:  pkgconfig(openssl) >= 1.0.0
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(speexdsp)
+BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
 Recommends:     (kdialog or zenity)
 ExcludeArch:    s390x
@@ -79,13 +78,13 @@
 
 %prep
 %setup -q -n OpenRCT2-%{version} -a 1 -a 2
-%patch0 -p1
 
 # Remove build time references so build-compare can do its work
 sed -i "s/__DATE__/\"openSUSE\"/" src/openrct2/Version.h
 sed -i "s/__TIME__/\"Build Service\"/" src/openrct2/Version.h
 
 %build
+export CXXFLAGS="%optflags -Wno-maybe-uninitialized"
 %cmake -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
@@ -128,6 +127,7 @@
 %{_bindir}/openrct2-cli
 %{_libdir}/libopenrct2.so
 %{_mandir}/man6/openrct2.6%{?ext_man}
+%{_mandir}/man6/openrct2-cli.6%{?ext_man}
 %{_datadir}/openrct2/
 %exclude %{_datadir}/openrct2/title/rct*
 %{_datadir}/icons/hicolor/*/apps/*

++++++ OpenRCT2-0.3.5.1.tar.gz -> OpenRCT2-0.4.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/openrct2/OpenRCT2-0.3.5.1.tar.gz 
/work/SRC/openSUSE:Factory/.openrct2.new.2275/OpenRCT2-0.4.2.tar.gz differ: 
char 13, line 1

++++++ objects-1.2.1.tar.gz -> objects-1.3.5.tar.gz ++++++
++++ 163226 lines of diff (skipped)

++++++ title-sequences-0.1.2c.tar.gz -> title-sequences-0.4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/openrct2/title-sequences-0.1.2c.tar.gz 
/work/SRC/openSUSE:Factory/.openrct2.new.2275/title-sequences-0.4.0.tar.gz 
differ: char 12, line 1

Reply via email to