Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polybar for openSUSE:Factory checked 
in at 2025-03-17 22:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polybar (Old)
 and      /work/SRC/openSUSE:Factory/.polybar.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polybar"

Mon Mar 17 22:18:13 2025 rev:16 rq:1253598 version:3.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/polybar/polybar.changes  2024-09-10 
21:15:25.491516020 +0200
+++ /work/SRC/openSUSE:Factory/.polybar.new.19136/polybar.changes       
2025-03-17 22:22:00.665551717 +0100
@@ -1,0 +2,7 @@
+Wed Mar 12 13:31:49 UTC 2025 - pgaj...@suse.com
+
+- fix build with gcc15
+- added patches
+  + polybar-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  polybar-gcc15.patch

BETA DEBUG BEGIN:
  New:- added patches
  + polybar-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ polybar.spec ++++++
--- /var/tmp/diff_new_pack.ULLMec/_old  2025-03-17 22:22:01.273577114 +0100
+++ /var/tmp/diff_new_pack.ULLMec/_new  2025-03-17 22:22:01.273577114 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polybar
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 URL:            https://github.com/polybar/polybar
 Source:         
https://github.com/polybar/polybar/releases/download/%{version}/%{name}-%{version}.tar.gz
 Patch0:         cmake.patch
+Patch1:         polybar-gcc15.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake >= 3.5
 BuildRequires:  i3
@@ -61,7 +62,7 @@
 A fast and easy-to-use status bar for tilling WM
 
 %prep
-%setup -q
+%autosetup -p1
 
 %if 0%{?sle_version} == 150500 && 0%{?is_opensuse} || 0%{?sle_version} == 
150600 && 0%{?is_opensuse}
     %autopatch -p1

++++++ polybar-gcc15.patch ++++++
--- polybar-3.7.2/include/ipc/msg.hpp   2024-08-17 13:39:55.000000000 +0200
+++ polybar-3.7.2/include/ipc/msg.hpp   2025-03-12 14:15:51.370793695 +0100
@@ -3,6 +3,7 @@
 #include "common.hpp"
 
 #include <array>
+#include <cstdint>
 
 POLYBAR_NS
 
--- polybar-3.7.2/include/utils/color.hpp       2024-08-17 13:39:55.000000000 
+0200
+++ polybar-3.7.2/include/utils/color.hpp       2025-03-12 14:25:55.321819018 
+0100
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <cstdlib>
+#include <cstdint>
 
 #include "common.hpp"
 
--- polybar-3.7.2/include/utils/string.hpp      2024-08-17 13:39:55.000000000 
+0200
+++ polybar-3.7.2/include/utils/string.hpp      2025-03-12 14:17:05.765954854 
+0100
@@ -1,6 +1,7 @@
 #pragma once
 
 #include <sstream>
+#include <cstdint>
 
 #include "common.hpp"
 

Reply via email to