Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package elektra for openSUSE:Factory checked in at 2021-08-10 10:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elektra (Old) and /work/SRC/openSUSE:Factory/.elektra.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elektra" Tue Aug 10 10:27:35 2021 rev:7 rq:910578 version:0.8.26 Changes: -------- --- /work/SRC/openSUSE:Factory/elektra/elektra.changes 2020-11-25 19:31:11.134605622 +0100 +++ /work/SRC/openSUSE:Factory/.elektra.new.1899/elektra.changes 2021-08-10 10:28:03.373771509 +0200 @@ -1,0 +2,6 @@ +Mon Aug 2 07:48:36 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Add GCC 11 include fix: + * 0001-kdb-add-missing-limits-include.patch + +------------------------------------------------------------------- New: ---- 0001-kdb-add-missing-limits-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elektra.spec ++++++ --- /var/tmp/diff_new_pack.KYNMYS/_old 2021-08-10 10:28:03.833770976 +0200 +++ /var/tmp/diff_new_pack.KYNMYS/_new 2021-08-10 10:28:03.837770972 +0200 @@ -35,6 +35,8 @@ %define api 4 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source1: elektra-rpmlintrc +# PATCH-FIX-UPSTREAM +Patch0: 0001-kdb-add-missing-limits-include.patch Patch1: fix-gtest-linkage.patch BuildRequires: boost-devel BuildRequires: byacc @@ -189,8 +191,7 @@ %prep -%setup -q -%patch1 -p1 +%autosetup -p1 %build %define _lto_cflags %{nil} ++++++ 0001-kdb-add-missing-limits-include.patch ++++++ >From 86aaae952843814b3a4733e03dddb97fc8927e59 Mon Sep 17 00:00:00 2001 From: Mihael Pranjic <[email protected]> Date: Mon, 26 Apr 2021 14:53:21 +0200 Subject: [PATCH] kdb: add missing <limits> include --- src/tools/kdb/cmdline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/kdb/cmdline.cpp b/src/tools/kdb/cmdline.cpp index 9fc88ef..ace29fe 100644 --- a/src/tools/kdb/cmdline.cpp +++ b/src/tools/kdb/cmdline.cpp @@ -16,6 +16,7 @@ #include <cstdio> #include <iostream> +#include <limits> #include <set> #include <vector> -- 2.32.0
