diff --git a/sdk-1.3.204.0.tar.gz b/sdk-1.3.204.0.tar.gz deleted file mode 100644 index 5ed83c2..0000000 --- a/sdk-1.3.204.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e9700f454007ea6f1e6eb097a905e7c30ad2be740ddd9e76235658c98db2ddd -size 1465732 diff --git a/sdk-1.3.211.0.tar.gz b/sdk-1.3.211.0.tar.gz new file mode 100644 index 0000000..1fb1d55 --- /dev/null +++ b/sdk-1.3.211.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb42a8e0dda103f98bddb9ae2311ae8e8e988588b600a1114b74a1ba3a0843f4 +size 1581473 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 9741580..96e7c6e 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 18 23:09:17 UTC 2022 - Jan Engelhardt + +- Update to release SDK-1.3.211.0 + * Add "additive" environment variables: VK_ADD_DRIVER_FILES + and VK_ADD_LAYER_PATH. + ------------------------------------------------------------------- Tue Feb 15 10:45:31 UTC 2022 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index ad0b907..eeb62c7 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.204.0 +Version: 1.3.211.0 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 @@ -29,7 +29,7 @@ Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%versi Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 -BuildRequires: pkgconfig +BuildRequires: pkg-config BuildRequires: python3-xml BuildRequires: vulkan-headers >= %version BuildRequires: pkgconfig(pciaccess)