From 002c488b01ec5a26e0981411caa3b6b82562f02e01706f109377751067d35ace Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 14 Dec 2020 20:25:54 +0000 Subject: [PATCH] - Update to release 1.2.162 (sdk) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=75 --- sdk-1.2.162.0.tar.gz | 3 +++ v1.2.161.tar.gz | 3 --- vulkan-loader.changes | 6 ++++++ vulkan-loader.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..0057427 --- /dev/null +++ b/sdk-1.2.162.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd +size 1422604 diff --git a/v1.2.161.tar.gz b/v1.2.161.tar.gz deleted file mode 100644 index 791442e..0000000 --- a/v1.2.161.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6 -size 1421424 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index b938436..c40bf42 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 14 20:25:20 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.162 (sdk) + * Add GGP WSI platform support to Vulkan-Loader + ------------------------------------------------------------------- Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 93e3c65..eb341c6 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,13 +19,13 @@ # Only pick versions released as /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.161 +Version: 1.2.162.0 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Loader -Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 @@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-%version +%autosetup -p1 -n Vulkan-Loader-sdk-%version %build %cmake \