Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kanshi for openSUSE:Factory checked 
in at 2024-06-06 12:34:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kanshi (Old)
 and      /work/SRC/openSUSE:Factory/.kanshi.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kanshi"

Thu Jun  6 12:34:11 2024 rev:6 rq:1178896 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kanshi/kanshi.changes    2024-04-23 
18:57:09.880825510 +0200
+++ /work/SRC/openSUSE:Factory/.kanshi.new.24587/kanshi.changes 2024-06-06 
12:34:48.169250017 +0200
@@ -1,0 +2,15 @@
+Thu Jun  6 06:27:49 UTC 2024 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Add kanshictl. New command when IPC is enabled
+
+-------------------------------------------------------------------
+Thu May 30 01:17:28 UTC 2024 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Add ./wayland-include-dirs.patch
+
+-------------------------------------------------------------------
+Sun May 19 15:13:25 UTC 2024 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Enable IPC support with libvarlink
+
+-------------------------------------------------------------------

New:
----
  wayland-include-dirs.patch

BETA DEBUG BEGIN:
  New:
- Add ./wayland-include-dirs.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ kanshi.spec ++++++
--- /var/tmp/diff_new_pack.pqYHxE/_old  2024-06-06 12:34:48.641267218 +0200
+++ /var/tmp/diff_new_pack.pqYHxE/_new  2024-06-06 12:34:48.645267364 +0200
@@ -27,10 +27,12 @@
 Source1:        
https://git.sr.ht/~emersion/kanshi/refs/download/v%{version}/%{name}-%{version}.tar.gz.sig
 # 
https://emersion.fr/.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19
 Source2:        %{name}.keyring
+Patch1:         wayland-include-dirs.patch
 BuildRequires:  cmake
 BuildRequires:  meson
 BuildRequires:  ninja
 BuildRequires:  scdoc
+BuildRequires:  pkgconfig(libvarlink)
 BuildRequires:  pkgconfig(scfg)
 BuildRequires:  pkgconfig(wayland-client)
 
@@ -44,7 +46,7 @@
 %build
 # Disabled because libvarlink is not available in Factory
 %meson \
-  -Dipc=disabled
+  -Dipc=enabled
 %meson_build
 
 %install
@@ -55,5 +57,6 @@
 
 %files
 %{_bindir}/kanshi
+%{_bindir}/kanshictl
 %{_mandir}/man?/%{name}*
 



++++++ wayland-include-dirs.patch ++++++
diff -ruN kanshi-1.6.0.orig/include/config.h kanshi-1.6.0/include/config.h
--- kanshi-1.6.0.orig/include/config.h  2024-05-30 09:13:31.476788919 +0800
+++ kanshi-1.6.0/include/config.h       2024-05-30 09:14:01.283475131 +0800
@@ -2,7 +2,7 @@
 #define KANSHI_CONFIG_H
 
 #include <stdbool.h>
-#include <wayland-client.h>
+#include <wayland/wayland-client.h>
 
 enum kanshi_output_field {
        KANSHI_OUTPUT_ENABLED = 1 << 0,
diff -ruN kanshi-1.6.0.orig/include/kanshi.h kanshi-1.6.0/include/kanshi.h
--- kanshi-1.6.0.orig/include/kanshi.h  2024-05-30 09:13:31.476788919 +0800
+++ kanshi-1.6.0/include/kanshi.h       2024-05-30 09:13:50.926801677 +0800
@@ -2,7 +2,7 @@
 #define KANSHI_KANSHI_H
 
 #include <stdbool.h>
-#include <wayland-client.h>
+#include <wayland/wayland-client.h>
 
 struct zwlr_output_manager_v1;
 

Reply via email to