From edeafdbc4c0079831839aee95c7995e4e6b0fe59830db6ef18e51105f4a46559 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Feb 2023 22:01:16 +0000 Subject: [PATCH 1/3] Accepting request 1064322 from home:dziobian - Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments need separate drivers and need to be diagnosed separately. OBS-URL: https://build.opensuse.org/request/show/1064322 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=99 --- baselibs.conf | 5 +++++ vulkan-tools.changes | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..4afcfd4 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,5 @@ +vulkan-tools + +/usr/bin/vkcube -> /usr/bin/vkcube- + +/usr/bin/vkcube-wayland -> /usr/bin/vkcube-wayland- + +/usr/bin/vkcubepp -> /usr/bin/vkcubepp- + +/usr/bin/vulkaninfo -> /usr/bin/vulkaninfo- \ No newline at end of file diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 7204b53..eae4dbb 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 10 18:03:56 UTC 2023 - Bruno Pitrus +- Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments + need separate drivers and need to be diagnosed separately. + ------------------------------------------------------------------- Sun Jan 29 12:41:31 UTC 2023 - Jan Engelhardt From 1369a565d04c57391dd988df9c223bd458de6b44e81bd14a9047ead9b13d9ff9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 10 Feb 2023 22:01:48 +0000 Subject: [PATCH 2/3] fixup extension issue Would produce "vkcube--x86" on ia64 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=100 --- baselibs.conf | 8 ++++---- vulkan-tools.changes | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 4afcfd4..2a96a57 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ vulkan-tools - +/usr/bin/vkcube -> /usr/bin/vkcube- - +/usr/bin/vkcube-wayland -> /usr/bin/vkcube-wayland- - +/usr/bin/vkcubepp -> /usr/bin/vkcubepp- - +/usr/bin/vulkaninfo -> /usr/bin/vulkaninfo- \ No newline at end of file + +/usr/bin/vkcube -> /usr/bin/vkcube + +/usr/bin/vkcube-wayland -> /usr/bin/vkcube-wayland + +/usr/bin/vkcubepp -> /usr/bin/vkcubepp + +/usr/bin/vulkaninfo -> /usr/bin/vulkaninfo diff --git a/vulkan-tools.changes b/vulkan-tools.changes index eae4dbb..ee1ea75 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,5 +1,6 @@ ------------------------------------------------------------------- Fri Feb 10 18:03:56 UTC 2023 - Bruno Pitrus + - Add baselibs.conf. This is useful as 64- and 32-bit vulkan environments need separate drivers and need to be diagnosed separately. From 90a993ba71c120594445087b237779d63b0dd05c900e51a52c6f6362e6bf4b68 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 13 Feb 2023 13:13:07 +0000 Subject: [PATCH 3/3] Accepting request 1065498 from home:dziobian fix missing Source reported by factory bot OBS-URL: https://build.opensuse.org/request/show/1065498 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=101 --- vulkan-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vulkan-tools.spec b/vulkan-tools.spec index c752ce4..f14e065 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -23,7 +23,8 @@ Summary: Diagnostic utilities for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools -Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz +Source0: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz +Source1: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel >= 8.13.3743