From 861698b45af72a730585745b109d49e99ae5c02b584db2f37d8db464bf8418e5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 22 Aug 2023 09:05:54 +0000 Subject: [PATCH 1/3] - Update to release SDK-1.3.261.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=113 --- sdk-1.3.250.0.tar.gz | 3 --- sdk-1.3.261.0.tar.gz | 3 +++ vulkan-loader.changes | 8 ++++++++ vulkan-loader.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 sdk-1.3.250.0.tar.gz create mode 100644 sdk-1.3.261.0.tar.gz 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..42fffef 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 From eabe1a81bda25b17a0a901169c8b57c7f69c00ae7f24f63b0ee69e376de12a99 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 22 Aug 2023 09:27:34 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=114 --- vulkan-loader.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 42fffef..913bac0 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -31,8 +31,8 @@ BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config BuildRequires: python3-xml -BuildRequires: vulkan-headers >= %version BuildRequires: pkgconfig(pciaccess) +BuildRequires: pkgconfig(vulkan) >= 1.3.261 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) From 3dd511ffbd53dfa26303529389a6470d66f9afd278f5e353a4731efd2a2507ff Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 24 Aug 2023 10:25:10 +0000 Subject: [PATCH 3/3] revert change to pkgconfig(vulkan) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=115 --- vulkan-loader.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 913bac0..d107072 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -31,10 +31,11 @@ BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config BuildRequires: python3-xml +BuildRequires: vulkan-headers >= 1.3.261 BuildRequires: pkgconfig(pciaccess) -BuildRequires: pkgconfig(vulkan) >= 1.3.261 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