From 254d875cf68f348299fa94eaf265f3fa75b4840ace3c938fed120295d42d33bd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 18 Jan 2021 15:44:56 +0000 Subject: [PATCH] - Update to release 1.2.165 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-tools?expand=0&rev=68 --- sdk-1.2.162.0.tar.gz | 3 --- v1.2.165.tar.gz | 3 +++ vulkan-tools.changes | 6 ++++++ vulkan-tools.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 sdk-1.2.162.0.tar.gz create mode 100644 v1.2.165.tar.gz diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz deleted file mode 100644 index f978e29..0000000 --- a/sdk-1.2.162.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8324a6dfd1bc20d4fad45c4ea56357d8354fc03e3e4529d0a4919f124d9e6106 -size 724402 diff --git a/v1.2.165.tar.gz b/v1.2.165.tar.gz new file mode 100644 index 0000000..4ca1582 --- /dev/null +++ b/v1.2.165.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e2132315b5b59b35dff1d2ddd030476b64e6ac39c8c84b594472f9c9e76cf5 +size 833144 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index d07da41..d302210 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 18 15:44:08 UTC 2021 - Jan Engelhardt + +- Update to release 1.2.165 + * No user-visible changes for the Linux port + ------------------------------------------------------------------- Mon Dec 14 20:50:08 UTC 2020 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index b57db2a..40a7b6e 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -1,7 +1,7 @@ # # spec file for package vulkan-tools # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: vulkan-tools -Version: 1.2.162.0 +Version: 1.2.165 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/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel @@ -44,7 +44,7 @@ graphics applications such as games and interactive media. This package contains the Khronos official Vulkan tools and utilities. %prep -%autosetup -p1 -n Vulkan-Tools-sdk-%version +%autosetup -p1 -n Vulkan-Tools-%version %build mkdir -p glslang/bin