Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package EternalTerminal for openSUSE:Factory
checked in at 2023-04-13 14:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/EternalTerminal (Old)
and /work/SRC/openSUSE:Factory/.EternalTerminal.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "EternalTerminal"
Thu Apr 13 14:11:22 2023 rev:20 rq:1079087 version:6.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/EternalTerminal/EternalTerminal.changes
2023-03-14 18:16:43.155755722 +0100
+++
/work/SRC/openSUSE:Factory/.EternalTerminal.new.19717/EternalTerminal.changes
2023-04-13 14:11:28.516547286 +0200
@@ -1,0 +2,5 @@
+Wed Apr 12 10:22:11 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Add ET-gcc13.patch: Fix build using GCC 13.
+
+-------------------------------------------------------------------
New:
----
ET-gcc13.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ EternalTerminal.spec ++++++
--- /var/tmp/diff_new_pack.0TdegP/_old 2023-04-13 14:11:29.096550616 +0200
+++ /var/tmp/diff_new_pack.0TdegP/_new 2023-04-13 14:11:29.096550616 +0200
@@ -25,6 +25,7 @@
URL: https://mistertea.github.io/EternalTerminal/
Source0:
https://github.com/MisterTea/EternalTerminal/archive/et-v%{version}.tar.gz
Source1: et.xml
+Patch0: ET-gcc13.patch
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: curl-devel
++++++ ET-gcc13.patch ++++++
Index:
EternalTerminal-et-v6.2.4/external_imported/sentry-native/external/breakpad/src/client/linux/handler/minidump_descriptor.h
===================================================================
---
EternalTerminal-et-v6.2.4.orig/external_imported/sentry-native/external/breakpad/src/client/linux/handler/minidump_descriptor.h
+++
EternalTerminal-et-v6.2.4/external_imported/sentry-native/external/breakpad/src/client/linux/handler/minidump_descriptor.h
@@ -37,6 +37,7 @@
#include "client/linux/handler/microdump_extra_info.h"
#include "common/using_std_string.h"
+#include <cstdint>
// This class describes how a crash dump should be generated, either:
// - Writing a full minidump to a file in a given directory (the actual path,