From 5d8bc9571cc896d23b35aeaf9d7b54032f8b3557528d7fa2255f04abd3ae835f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 25 Nov 2020 16:59:38 +0000 Subject: [PATCH 1/3] - Update to release 1.2.161 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=74 --- sdk-1.2.154.1.tar.gz | 3 --- v1.2.161.tar.gz | 3 +++ vulkan-loader.changes | 9 +++++++++ vulkan-loader.spec | 11 +++++------ 4 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 sdk-1.2.154.1.tar.gz create mode 100644 v1.2.161.tar.gz diff --git a/sdk-1.2.154.1.tar.gz b/sdk-1.2.154.1.tar.gz deleted file mode 100644 index d13f597..0000000 --- a/sdk-1.2.154.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:889e45f7175d915dd0d702013b8021192e181d20f2ad4021c94006088f1edfe5 -size 1417527 diff --git a/v1.2.161.tar.gz b/v1.2.161.tar.gz new file mode 100644 index 0000000..791442e --- /dev/null +++ b/v1.2.161.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6 +size 1421424 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 3de1733..b938436 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.161 + * Fix some issues when EnumerateAdapterPhysicalDevices is + available. + * loader: Override layer load when custom allocator used. + * Add support for VK_FUCHSIA_imagepipe_surface. + ------------------------------------------------------------------- Thu Oct 29 15:12:32 UTC 2020 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index ae86e17..93e3c65 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -18,21 +18,20 @@ # Only pick versions released as /^sdk-.*/ tags %define lname libvulkan1 -%define hdrreq 1.2.154 Name: vulkan-loader -Version: 1.2.154.1 +Version: 1.2.161 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/sdk-%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkgconfig BuildRequires: python3-xml -BuildRequires: vulkan-headers >= %hdrreq +BuildRequires: vulkan-headers >= %version BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) @@ -57,7 +56,7 @@ graphics applications such as games and interactive media. Summary: Vulkan development package Group: Development/Libraries/C and C++ Requires: %lname = %version-%release -Requires: vulkan-headers >= %hdrreq +Requires: vulkan-headers >= %version %description -n vulkan-devel Vulkan is a 3D graphics and compute API providing cross-platform @@ -68,7 +67,7 @@ This subpackage contains the development headers for packages wanting to make use of Vulkan. %prep -%autosetup -p1 -n Vulkan-Loader-sdk-%version +%autosetup -p1 -n Vulkan-Loader-%version %build %cmake \ From 002c488b01ec5a26e0981411caa3b6b82562f02e01706f109377751067d35ace Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 14 Dec 2020 20:25:54 +0000 Subject: [PATCH 2/3] - Update to release 1.2.162 (sdk) OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=75 --- sdk-1.2.162.0.tar.gz | 3 +++ v1.2.161.tar.gz | 3 --- vulkan-loader.changes | 6 ++++++ vulkan-loader.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 sdk-1.2.162.0.tar.gz delete mode 100644 v1.2.161.tar.gz diff --git a/sdk-1.2.162.0.tar.gz b/sdk-1.2.162.0.tar.gz new file mode 100644 index 0000000..0057427 --- /dev/null +++ b/sdk-1.2.162.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f5ec2485e7fdba3f58c1cde5a25145ece1c6a686c91ba4016b28c0af3f21dd +size 1422604 diff --git a/v1.2.161.tar.gz b/v1.2.161.tar.gz deleted file mode 100644 index 791442e..0000000 --- a/v1.2.161.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd93560077a0ae450bb0e6d56691d91ba025435d8b2fc808fb27eecd2b6b4f6 -size 1421424 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index b938436..c40bf42 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 14 20:25:20 UTC 2020 - Jan Engelhardt + +- Update to release 1.2.162 (sdk) + * Add GGP WSI platform support to Vulkan-Loader + ------------------------------------------------------------------- Wed Nov 25 16:33:28 UTC 2020 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 93e3c65..eb341c6 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -19,13 +19,13 @@ # Only pick versions released as /^sdk-.*/ tags %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.161 +Version: 1.2.162.0 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 @@ -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 \ From f2358c57517f88ba3b13986add50631722eeff9d995b445913a860ec6388a84d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 17 Dec 2020 09:59:31 +0000 Subject: [PATCH 3/3] suse shot an own-goal OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=76 --- vulkan-loader.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vulkan-loader.spec b/vulkan-loader.spec index eb341c6..13ea4e7 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -72,7 +72,9 @@ to make use of Vulkan. %build %cmake \ -DVulkanHeaders_INCLUDE_DIR:PATH="%_includedir" \ - -DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" + -DVulkanRegistry_DIR:PATH="%_datadir/vulkan/registry" \ + -DLIB_SUFFIX:STRING="" + %cmake_build %install