From 30fcb45702b93882615ddd9166d95481b9b56e5a91bda27410dd59788836a12b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Jul 2020 16:33:13 +0000 Subject: [PATCH] Accepting request 818297 from home:gmbr3:Active - Update to release 1.2.145 * scripts: Add default arg for kvt_genvk directory * vulkaninfo: fix indent with for present support * icd:Correctly Support Vulkan 1.1 * icd: Cleanup supported VK API version * vulkaninfo: fix output style for memory types * vulkaninfo: add more asserts to catch bad formatting * vulkaninfo: fix ordering issues in generated code * scripts: Use named params for generator options OBS-URL: https://build.opensuse.org/request/show/818297 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=52 --- Vulkan-Tools-1.2.145.tar.gz | 3 +++ v1.2.141.tar.gz | 3 --- vulkan-tools.changes | 13 +++++++++++++ vulkan-tools.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 Vulkan-Tools-1.2.145.tar.gz delete mode 100644 v1.2.141.tar.gz diff --git a/Vulkan-Tools-1.2.145.tar.gz b/Vulkan-Tools-1.2.145.tar.gz new file mode 100644 index 0000000..13a0fc3 --- /dev/null +++ b/Vulkan-Tools-1.2.145.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a13ed073f33566c5fbf6b7c96a23e2fa3eaa9a51e2271643f1380380c8c913 +size 714375 diff --git a/v1.2.141.tar.gz b/v1.2.141.tar.gz deleted file mode 100644 index 3611843..0000000 --- a/v1.2.141.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2570421840e18e97a596ffbbfdf0609e85e3450e48110ca6714a46f41a0a44b5 -size 711666 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index d3d583c..bf3cd1a 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 2 10:21:07 UTC 2020 - Callum Farmer + +- Update to release 1.2.145 + * scripts: Add default arg for kvt_genvk directory + * vulkaninfo: fix indent with for present support + * icd:Correctly Support Vulkan 1.1 + * icd: Cleanup supported VK API version + * vulkaninfo: fix output style for memory types + * vulkaninfo: add more asserts to catch bad formatting + * vulkaninfo: fix ordering issues in generated code + * scripts: Use named params for generator options + ------------------------------------------------------------------- Thu May 28 13:32:28 UTC 2020 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 89fb43c..a4ac102 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,14 +17,14 @@ Name: vulkan-tools -Version: 1.2.141 +Version: 1.2.145 Release: 0 Summary: Diagnostic utilities for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-Tools -Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz#/Vulkan-Tools-%{version}.tar.gz BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel