Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package waybar for openSUSE:Factory checked 
in at 2023-04-09 18:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/waybar (Old)
 and      /work/SRC/openSUSE:Factory/.waybar.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "waybar"

Sun Apr  9 18:40:58 2023 rev:43 rq:1078128 version:0.9.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/waybar/waybar.changes    2023-01-16 
18:02:17.403953805 +0100
+++ /work/SRC/openSUSE:Factory/.waybar.new.19717/waybar.changes 2023-04-09 
18:43:14.942509091 +0200
@@ -1,0 +2,6 @@
+Sat Apr  1 19:59:55 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch: Fix(sway):
+  add missing includes for GCC 13
+
+-------------------------------------------------------------------

New:
----
  ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch

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

Other differences:
------------------
++++++ waybar.spec ++++++
--- /var/tmp/diff_new_pack.T5YYT5/_old  2023-04-09 18:43:15.366511490 +0200
+++ /var/tmp/diff_new_pack.T5YYT5/_new  2023-04-09 18:43:15.374511535 +0200
@@ -26,6 +26,7 @@
 Source0:        %{name}-%{version}.tar.gz
 Patch0:         0000-replace-gethostbyname-getaddrinfo.patch
 Patch1:         0001-require-date-dependency.patch
+Patch2:         
https://github.com/Alexays/Waybar/commit/ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch
 BuildRequires:  cmake
 %if 0%{?sle_version} >= 150400
 BuildRequires:  gcc11-c++

++++++ ca9d237b00b4d01f341b0d7bc938afb10a4f8cad.patch ++++++
>From ca9d237b00b4d01f341b0d7bc938afb10a4f8cad Mon Sep 17 00:00:00 2001
From: Aleksei Bavshin <alebast...@gmail.com>
Date: Mon, 16 Jan 2023 10:27:21 -0800
Subject: [PATCH] fix(sway): add missing includes for GCC 13

See also: https://gcc.gnu.org/gcc-13/porting_to.html
---
 include/modules/sway/ipc/client.hpp | 1 +
 src/modules/sway/ipc/client.cpp     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/include/modules/sway/ipc/client.hpp 
b/include/modules/sway/ipc/client.hpp
index 77dab083d..a6705eaa7 100644
--- a/include/modules/sway/ipc/client.hpp
+++ b/include/modules/sway/ipc/client.hpp
@@ -8,6 +8,7 @@
 #include <cstring>
 #include <memory>
 #include <mutex>
+#include <string>
 
 #include "ipc.hpp"
 #include "util/sleeper_thread.hpp"
diff --git a/src/modules/sway/ipc/client.cpp b/src/modules/sway/ipc/client.cpp
index 4d6495cb7..5c3df7b2f 100644
--- a/src/modules/sway/ipc/client.cpp
+++ b/src/modules/sway/ipc/client.cpp
@@ -2,6 +2,8 @@
 
 #include <fcntl.h>
 
+#include <stdexcept>
+
 namespace waybar::modules::sway {
 
 Ipc::Ipc() {

Reply via email to