Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package vulkan-validationlayers for
openSUSE:Factory checked in at 2024-01-24 19:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vulkan-validationlayers (Old)
and /work/SRC/openSUSE:Factory/.vulkan-validationlayers.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vulkan-validationlayers"
Wed Jan 24 19:05:00 2024 rev:49 rq:1140013 version:1.3.275.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/vulkan-validationlayers/vulkan-validationlayers.changes
2024-01-03 12:26:17.502335014 +0100
+++
/work/SRC/openSUSE:Factory/.vulkan-validationlayers.new.16006/vulkan-validationlayers.changes
2024-01-24 19:05:07.303040055 +0100
@@ -1,0 +2,14 @@
+Fri Jan 19 11:25:12 UTC 2024 - Jan Engelhardt <[email protected]>
+
+- Update to release 1.3.275.0
+ * gpu: Add ability to select which shaders get instrumented
+ * gpu: Use vku utilities for GPU-AV settings
+ * layers: Add support for VK_EXT_external_memory_host,
+ vkSetDeviceMemoryPriorityEXT, vkTraceRaysIndirectKHR,
+ VK_KHR_calibrated_timestamps, VK_KHR_vertex_attribute_divisor,
+ VK_ANDROID_external_format_resolve
+ * gpu: Add vkTraceRaysIndirectKHR
+ * layers: Improve SPIRV-Tools related error message
+- Delete glslang14.diff (not needed)
+
+-------------------------------------------------------------------
Old:
----
glslang14.diff
vulkan-sdk-1.3.268.0.tar.gz
New:
----
vulkan-sdk-1.3.275.0.tar.gz
BETA DEBUG BEGIN:
Old: * layers: Improve SPIRV-Tools related error message
- Delete glslang14.diff (not needed)
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vulkan-validationlayers.spec ++++++
--- /var/tmp/diff_new_pack.hmVGov/_old 2024-01-24 19:05:09.547121129 +0100
+++ /var/tmp/diff_new_pack.hmVGov/_new 2024-01-24 19:05:09.563121707 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vulkan-validationlayers
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: vulkan-validationlayers
-Version: 1.3.268.0
+Version: 1.3.275.0
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0
@@ -25,7 +25,6 @@
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
Source:
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/vulkan-sdk-%version.tar.gz
Patch2: xxhash.diff
-Patch3: glslang14.diff
BuildRequires: cmake >= 3.7.12
%if 0%{?suse_version} >= 1599
BuildRequires: gcc-c++
@@ -36,12 +35,12 @@
BuildRequires: memory-constraints
BuildRequires: pkg-config
BuildRequires: python3-base
-BuildRequires: spirv-headers >= 1.6.1+sdk268
-BuildRequires: spirv-tools-devel >= 2023.5~rc1
+BuildRequires: spirv-headers >= 1.6.1+sdk275
+BuildRequires: spirv-tools-devel >= 2023.6~rc1
BuildRequires: vulkan-headers
-BuildRequires: vulkan-utility-libraries-devel >= 1.3.268
+BuildRequires: vulkan-utility-libraries-devel >= 1.3.275
BuildRequires: xxhash-devel
-BuildRequires: pkgconfig(vulkan) >= 1.3.268
+BuildRequires: pkgconfig(vulkan) >= 1.3.275
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
Conflicts: vulkan < 1.1
++++++ vulkan-sdk-1.3.268.0.tar.gz -> vulkan-sdk-1.3.275.0.tar.gz ++++++
++++ 330809 lines of diff (skipped)
++++++ xxhash.diff ++++++
--- /var/tmp/diff_new_pack.hmVGov/_old 2024-01-24 19:05:11.951207984 +0100
+++ /var/tmp/diff_new_pack.hmVGov/_new 2024-01-24 19:05:11.955208129 +0100
@@ -7,23 +7,23 @@
xxhash as well, so that the ABI matches.
---
- layers/CMakeLists.txt | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
+ layers/CMakeLists.txt | 2 +-
+ layers/utils/hash_util.cpp | 5 +----
+ 2 files changed, 2 insertions(+), 5 deletions(-)
-Index: Vulkan-ValidationLayers-vulkan-sdk-1.3.268.0/layers/CMakeLists.txt
+Index: Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0/layers/CMakeLists.txt
===================================================================
---- Vulkan-ValidationLayers-vulkan-sdk-1.3.268.0.orig/layers/CMakeLists.txt
-+++ Vulkan-ValidationLayers-vulkan-sdk-1.3.268.0/layers/CMakeLists.txt
-@@ -28,8 +28,6 @@ target_sources(VkLayer_utils PRIVATE
+--- Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0.orig/layers/CMakeLists.txt
++++ Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0/layers/CMakeLists.txt
+@@ -28,7 +28,6 @@ target_sources(VkLayer_utils PRIVATE
error_message/error_location.cpp
error_message/error_location.h
error_message/record_object.h
- external/xxhash.h
-- external/xxhash.cpp
${API_TYPE}/generated/error_location_helper.cpp
${API_TYPE}/generated/error_location_helper.h
- ${API_TYPE}/generated/pnext_chain_extraction.cpp
-@@ -76,6 +74,7 @@ target_link_libraries(VkLayer_utils PUBL
+ ${API_TYPE}/generated/feature_requirements_helper.cpp
+@@ -72,6 +71,7 @@ target_link_libraries(VkLayer_utils PUBL
Vulkan::LayerSettings
Vulkan::UtilityHeaders
${CMAKE_DL_LIBS}
@@ -31,4 +31,22 @@
)
target_include_directories(VkLayer_utils SYSTEM PRIVATE external)
target_include_directories(VkLayer_utils PUBLIC . ${API_TYPE})
+Index: Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0/layers/utils/hash_util.cpp
+===================================================================
+---
Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0.orig/layers/utils/hash_util.cpp
++++ Vulkan-ValidationLayers-vulkan-sdk-1.3.275.0/layers/utils/hash_util.cpp
+@@ -23,12 +23,9 @@
+ #define XXH_IMPLEMENTATION
+
+ // Only include xxhash.h once!
+-#include "external/xxhash.h"
++#include <xxhash.h>
+
+ // Currently using version v0.8.2 of xxhash
+-static_assert(XXH_VERSION_MAJOR == 0);
+-static_assert(XXH_VERSION_MINOR == 8);
+-static_assert(XXH_VERSION_RELEASE == 2);
+
+ namespace hash_util {
+