diff --git a/sdk-1.2.170.0.tar.gz b/sdk-1.2.170.0.tar.gz new file mode 100644 index 0000000..a852280 --- /dev/null +++ b/sdk-1.2.170.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0408ab3d2020e2e3a622be0dcac8d223cafe9a1123b4dff67a0ecc4e758718b4 +size 835164 diff --git a/v1.2.166.tar.gz b/v1.2.166.tar.gz deleted file mode 100644 index f8cf6ff..0000000 --- a/v1.2.166.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:700058b72f9f48321bc0dc1e597bec6528af5c9c7158623459da79c96997cd7b -size 833708 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 2360ff3..97c79b4 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Feb 28 16:59:50 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.170.0 + * No user-visible changes. + +------------------------------------------------------------------- +Wed Feb 10 14:03:46 UTC 2021 - Jan Engelhardt + +- Update to release 1.2.169 + * vkcube: Add options --width and --height + ------------------------------------------------------------------- Sat Jan 23 00:48:01 UTC 2021 - Dirk Müller diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 33f44d0..5c60f90 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,14 +17,14 @@ Name: vulkan-tools -Version: 1.2.166 +Version: 1.2.170.0 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/sdk-%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-%version +%autosetup -p1 -n Vulkan-Tools-sdk-%version %build mkdir -p glslang/bin