Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gromox for openSUSE:Factory checked in at 2023-03-21 17:43:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gromox (Old) and /work/SRC/openSUSE:Factory/.gromox.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gromox" Tue Mar 21 17:43:38 2023 rev:10 rq:1073383 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gromox/gromox.changes 2023-03-14 18:16:17.819620294 +0100 +++ /work/SRC/openSUSE:Factory/.gromox.new.31432/gromox.changes 2023-03-21 17:44:25.546661836 +0100 @@ -1,0 +2,5 @@ +Mon Mar 20 21:24:52 UTC 2023 - Jan Engelhardt <jeng...@inai.de> + +- Add 0001-build-resolve-compile-error-with-gcc-13.patch + +------------------------------------------------------------------- New: ---- 0001-build-resolve-compile-error-with-gcc-13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gromox.spec ++++++ --- /var/tmp/diff_new_pack.hWugKn/_old 2023-03-21 17:44:26.110664534 +0100 +++ /var/tmp/diff_new_pack.hWugKn/_new 2023-03-21 17:44:26.114664553 +0100 @@ -29,6 +29,7 @@ Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc Source8: %name.keyring Patch1: 0001-snapshot-safer-parsing-of-snapshot.cfg.patch +Patch2: 0001-build-resolve-compile-error-with-gcc-13.patch BuildRequires: automake >= 1.11 BuildRequires: fdupes BuildRequires: gcc-c++ ++++++ 0001-build-resolve-compile-error-with-gcc-13.patch ++++++ >From 34d37b8d49dbc8e8733372ba97333af1ecff1f0e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt <jeng...@inai.de> Date: Mon, 20 Mar 2023 21:54:33 +0100 Subject: [PATCH] build: resolve compile error with gcc-13 include/gromox/authmgr.hpp:42:9: error: 'uint8_t' does not name a type --- include/gromox/authmgr.hpp | 1 + 1 file changed, 1 insertion(+) diff --git include/gromox/authmgr.hpp include/gromox/authmgr.hpp index 623cc8a39..39e58c68b 100644 --- include/gromox/authmgr.hpp +++ include/gromox/authmgr.hpp @@ -1,4 +1,5 @@ #pragma once +#include <cstdint> #include <string> /** -- 2.40.0