Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openmw for openSUSE:Factory checked 
in at 2022-08-18 16:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmw (Old)
 and      /work/SRC/openSUSE:Factory/.openmw.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openmw"

Thu Aug 18 16:49:02 2022 rev:13 rq:997531 version:0.47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmw/openmw.changes    2022-02-28 
19:44:19.801958405 +0100
+++ /work/SRC/openSUSE:Factory/.openmw.new.2083/openmw.changes  2022-08-18 
16:49:17.653463651 +0200
@@ -1,0 +2,5 @@
+Sun Aug 14 14:49:11 UTC 2022 - Antoine Belvire <[email protected]>
+
+- Add openmw-0.47.0-gcc12.patch: Fix build with GCC 12 (gl#OpenMW/openmw#6744).
+
+-------------------------------------------------------------------

New:
----
  openmw-0.47.0-gcc12.patch

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

Other differences:
------------------
++++++ openmw.spec ++++++
--- /var/tmp/diff_new_pack.MdP0Iv/_old  2022-08-18 16:49:18.213464954 +0200
+++ /var/tmp/diff_new_pack.MdP0Iv/_new  2022-08-18 16:49:18.217464964 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openmw
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2012-2015 openSUSE_user1
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,6 +28,8 @@
 Source2:        %{name}.rpmlintrc
 # PATCH-FIX-UPSTREAM openmw-sigaltstack.patch 
https://gitlab.com/OpenMW/openmw/-/issues/6356 [email protected] -- fix error: 
size of array 'altstack' is not an integral constant-expression
 Patch2:         openmw-sigaltstack.patch
+# PATCH-FIX-UPSTREAM openmw-0.47.0-gcc12.patch -- Fix build with GCC 12, 
picked from upstream, rebased on 0.47.0 (gl#OpenMW/openmw#6744)
+Patch3:         openmw-0.47.0-gcc12.patch
 BuildRequires:  MyGUI-devel >= 3.2.1
 BuildRequires:  cmake
 BuildRequires:  doxygen

++++++ openmw-0.47.0-gcc12.patch ++++++
>From 5f2e2823599b7d02b30957b2a4f8ec1ed2e12f5d Mon Sep 17 00:00:00 2001
From: elsid <[email protected]>
Date: Tue, 17 May 2022 00:58:24 +0200
Subject: [PATCH] Add includes for used types and functions

---
 components/myguiplatform/myguidatamanager.cpp | 5 ++++-
 components/myguiplatform/myguidatamanager.hpp | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/components/myguiplatform/myguidatamanager.cpp 
b/components/myguiplatform/myguidatamanager.cpp
index fc5d2bf953..1aa16946a4 100644
--- a/components/myguiplatform/myguidatamanager.cpp
+++ b/components/myguiplatform/myguidatamanager.cpp
@@ -1,8 +1,11 @@
 #include "myguidatamanager.hpp"
 
+#include <memory>
+#include <string>
+
 #include <MyGUI_DataFileStream.h>
 
-#include <boost/filesystem.hpp>
+#include <boost/filesystem/operations.hpp>
 #include <boost/filesystem/fstream.hpp>
 
 #include <components/debug/debuglog.hpp>
diff --git a/components/myguiplatform/myguidatamanager.hpp 
b/components/myguiplatform/myguidatamanager.hpp
index da24763d7b..e0c4e6c436 100644
--- a/components/myguiplatform/myguidatamanager.hpp
+++ b/components/myguiplatform/myguidatamanager.hpp
@@ -3,6 +3,8 @@
 
 #include <MyGUI_DataManager.h>
 
+#include <string>
+
 #include "myguicompat.h"
 
 namespace osgMyGUI

Reply via email to