From 864d79f6ea87c67f5afe72322843632073abe0c97b54d6a3a8783f43a0c02124 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 4 Jun 2019 10:22:02 +0000 Subject: [PATCH] - Update to new upstream release 1.1.108 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=22 --- Vulkan-Loader-1.1.102.tar.xz | 3 --- Vulkan-Loader-1.1.108.tar.xz | 3 +++ _service | 6 +++--- vulkan-loader.changes | 7 +++++++ vulkan-loader.spec | 6 +++--- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 Vulkan-Loader-1.1.102.tar.xz create mode 100644 Vulkan-Loader-1.1.108.tar.xz diff --git a/Vulkan-Loader-1.1.102.tar.xz b/Vulkan-Loader-1.1.102.tar.xz deleted file mode 100644 index 4de7758..0000000 --- a/Vulkan-Loader-1.1.102.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb9c05b5fa5ee726001a9850a3f8f9a2e2c5ddbfe54e50bad72a7428771a659 -size 1223052 diff --git a/Vulkan-Loader-1.1.108.tar.xz b/Vulkan-Loader-1.1.108.tar.xz new file mode 100644 index 0000000..5345e98 --- /dev/null +++ b/Vulkan-Loader-1.1.108.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e748ffaee30f80be15ca7568f22eda8c825f38fe78aa7248aa983a3fa755c0 +size 1221624 diff --git a/_service b/_service index 7babc04..57941bf 100644 --- a/_service +++ b/_service @@ -3,9 +3,9 @@ git https://github.com/KhronosGroup/Vulkan-Loader - v1.1.102 - v1.1.102 - 1.1.102 + v1.1.108 + v1.1.108 + 1.1.108 *.tar diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 00b4f2f..77bda13 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 4 10:16:04 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.108 + * loader: VK_EXT_headless_surface additions + * layers: add layer callbacks for device creation + ------------------------------------------------------------------- Sun Mar 24 14:02:28 UTC 2019 - John Vandenberg diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 74f0760..59827ad 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -16,11 +16,11 @@ # -%define version_unconverted 1.1.102 +%define version_unconverted 1.1.108 Name: vulkan-loader %define lname libvulkan1 -Version: 1.1.102 +Version: 1.1.108 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 @@ -29,7 +29,7 @@ Url: http://www.khronos.org/ Source: Vulkan-Loader-%version.tar.xz Source9: baselibs.conf -BuildRequires: cmake >= 2.8.11 +BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config BuildRequires: python3-xml