Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liborcus for openSUSE:Factory checked in at 2021-02-16 22:35:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liborcus (Old) and /work/SRC/openSUSE:Factory/.liborcus.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liborcus" Tue Feb 16 22:35:18 2021 rev:34 rq:870828 version:0.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes 2020-10-18 16:18:31.216413352 +0200 +++ /work/SRC/openSUSE:Factory/.liborcus.new.28504/liborcus.changes 2021-02-16 22:36:37.925669191 +0100 @@ -1,0 +2,6 @@ +Tue Feb 9 16:52:16 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Add upstream changes to fix build with GCC 11 (boo#1181872): + * GCC11_build_fixes.patch + +------------------------------------------------------------------- New: ---- GCC11_build_fixes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liborcus.spec ++++++ --- /var/tmp/diff_new_pack.vY3oQf/_old 2021-02-16 22:36:38.457669900 +0100 +++ /var/tmp/diff_new_pack.vY3oQf/_new 2021-02-16 22:36:38.461669905 +0100 @@ -1,7 +1,7 @@ # # spec file for package liborcus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ License: MPL-2.0 URL: https://gitlab.com/orcus/orcus/ Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM +Patch0: GCC11_build_fixes.patch BuildRequires: coreutils BuildRequires: libstdc++-devel BuildRequires: pkgconfig @@ -83,7 +85,7 @@ Python 3 bindings for %{name}. %prep -%setup -q +%autosetup -p1 %build %if 0%{?suse_version} < 1500 ++++++ GCC11_build_fixes.patch ++++++ >From dc0010c5407cee2cce6ced50ef962def8ab5e0d1 Mon Sep 17 00:00:00 2001 From: hedmo <hed...@yahoo.com> Date: Fri, 8 Jan 2021 07:30:16 +0000 Subject: [PATCH] Update orcus_xlsx.cpp to build with gcc-11 --- src/liborcus/orcus_xlsx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/liborcus/orcus_xlsx.cpp b/src/liborcus/orcus_xlsx.cpp index d9e16ef..836ec91 100644 --- a/src/liborcus/orcus_xlsx.cpp +++ b/src/liborcus/orcus_xlsx.cpp @@ -32,6 +32,7 @@ #include <cstdlib> #include <iostream> +#include <limits> #include <string> #include <cstring> #include <sstream> -- 2.30.0 >From 2cd8ebe29842269d22b87237a4f889795edac95a Mon Sep 17 00:00:00 2001 From: hedmo <hed...@yahoo.com> Date: Fri, 8 Jan 2021 07:34:17 +0000 Subject: [PATCH] Update xlsx_revision_context.cpp to build with gcc-11 --- src/liborcus/xlsx_revision_context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/liborcus/xlsx_revision_context.cpp b/src/liborcus/xlsx_revision_context.cpp index edfd9ee..0b6ec0a 100644 --- a/src/liborcus/xlsx_revision_context.cpp +++ b/src/liborcus/xlsx_revision_context.cpp @@ -16,6 +16,7 @@ #include "orcus/global.hpp" #include <iostream> +#include <limits> using namespace std; -- 2.30.0 >From 3bfa1a000e4639fe68781c584356ceea7c6b1a72 Mon Sep 17 00:00:00 2001 From: hedmo <hed...@yahoo.com> Date: Fri, 8 Jan 2021 07:32:53 +0000 Subject: [PATCH] Update xls_xml_context.cpp to build with gcc-11 --- src/liborcus/xls_xml_context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/liborcus/xls_xml_context.cpp b/src/liborcus/xls_xml_context.cpp index 538f5607..ca3dc4d0 100644 --- a/src/liborcus/xls_xml_context.cpp +++ b/src/liborcus/xls_xml_context.cpp @@ -16,6 +16,7 @@ #include <mdds/sorted_string_map.hpp> #include <iostream> +#include <limits> using namespace std; namespace ss = orcus::spreadsheet; -- GitLab