Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package manaplus for openSUSE:Factory checked in at 2023-04-14 16:54:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/manaplus (Old) and /work/SRC/openSUSE:Factory/.manaplus.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "manaplus" Fri Apr 14 16:54:10 2023 rev:8 rq:1079462 version:2.1.3.17 Changes: -------- --- /work/SRC/openSUSE:Factory/manaplus/manaplus.changes 2023-02-08 17:20:45.218078783 +0100 +++ /work/SRC/openSUSE:Factory/.manaplus.new.19717/manaplus.changes 2023-04-14 16:54:11.368279691 +0200 @@ -1,0 +2,6 @@ +Mon Apr 10 21:55:52 UTC 2023 - Bjørn Lie <[email protected]> + +- Add add-missing-includes.patch: Add missing include cstdint. + Exposed by gcc 13. + +------------------------------------------------------------------- New: ---- add-missing-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ manaplus.spec ++++++ --- /var/tmp/diff_new_pack.2ePvSf/_old 2023-04-14 16:54:11.964283123 +0200 +++ /var/tmp/diff_new_pack.2ePvSf/_new 2023-04-14 16:54:11.968283145 +0200 @@ -26,6 +26,8 @@ Source: https://download.tuxfamily.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM fix-include-time_h.patch -- Fix missing include for time.h when not using clang Patch0: fix-include-time_h.patch +# PATCH-FIX-UPSTREAM add-missing-includes.patch -- Add missing include cstdint +Patch1: add-missing-includes.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: dejavu-fonts ++++++ add-missing-includes.patch ++++++ Index: manaplus-2.1.3.17/src/net/ea/chatrecv.h =================================================================== --- manaplus-2.1.3.17.orig/src/net/ea/chatrecv.h +++ manaplus-2.1.3.17/src/net/ea/chatrecv.h @@ -34,6 +34,7 @@ #include <string> #include <queue> +#include <cstdint> #ifndef __time_t_defined #include <sys/time.h> #endif // __time_t_defined Index: manaplus-2.1.3.17/src/net/ea/traderecv.h =================================================================== --- manaplus-2.1.3.17.orig/src/net/ea/traderecv.h +++ manaplus-2.1.3.17/src/net/ea/traderecv.h @@ -33,6 +33,7 @@ #endif // defined(__GXX_EXPERIMENTAL_CXX0X__) #include <string> +#include <cstdint> namespace Net {
