From 8f732ecca34531ece55b4d4cc605a40cd0102ce09bc35af84b7e396b2beee2e7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 16 Oct 2019 20:57:34 +0000 Subject: [PATCH] - Update to release 1.1.124 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=32 --- v1.1.123.tar.gz | 3 --- v1.1.124.tar.gz | 3 +++ vulkan-loader.changes | 9 +++++++++ vulkan-loader.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 v1.1.123.tar.gz create mode 100644 v1.1.124.tar.gz diff --git a/v1.1.123.tar.gz b/v1.1.123.tar.gz deleted file mode 100644 index fe9f132..0000000 --- a/v1.1.123.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde -size 1397135 diff --git a/v1.1.124.tar.gz b/v1.1.124.tar.gz new file mode 100644 index 0000000..dcd9c49 --- /dev/null +++ b/v1.1.124.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbef8e64438cfc8133aede487679018ffc24a11de15d92023dfc784f0cfc747 +size 1398783 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index b35bfd7..c9659f1 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 16 20:56:59 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.124 + * loader: Add support for metal surfaces + * loader: Use dxgi1_2 header instead of 1_6 + * loader: Dynamically load DXGI + * layers: allow concurrent layer device creation + ------------------------------------------------------------------- Sun Sep 22 21:59:40 UTC 2019 - Aaron Stern diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 013d8f3..a8527a6 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -16,15 +16,15 @@ # -%define version_unconverted 1.1.123 +%define version_unconverted 1.1.124 Name: vulkan-loader %define lname libvulkan1 -Version: 1.1.123 +Version: 1.1.124 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 -Group: Development/Libraries/C and C++ +Group: development vulkan URL: https://github.com/KhronosGroup/Vulkan-Loader Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/v%version.tar.gz