From 3fc99e7577b30f3d90dc1054ecf9762044295ca07d4a8bcea86ff25ec1ae2099 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 23 Jul 2024 07:08:20 +0200 Subject: [PATCH] vulkan-loader 1.3.290 --- vulkan-loader.changes | 9 +++++++++ vulkan-loader.spec | 11 +++++------ vulkan-sdk-1.3.283.0.tar.gz | 3 --- vulkan-sdk-1.3.290.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 vulkan-sdk-1.3.283.0.tar.gz create mode 100644 vulkan-sdk-1.3.290.0.tar.gz diff --git a/vulkan-loader.changes b/vulkan-loader.changes index eb38a52..ea93de9 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 23 05:06:41 UTC 2024 - Jan Engelhardt + +- Update to release SDK-1.3.290 + * Remove faulty fallback for unknown functions + * tests: Allow test ICD to handle NULL pApplicationInfo + * Fix preloaded ICDs being freed with custom allocators + * Fix RegCloseKey exeption when double-closing hKeys + ------------------------------------------------------------------- Thu May 16 12:13:57 UTC 2024 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 6bb26b8..78fa21d 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,19 +19,19 @@ # Prefer to go with just /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.3.283.0 +Version: 1.3.290 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/vulkan-sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-%version.0.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config BuildRequires: python3-xml -BuildRequires: vulkan-headers >= 1.3.283 +BuildRequires: vulkan-headers >= %version BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -68,7 +68,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version +%autosetup -p1 -n Vulkan-Loader-vulkan-sdk-%version.0 %build %cmake \ @@ -82,8 +82,7 @@ to make use of Vulkan. %install %cmake_install -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n libvulkan1 %license LICENSE.txt diff --git a/vulkan-sdk-1.3.283.0.tar.gz b/vulkan-sdk-1.3.283.0.tar.gz deleted file mode 100644 index 4e29db2..0000000 --- a/vulkan-sdk-1.3.283.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59151a3cdbf8dcfe9c2ce4b5bf33358255a197f48d8d0ee8a1d8642ed9ace80f -size 1713233 diff --git a/vulkan-sdk-1.3.290.0.tar.gz b/vulkan-sdk-1.3.290.0.tar.gz new file mode 100644 index 0000000..0eed508 --- /dev/null +++ b/vulkan-sdk-1.3.290.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd31fdb9b576e432a85ad4d555fac4f4e5ede22ca37ff534ab67c71cd172644 +size 1711013 -- 2.45.2