Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package minetest for openSUSE:Factory checked in at 2021-06-02 22:11:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/minetest (Old) and /work/SRC/openSUSE:Factory/.minetest.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "minetest" Wed Jun 2 22:11:55 2021 rev:17 rq:896713 version:5.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/minetest/minetest.changes 2021-04-19 21:07:30.932165755 +0200 +++ /work/SRC/openSUSE:Factory/.minetest.new.1898/minetest.changes 2021-06-02 22:12:22.484133138 +0200 @@ -1,0 +2,6 @@ +Tue Jun 1 13:18:09 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Add GCC 11 compatibility patch: + * 0001-Fix-build-for-newer-versions-of-GCC-11246.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-for-newer-versions-of-GCC-11246.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ minetest.spec ++++++ --- /var/tmp/diff_new_pack.1fNdJv/_old 2021-06-02 22:12:24.112129114 +0200 +++ /var/tmp/diff_new_pack.1fNdJv/_new 2021-06-02 22:12:24.116129103 +0200 @@ -35,6 +35,8 @@ Patch0: minetest-fix-luajit-include-path.patch # PATCH-FIX-OPENSUSE old-desktopfile-standard.patch [email protected] -- build without 'PrefersNonDefaultGPU' option in desktopfile on Leap 15.3 and below Patch1: old-desktopfile-standard.patch +# PATCH-FIX-UPSTREAM +Patch2: 0001-Fix-build-for-newer-versions-of-GCC-11246.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes @@ -134,6 +136,7 @@ %if 0%{?sle_version} > 0 && 0%{?sle_version} <= 150300 %patch1 -p1 %endif +%patch2 -p1 # Purge bundled libraries. rm -rf lib ++++++ 0001-Fix-build-for-newer-versions-of-GCC-11246.patch ++++++ >From c979feea65eee19ad7dd7010748e112cdd8e5d7f Mon Sep 17 00:00:00 2001 From: lhofhansl <[email protected]> Date: Thu, 6 May 2021 10:24:30 -0700 Subject: [PATCH] Fix build for newer versions of GCC (#11246) --- src/clientiface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clientiface.h b/src/clientiface.h index cc5292b..dfd9767 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <list> #include <vector> #include <set> +#include <memory> #include <mutex> class MapBlock; -- 2.31.1
