diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz new file mode 100644 index 0000000..f978e29 --- /dev/null +++ b/sdk-1.2.162.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8324a6dfd1bc20d4fad45c4ea56357d8354fc03e3e4529d0a4919f124d9e6106 +size 724402 diff --git a/v1.2.154.tar.gz b/v1.2.154.tar.gz deleted file mode 100644 index 28ac3b6..0000000 --- a/v1.2.154.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505692131143da62b36303d66cdffcac19994e9486812aa2f565a43e3ee02b37 -size 719166 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index 3abab0a..d07da41 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 14 20:50:08 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.162 (sdk) + * No user-visible changes, build changes only. + +------------------------------------------------------------------- +Wed Nov 25 17:00:14 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.161 + * vulkaninfo: Add json output for portability subset + * vulkaninfo: Make json output print extensions + ------------------------------------------------------------------- Mon Sep 28 22:05:23 UTC 2020 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index 5132e2e..b57db2a 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,20 +17,20 @@ Name: vulkan-tools -Version: 1.2.154 +Version: 1.2.162.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 BuildRequires: pkg-config BuildRequires: python3-base -BuildRequires: pkgconfig(vulkan) >= %version +BuildRequires: pkgconfig(vulkan) >= 1.2.162 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) Obsoletes: vulkan < %version-%release @@ -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