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-10-27 22:20:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wyrmgus (Old) and /work/SRC/openSUSE:Factory/.wyrmgus.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wyrmgus" Wed Oct 27 22:20:55 2021 rev:12 rq:927807 version:5.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wyrmgus/wyrmgus.changes 2021-08-25 20:59:17.649075652 +0200 +++ /work/SRC/openSUSE:Factory/.wyrmgus.new.1890/wyrmgus.changes 2021-10-27 22:21:05.539195174 +0200 @@ -1,0 +2,13 @@ +Wed Oct 27 14:33:26 UTC 2021 - Dirk Stoecker <[email protected]> + +- update to 5.2.3 + * Fixed issue which caused a crash if two wall tiles were being built + at the same time while adjacent to each other + * Fix to Linux compilation error at assert_util.cpp + * Improved support for optional subtemplates to have north_of/south_of/ + etc. settings + * Removed the now-unused "sync" parameter for sml_data::print_to_file() + * Normalize the hero persistent data save file's filepath +- Add Wyrmgus-5.2.3_missing_include.patch + +------------------------------------------------------------------- @@ -183 +195,0 @@ - Old: ---- Wyrmgus-5.0.1.tar.gz New: ---- Wyrmgus-5.2.3.tar.gz Wyrmgus-5.2.3_missing_include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wyrmgus.spec ++++++ --- /var/tmp/diff_new_pack.yt9rPx/_old 2021-10-27 22:21:06.007195414 +0200 +++ /var/tmp/diff_new_pack.yt9rPx/_new 2021-10-27 22:21:06.007195414 +0200 @@ -17,13 +17,15 @@ Name: wyrmgus -Version: 5.0.1 +Version: 5.2.3 Release: 0 Summary: Game engine for Wyrmsun License: GPL-2.0-only Group: Amusements/Games/Strategy/Real Time 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 BuildRequires: boost-devel >= 1.69.0 BuildRequires: cmake BuildRequires: gcc-c++ @@ -62,6 +64,7 @@ %prep %setup -q -n Wyrmgus-%{version} +%patch1 -p1 %build %cmake \ ++++++ Wyrmgus-5.0.1.tar.gz -> Wyrmgus-5.2.3.tar.gz ++++++ ++++ 41273 lines of diff (skipped) ++++++ Wyrmgus-5.2.3_missing_include.patch ++++++ diff -ur Wyrmgus-5.2.3/src/util/assert_util.h Wyrmgus-5.2.3_fix/src/util/assert_util.h --- Wyrmgus-5.2.3/src/util/assert_util.h 2021-10-20 08:29:11.000000000 +0200 +++ Wyrmgus-5.2.3_fix/src/util/assert_util.h 2021-10-27 17:00:26.491432595 +0200 @@ -26,6 +26,9 @@ #pragma once +#include <source_location> +#include <string> + namespace wyrmgus { inline std::string get_source_relative_filepath_string(const std::string &filepath)
