From 86c35cbd045efdb29ac6c5e24569407bc8fabd0c8b24e21953afd9b658eb74cb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 14 Dec 2022 12:16:42 +0000 Subject: [PATCH] - Update to release SDK-1.3.236.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=93 --- sdk-1.3.231.0.tar.gz | 3 --- sdk-1.3.236.0.tar.gz | 3 +++ vulkan-headers-rpmlintrc | 2 ++ vulkan-headers.changes | 9 +++++++++ vulkan-headers.spec | 4 +++- 5 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 sdk-1.3.231.0.tar.gz create mode 100644 sdk-1.3.236.0.tar.gz create mode 100644 vulkan-headers-rpmlintrc diff --git a/sdk-1.3.231.0.tar.gz b/sdk-1.3.231.0.tar.gz deleted file mode 100644 index 30017fa..0000000 --- a/sdk-1.3.231.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c185dedf7753d58e7b59913dd4b77006a6ed91fae598c5961f77d85b183da0 -size 1691630 diff --git a/sdk-1.3.236.0.tar.gz b/sdk-1.3.236.0.tar.gz new file mode 100644 index 0000000..ea281d6 --- /dev/null +++ b/sdk-1.3.236.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df85b3daa78ced7f910db870ea2aed10f718c703e18076b4549ca4005c9c451 +size 1764629 diff --git a/vulkan-headers-rpmlintrc b/vulkan-headers-rpmlintrc new file mode 100644 index 0000000..f97e925 --- /dev/null +++ b/vulkan-headers-rpmlintrc @@ -0,0 +1,2 @@ +# Looks like #! is used only to nudge editors decide on syntax highlighting +addFilter("non-executable-script") diff --git a/vulkan-headers.changes b/vulkan-headers.changes index 3a1b5ee..40142e8 100644 --- a/vulkan-headers.changes +++ b/vulkan-headers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 13 11:52:26 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.236.0 + * The VK_EXT_descriptor_buffer extension introduces new + commands for putting shader-accessible descriptors directly + in memory. + * Add VkIcdSurfaceImagePipe. + ------------------------------------------------------------------- Mon Oct 24 19:10:42 UTC 2022 - Jan Engelhardt diff --git a/vulkan-headers.spec b/vulkan-headers.spec index 9c3328c..0c8e361 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -21,13 +21,14 @@ # Consider only updating the sources in lockstep. # Name: vulkan-headers -Version: 1.3.231.0 +Version: 1.3.236.0 Release: 0 Summary: Vulkan C and C++ API header files License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Headers Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/sdk-%version.tar.gz +Source9: %name-rpmlintrc BuildRequires: cmake >= 2.8.11 BuildArch: noarch Requires: pkgconfig(wayland-client) @@ -61,6 +62,7 @@ to make use of Vulkan. %license LICENSE.txt %_includedir/vulkan/ %_includedir/vk_video/ +%_datadir/cmake/ %_datadir/vulkan/ %changelog