diff --git a/sdk-1.3.250.0.tar.gz b/sdk-1.3.250.0.tar.gz deleted file mode 100644 index fff3c50..0000000 --- a/sdk-1.3.250.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f8683fd8320d5dfebdb22879f26f82c014d320a6a0622118cd298887626295 -size 1661065 diff --git a/sdk-1.3.261.0.tar.gz b/sdk-1.3.261.0.tar.gz new file mode 100644 index 0000000..1b0be09 --- /dev/null +++ b/sdk-1.3.261.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349ced75c6dcc535e30f3507a334a668dcb3655433b1cbf802b064b63c336499 +size 1684758 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 64b228c..c76b220 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 22 09:04:01 UTC 2023 - Jan Engelhardt + +- Update to release SDK-1.3.261.0 + * Warn when ICD Manifest version differs from + vkEnumerateInstanceVersion + * Enable VK_KHR_maintenance_5 support + ------------------------------------------------------------------- Tue May 30 21:36:00 UTC 2023 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 4cc351e..d107072 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,7 +19,7 @@ # Prefer to go with just /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.3.250.0 +Version: 1.3.261.0 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 @@ -31,10 +31,11 @@ BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config BuildRequires: python3-xml -BuildRequires: vulkan-headers >= %version +BuildRequires: vulkan-headers >= 1.3.261 BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) +# vulkan-headers ain't the same as pkgconfig(vulkan), surprise %description Vulkan is a 3D graphics and compute API providing cross-platform