diff --git a/sdk-1.3.250.0.tar.gz b/sdk-1.3.250.0.tar.gz new file mode 100644 index 0000000..fff3c50 --- /dev/null +++ b/sdk-1.3.250.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f8683fd8320d5dfebdb22879f26f82c014d320a6a0622118cd298887626295 +size 1661065 diff --git a/v1.3.247.tar.gz b/v1.3.247.tar.gz deleted file mode 100644 index 3235c23..0000000 --- a/v1.3.247.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0062e8cd78cb25140a784b50eee3b44f0be346c1a8d0c645e41394c2e56290 -size 1661581 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 7a3de51..64b228c 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.250.0 + * No changes over 1.3.247 [SDK-250 is a branch of regular-243 + with some cherry-picks bringing it to roughly regular-247; + there is little relation to regular-250] + ------------------------------------------------------------------- Wed Apr 19 20:09:39 UTC 2023 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 057937a..4cc351e 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,13 +19,13 @@ # Prefer to go with just /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.3.247 +Version: 1.3.250.0 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/KhronosGroup/Vulkan-Loader -Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/sdk-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 @@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-%version +%autosetup -p1 -n Vulkan-Loader-sdk-%version %build %cmake \