From 439a39d3fa0aae107d5fd6b7d45c8c23a20ee92729663ac800b5c12d42d26f4b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 2 Dec 2018 15:21:28 +0000 Subject: [PATCH] - Update to new upstream release 1.1.94 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=9 --- Vulkan-Loader-1.1.91.tar.xz | 3 --- Vulkan-Loader-1.1.94.tar.xz | 3 +++ _service | 6 +++--- vulkan-loader.changes | 7 +++++++ vulkan-loader.spec | 10 +++++----- 5 files changed, 18 insertions(+), 11 deletions(-) delete mode 100644 Vulkan-Loader-1.1.91.tar.xz create mode 100644 Vulkan-Loader-1.1.94.tar.xz diff --git a/Vulkan-Loader-1.1.91.tar.xz b/Vulkan-Loader-1.1.91.tar.xz deleted file mode 100644 index a1b1b96..0000000 --- a/Vulkan-Loader-1.1.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f01ffb839aab4618c9269aad644a669006a66107094181c835173356ff1e15 -size 1222084 diff --git a/Vulkan-Loader-1.1.94.tar.xz b/Vulkan-Loader-1.1.94.tar.xz new file mode 100644 index 0000000..3a2a9a8 --- /dev/null +++ b/Vulkan-Loader-1.1.94.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7ac671b7d73cafd59f67d5d357f82c7326f3e55272eeebed01c4f0f8a71409 +size 1222400 diff --git a/_service b/_service index b1de431..3771598 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ git https://github.com/KhronosGroup/Vulkan-Loader - 6b6b0cf381226bbf4aa39ba8c7cf3ceb463acf04 - 6b6b0cf381226bbf4aa39ba8c7cf3ceb463acf04 - 1.1.91 + b9b384a6747a7b82fae30cfa356e36f49897502c + b9b384a6747a7b82fae30cfa356e36f49897502c + 1.1.94 *.tar diff --git a/vulkan-loader.changes b/vulkan-loader.changes index de14abe..5b5c382 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Dec 2 15:19:57 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 1.1.94 + * loader: Fix unwrapped loader instance being used + * loader: Fix double free when enabling override + ------------------------------------------------------------------- Fri Nov 23 16:20:17 UTC 2018 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 7fd94ea..b7b0614 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -12,15 +12,15 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define version_unconverted 1.1.91 +%define version_unconverted 1.1.94 Name: vulkan-loader %define lname libvulkan1 -Version: 1.1.91 +Version: 1.1.94 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 @@ -31,10 +31,10 @@ Source: Vulkan-Loader-%version.tar.xz Source9: baselibs.conf BuildRequires: cmake >= 2.8.11 BuildRequires: gcc-c++ >= 4.8 -BuildRequires: vulkan-headers >= %version -BuildRequires: pkgconfig(pciaccess) BuildRequires: pkg-config BuildRequires: python3-base +BuildRequires: vulkan-headers >= %version +BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb)