Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdiff3 for openSUSE:Factory checked in at 2021-06-01 10:38:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdiff3 (Old) and /work/SRC/openSUSE:Factory/.kdiff3.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdiff3" Tue Jun 1 10:38:17 2021 rev:38 rq:895983 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kdiff3/kdiff3.changes 2021-05-17 18:45:27.400587466 +0200 +++ /work/SRC/openSUSE:Factory/.kdiff3.new.1898/kdiff3.changes 2021-06-01 10:39:30.889022769 +0200 @@ -1,0 +2,8 @@ +Fri May 28 12:37:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Add GCC 11 build fix: + * 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch +- Drop the _service file. Upstream release doesn't contain + precompiled code anymore. + +------------------------------------------------------------------- Old: ---- _service kdiff3-lang.tar.xz New: ---- 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch kdiff3-1.9.2.tar.xz.sig kdiff3.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdiff3.spec ++++++ --- /var/tmp/diff_new_pack.Mtvqhy/_old 2021-06-01 10:39:31.441023709 +0200 +++ /var/tmp/diff_new_pack.Mtvqhy/_new 2021-06-01 10:39:31.445023717 +0200 @@ -24,8 +24,11 @@ License: GPL-2.0-or-later Group: Development/Tools/Version Control URL: https://apps.kde.org/kdiff3 -Source0: %{name}-%{version}.tar.xz -Source1: kdiff3-lang.tar.xz +Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz +Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig +Source2: kdiff3.keyring +# PATCH-FIX-UPSTREAM +Patch0: 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch BuildRequires: boost-devel BuildRequires: extra-cmake-modules BuildRequires: fdupes @@ -57,7 +60,7 @@ %lang_package %prep -%autosetup -p1 -a1 +%autosetup -p1 %build %cmake_kf5 -d build ++++++ 0001-Explicitly-include-limits-for-compatibility-with-gcc.patch ++++++ >From 0476b1daa73159aec411c7f10da6f313294f0e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Hoffst=C3=A4tte?= <hol...@applied-asynchrony.com> Date: Tue, 4 May 2021 19:21:46 +0200 Subject: [PATCH] Explicitly include <limits> for compatibility with gcc-11 --- src/TypeUtils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TypeUtils.h b/src/TypeUtils.h index c072681..f0ab9c2 100644 --- a/src/TypeUtils.h +++ b/src/TypeUtils.h @@ -9,6 +9,7 @@ #include <stdlib.h> #include <type_traits> +#include <limits> #include <QtGlobal> -- 2.31.1 ++++++ kdiff3-1.9.2.tar.xz ++++++ ++++ 241960 lines of diff (skipped)