From 5addccfbc2a2ea44cb7f4e1e45b89d80295cac3fb5c33d68c58a27f4baa18e6a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 29 Oct 2020 15:22:58 +0000 Subject: [PATCH] - Update to release 1.2.154.1 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=71 --- sdk-1.2.154.1.tar.gz | 3 +++ v1.2.154.tar.gz | 3 --- vulkan-loader.changes | 6 ++++++ vulkan-loader.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 sdk-1.2.154.1.tar.gz delete mode 100644 v1.2.154.tar.gz diff --git a/sdk-1.2.154.1.tar.gz b/sdk-1.2.154.1.tar.gz new file mode 100644 index 0000000..d13f597 --- /dev/null +++ b/sdk-1.2.154.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889e45f7175d915dd0d702013b8021192e181d20f2ad4021c94006088f1edfe5 +size 1417527 diff --git a/v1.2.154.tar.gz b/v1.2.154.tar.gz deleted file mode 100644 index 2f6242d..0000000 --- a/v1.2.154.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a92cee981032be16149603c1b602214f80f5f2d823c7b552b0c7dbb907d667f -size 1417349 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index bc5c5ae..3de1733 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.154.1 + * Fix some issues when EnumerateAdapterPhysicalDevices is available + ------------------------------------------------------------------- Mon Sep 28 22:02:51 UTC 2020 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index dd37f7e..f3ad237 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,19 +19,19 @@ # Only pick versions released as /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.154 +Version: 1.2.154.1 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/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkgconfig BuildRequires: python3-xml -BuildRequires: vulkan-headers >= %version +BuildRequires: vulkan-headers >= 1.2.154 BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -67,7 +67,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-%version +%autosetup -p1 -n Vulkan-Loader-sdk-%version %build %cmake \