Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vulkan-tools for openSUSE:Factory 
checked in at 2022-07-26 19:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vulkan-tools (Old)
 and      /work/SRC/openSUSE:Factory/.vulkan-tools.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vulkan-tools"

Tue Jul 26 19:43:03 2022 rev:36 rq:990571 version:1.3.216.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vulkan-tools/vulkan-tools.changes        
2022-06-17 21:18:49.794653539 +0200
+++ /work/SRC/openSUSE:Factory/.vulkan-tools.new.1533/vulkan-tools.changes      
2022-07-26 19:43:18.682124628 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:16:09 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Add 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
+
+-------------------------------------------------------------------

New:
----
  0001-vulkaninfo-include-wayland-client-because-its-functi.patch

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

Other differences:
------------------
++++++ vulkan-tools.spec ++++++
--- /var/tmp/diff_new_pack.NBnhSi/_old  2022-07-26 19:43:19.154051704 +0200
+++ /var/tmp/diff_new_pack.NBnhSi/_new  2022-07-26 19:43:19.158051086 +0200
@@ -25,6 +25,7 @@
 URL:            https://github.com/KhronosGroup/Vulkan-Tools
 
 Source:         
https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-%version.tar.gz
+Patch1:         0001-vulkaninfo-include-wayland-client-because-its-functi.patch
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  glslang-devel >= 8.13.3743

++++++ 0001-vulkaninfo-include-wayland-client-because-its-functi.patch ++++++
>From d76fa203ac51014158060915835ed92bf5018b2a Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jeng...@inai.de>
Date: Thu, 21 Jul 2022 15:22:26 +0200
Subject: [PATCH] vulkaninfo: include wayland-client because its functions are
 used

"Include what you use": vulkaninfo.h calls wl_registry_bind, thus
ought to include wayland-client.h.
---
 vulkaninfo/vulkaninfo.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vulkaninfo/vulkaninfo.h b/vulkaninfo/vulkaninfo.h
index 1a1e9f95..e6618d35 100644
--- a/vulkaninfo/vulkaninfo.h
+++ b/vulkaninfo/vulkaninfo.h
@@ -79,6 +79,10 @@
 #include "metal_view.h"
 #endif
 
+#if defined(VK_USE_PLATFORM_WAYLAND_KHR)
+#include <wayland-client.h>
+#endif
+
 #include <vulkan/vulkan.h>
 
 static std::string VkResultString(VkResult err);
-- 
2.37.1

Reply via email to