Hello community,

here is the log from the commit of package waylandpp for openSUSE:Factory 
checked in at 2020-06-05 20:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/waylandpp (Old)
 and      /work/SRC/openSUSE:Factory/.waylandpp.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "waylandpp"

Fri Jun  5 20:23:49 2020 rev:3 rq:811846 version:0.2.7.20191014T190311.4007255

Changes:
--------
--- /work/SRC/openSUSE:Factory/waylandpp/waylandpp.changes      2019-10-16 
09:17:33.827115236 +0200
+++ /work/SRC/openSUSE:Factory/.waylandpp.new.3606/waylandpp.changes    
2020-06-05 20:28:58.177305489 +0200
@@ -1,0 +2,5 @@
+Fri Jun  5 14:14:14 UTC 2020 - [email protected]
+
+- Add 695c0881101435a57d24c84d04cbcb79eec49903.patch to fix build
+
+-------------------------------------------------------------------

New:
----
  695c0881101435a57d24c84d04cbcb79eec49903.patch

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

Other differences:
------------------
++++++ waylandpp.spec ++++++
--- /var/tmp/diff_new_pack.R685MP/_old  2020-06-05 20:28:59.037308029 +0200
+++ /var/tmp/diff_new_pack.R685MP/_new  2020-06-05 20:28:59.037308029 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/NilsBrause/waylandpp
 Source0:        %{name}-%{version}.tar.xz
+Patch0:         695c0881101435a57d24c84d04cbcb79eec49903.patch
 BuildRequires:  cmake >= 3.13
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config

++++++ 695c0881101435a57d24c84d04cbcb79eec49903.patch ++++++
>From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
From: Rechi <[email protected]>
Date: Sat, 18 Jan 2020 23:37:46 +0100
Subject: [fix] add missing stdexcept include after 2d834a6
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

fixes error: ‘runtime_error’ is not a member of ‘std’
---
 include/wayland-util.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp
index 9cf5d04..1609651 100644
--- a/include/wayland-util.hpp
+++ b/include/wayland-util.hpp
@@ -28,6 +28,7 @@
 
 #include <algorithm>
 #include <memory>
+#include <stdexcept>
 #include <string>
 #include <typeinfo>
 #include <utility>

Reply via email to