Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wyrmgus for openSUSE:Factory checked 
in at 2021-12-07 00:00:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wyrmgus (Old)
 and      /work/SRC/openSUSE:Factory/.wyrmgus.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wyrmgus"

Tue Dec  7 00:00:10 2021 rev:13 rq:936002 version:5.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/wyrmgus/wyrmgus.changes  2021-10-27 
22:21:05.539195174 +0200
+++ /work/SRC/openSUSE:Factory/.wyrmgus.new.31177/wyrmgus.changes       
2021-12-07 00:01:37.464088621 +0100
@@ -1,0 +2,9 @@
+Mon Dec  6 13:01:38 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to 5.2.4
+  * Added support for windowed mode
+  * Many bug fixes and improvements, full list:
+    https://github.com/Andrettin/Wyrmgus/compare/v5.2.3...v5.2.4
+- Add Wyrmgus-5.2.4_non_void_return.patch
+
+-------------------------------------------------------------------

Old:
----
  Wyrmgus-5.2.3.tar.gz

New:
----
  Wyrmgus-5.2.4.tar.gz
  Wyrmgus-5.2.4_non_void_return.patch

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

Other differences:
------------------
++++++ wyrmgus.spec ++++++
--- /var/tmp/diff_new_pack.E8nxtm/_old  2021-12-07 00:01:38.228085919 +0100
+++ /var/tmp/diff_new_pack.E8nxtm/_new  2021-12-07 00:01:38.232085905 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           wyrmgus
-Version:        5.2.3
+Version:        5.2.4
 Release:        0
 Summary:        Game engine for Wyrmsun
 License:        GPL-2.0-only
@@ -25,11 +25,14 @@
 URL:            https://andrettin.github.io/
 Source:         
https://github.com/Andrettin/Wyrmgus/archive/v%{version}/Wyrmgus-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM missing include file - 
https://github.com/Andrettin/Wyrmgus/issues/179
-Patch1:         Wyrmgus-5.2.3_missing_include.patch
+Patch0:         Wyrmgus-5.2.3_missing_include.patch
+# PATCH-FIX-UPSTREAM Wyrmgus-5.2.4_non_void_return.patch -- 
https://github.com/Andrettin/Wyrmgus/issues/181
+Patch1:         Wyrmgus-5.2.4_non_void_return.patch
 BuildRequires:  boost-devel >= 1.69.0
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-qtlocation-private-headers-devel
+BuildRequires:  libtolua++-5_1-devel
 BuildRequires:  lua51-devel
 BuildRequires:  oaml-devel
 BuildRequires:  pkgconfig
@@ -45,11 +48,6 @@
 BuildRequires:  pkgconfig(physfs)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(sqlite3)
-%if 0%{?suse_version} <= 1320
-BuildRequires:  pkgconfig(tolua++)
-%else
-BuildRequires:  libtolua++-5_1-devel
-%endif
 
 %description
 Modified Stratagus engine for Wyrmsun
@@ -63,8 +61,7 @@
 These are the development files for Wyrmsun which is based on the Stratagus 
engine.
 
 %prep
-%setup -q -n Wyrmgus-%{version}
-%patch1 -p1
+%autosetup -p1 -n Wyrmgus-%{version}
 
 %build
 %cmake \

++++++ Wyrmgus-5.2.3.tar.gz -> Wyrmgus-5.2.4.tar.gz ++++++
++++ 14368 lines of diff (skipped)

++++++ Wyrmgus-5.2.4_non_void_return.patch ++++++
diff -Nur Wyrmgus-5.2.4/src/economy/resource_finder.h 
new/src/economy/resource_finder.h
--- Wyrmgus-5.2.4/src/economy/resource_finder.h 2021-11-17 15:34:51.000000000 
+0100
+++ new/src/economy/resource_finder.h   2021-12-06 13:58:39.499619874 +0100
@@ -36,7 +36,7 @@
 {
        bool is_valid() const
        {
-               this->resource_pos != QPoint(-1, -1) || this->resource_unit != 
nullptr;
+               return this->resource_pos != QPoint(-1, -1) || 
this->resource_unit != nullptr;
        }
 
        QPoint resource_pos = QPoint(-1, -1);

Reply via email to