From 29fc41466becc650df48d5bb0b895be65688527ab2f8f21a952e00d8a1e65304 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 14 Dec 2020 20:02:12 +0000 Subject: [PATCH] - Update to release 1.2.162.0 (sdk) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-headers?expand=0&rev=64 --- sdk-1.2.162.0.tar.gz | 3 +++ v1.2.161.tar.gz | 3 --- vulkan-headers.changes | 6 ++++++ vulkan-headers.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 sdk-1.2.162.0.tar.gz delete mode 100644 v1.2.161.tar.gz diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz new file mode 100644 index 0000000..054acb9 --- /dev/null +++ b/sdk-1.2.162.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0f6a79ac38e137f55a0e13641140e63b765c8ec717a65bf3904614ef754365 +size 853014 diff --git a/v1.2.161.tar.gz b/v1.2.161.tar.gz deleted file mode 100644 index d94ba6c..0000000 --- a/v1.2.161.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0738f981c291743c2cb6024911fa1ecdfe1bdac67da6644019aeeff0925b5859 -size 841987 diff --git a/vulkan-headers.changes b/vulkan-headers.changes index dc2fbd6..97d94b8 100644 --- a/vulkan-headers.changes +++ b/vulkan-headers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 14 19:56:37 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.162.0 (sdk) + * Add GGP (Stadia) WSI platform support to vk_icd.h + ------------------------------------------------------------------- Wed Nov 25 16:30:32 UTC 2020 - Jan Engelhardt diff --git a/vulkan-headers.spec b/vulkan-headers.spec index 816b96c..07bb7f7 100644 --- a/vulkan-headers.spec +++ b/vulkan-headers.spec @@ -21,13 +21,13 @@ # Consider only updating the sources in lockstep. # Name: vulkan-headers -Version: 1.2.161 +Version: 1.2.162.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/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-%version.tar.gz BuildRequires: cmake >= 2.8.11 BuildArch: noarch Requires: pkgconfig(wayland-client) @@ -45,7 +45,7 @@ This package contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -n Vulkan-Headers-%version +%autosetup -n Vulkan-Headers-sdk-%version %build %cmake \