From 4dc31bf601cde505b3388087c22fa7056afe92cf0a782e217cd0d6339d52853f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 28 Feb 2021 16:55:32 +0000 Subject: [PATCH] - Update to release SDK-1.2.170 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=83 --- sdk-1.2.170.tar.gz | 3 +++ v1.2.169.tar.gz | 3 --- vulkan-loader.changes | 6 ++++++ vulkan-loader.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 sdk-1.2.170.tar.gz delete mode 100644 v1.2.169.tar.gz diff --git a/sdk-1.2.170.tar.gz b/sdk-1.2.170.tar.gz new file mode 100644 index 0000000..34da252 --- /dev/null +++ b/sdk-1.2.170.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f370d992ce6afd7d893c3469833ac553331f5d8121ab5dc3d8a503087cb5e46 +size 1422846 diff --git a/v1.2.169.tar.gz b/v1.2.169.tar.gz deleted file mode 100644 index a049ffa..0000000 --- a/v1.2.169.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8413d6244245e5322a91fa204415115941c5396b892ef28a13152af635c5ca4 -size 1422891 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 933c77f..6e7dd53 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 28 16:55:07 UTC 2021 - Jan Engelhardt + +- Update to release SDK-1.2.170 + * No user-visible changes + ------------------------------------------------------------------- Wed Feb 10 14:03:13 UTC 2021 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 93aabb8..e689b36 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.169 +Version: 1.2.170 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 \