Hello community,

here is the log from the commit of package diy for openSUSE:Factory checked in 
at 2020-06-07 21:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diy (Old)
 and      /work/SRC/openSUSE:Factory/.diy.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diy"

Sun Jun  7 21:39:47 2020 rev:3 rq:812277 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/diy/diy.changes  2020-05-20 18:46:30.625423597 
+0200
+++ /work/SRC/openSUSE:Factory/.diy.new.3606/diy.changes        2020-06-07 
21:40:00.265770791 +0200
@@ -1,0 +2,6 @@
+Sat Jun  6 21:23:45 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add diy-include-stdexcept.patch: Include a missing header
+  flagged by GCC 10; patch taken from upstream commit.
+
+-------------------------------------------------------------------

New:
----
  diy-include-stdexcept.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ diy.spec ++++++
--- /var/tmp/diff_new_pack.UXxLQM/_old  2020-06-07 21:40:01.285774024 +0200
+++ /var/tmp/diff_new_pack.UXxLQM/_new  2020-06-07 21:40:01.285774024 +0200
@@ -58,6 +58,8 @@
 Source:         
https://github.com/diatomic/diy/archive/%{version}.tar.gz#/%{pname}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM diy-disable-memory-heavy-tests.patch badshah...@gmail.com 
-- Disable a few tests requiring more than 10 GB memory
 Patch0:         diy-disable-memory-heavy-tests.patch
+# PATCH-FIX-UPSTREAM diy-include-stdexcept.patch badshah...@gmail.com -- 
Include a missing header flagged by GCC 10
+Patch1:         diy-include-stdexcept.patch
 BuildRequires:  cmake >= 3.2
 BuildRequires:  gcc-c++
 %if %{with mpi}

++++++ diy-include-stdexcept.patch ++++++
>From 9e2377b7335299b03003d86ea97910958a646e69 Mon Sep 17 00:00:00 2001
From: Dmitriy Morozov <dmit...@mrzv.org>
Date: Sun, 24 May 2020 13:02:58 -0700
Subject: [PATCH] Add missing <stdexcept> to i/diy/mpi/io.hpp

---
 include/diy/mpi/io.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/diy/mpi/io.hpp b/include/diy/mpi/io.hpp
index 38d156d1f..42885906b 100644
--- a/include/diy/mpi/io.hpp
+++ b/include/diy/mpi/io.hpp
@@ -8,6 +8,7 @@
 
 #include <vector>
 #include <string>
+#include <stdexcept>
 
 namespace diy
 {


Reply via email to