From 9e2904e159a334f06e1c8330d5f4017d6fb59d96fc0dd97d1cc38cd879cf6353 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 23 Dec 2022 08:01:40 +0000 Subject: [PATCH] - Update to release 1.6.1+sdk-1.3.236.0 (1d31a10) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-headers?expand=0&rev=75 --- _service | 6 +++--- spirv-headers-1.6.1+sdk1.3.236.0.tar.xz | 3 +++ spirv-headers-1.6.1+sdk231+git0.85a1ed2.tar.xz | 3 --- spirv-headers.changes | 8 ++++++++ spirv-headers.spec | 7 +++---- 5 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 spirv-headers-1.6.1+sdk1.3.236.0.tar.xz delete mode 100644 spirv-headers-1.6.1+sdk231+git0.85a1ed2.tar.xz diff --git a/_service b/_service index 0ce9f4d..4756021 100644 --- a/_service +++ b/_service @@ -3,9 +3,9 @@ spirv-headers git https://github.com/KhronosGroup/SPIRV-Headers - 85a1ed2 - sdk-1.3.231.0 - 1.6.1+sdk231+git@TAG_OFFSET@.%h + sdk-1.3.236.0 + sdk-1.3.236.0 + 1.6.1+sdk-1.3.236.0 *.tar diff --git a/spirv-headers-1.6.1+sdk1.3.236.0.tar.xz b/spirv-headers-1.6.1+sdk1.3.236.0.tar.xz new file mode 100644 index 0000000..c8039f0 --- /dev/null +++ b/spirv-headers-1.6.1+sdk1.3.236.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f64dcd62aa61a3a64da1df7b1e9a4beeef19ec3809c00d4ac6d38cde97fc91 +size 152328 diff --git a/spirv-headers-1.6.1+sdk231+git0.85a1ed2.tar.xz b/spirv-headers-1.6.1+sdk231+git0.85a1ed2.tar.xz deleted file mode 100644 index 8bb6891..0000000 --- a/spirv-headers-1.6.1+sdk231+git0.85a1ed2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1536e329693263ab628edddae5bb0fe552ed164ff2f7807791cedd971a81feb -size 149948 diff --git a/spirv-headers.changes b/spirv-headers.changes index 5ab7291..89ae18b 100644 --- a/spirv-headers.changes +++ b/spirv-headers.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 23 07:59:56 UTC 2022 - Jan Engelhardt + +- Update to release 1.6.1+sdk-1.3.236.0 (1d31a10) + * Add SPV_INTEL_fpga_invocation_pipelining_attributes, + SPV_INTEL_fpga_dsp_control, SPV_INTEL_runtime_aligned + * Add headers for SPV_NV_shader_invocation_reorder + ------------------------------------------------------------------- Mon Oct 24 19:43:45 UTC 2022 - Jan Engelhardt diff --git a/spirv-headers.spec b/spirv-headers.spec index e8e11eb..e4cca34 100644 --- a/spirv-headers.spec +++ b/spirv-headers.spec @@ -17,20 +17,19 @@ # The git repo is a hodgepodge. -# Most recent tag is 1.5.4, but that is outdated -# CMakeLists.txt's project() line contains 1.5.5, but this is outdated too +# Most recent tag is 1.5.4, but that is outdated. +# CMakeLists.txt's project() line contains 1.5.5, but this is outdated too. # The SPIR-V version is 1.6.1 (include/spirv/unified1/spirv.core.grammar.json) # They add "SDK" tags that reflect the Vulkan version (1.3), # and the independently increasing toolchain release number (216). Name: spirv-headers -Version: 1.6.1+sdk231+git0.85a1ed2 +Version: 1.6.1+sdk1.3.236.0 Release: 0 Summary: Machine-readable files from the SPIR-V registry License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/SPIRV-Headers - #Source: https://github.com/KhronosGroup/SPIRV-Headers/archive/sdk-1.3.216.0.tar.gz Source: %name-%version.tar.xz BuildArch: noarch