diff --git a/sdk-1.3.250.0.tar.gz b/sdk-1.3.250.0.tar.gz new file mode 100644 index 0000000..bc87760 --- /dev/null +++ b/sdk-1.3.250.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337d23b77a36fcf40159decb832ff8feac7d623faea0c45d549b5d657fd4728e +size 785979 diff --git a/v1.3.247.tar.gz b/v1.3.247.tar.gz deleted file mode 100644 index 6d62fdb..0000000 --- a/v1.3.247.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c7f9d81d599a36871cc122501713cd67882be4777872c8c5e17834e2c2047a1 -size 783642 diff --git a/vulkan-tools.changes b/vulkan-tools.changes index d03cf83..3f79eb8 100644 --- a/vulkan-tools.changes +++ b/vulkan-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 30 21:38:30 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.250.0 + * vulkaninfo: Issue flush before exiting + ------------------------------------------------------------------- Wed Apr 19 20:11:40 UTC 2023 - Jan Engelhardt diff --git a/vulkan-tools.spec b/vulkan-tools.spec index b3569f7..2fc33b1 100644 --- a/vulkan-tools.spec +++ b/vulkan-tools.spec @@ -17,13 +17,13 @@ Name: vulkan-tools -Version: 1.3.247 +Version: 1.3.250.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/refs/tags/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/sdk-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.17 BuildRequires: gcc-c++ >= 4.8 @@ -45,7 +45,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