From 4e7d8138927512668a2bafbfb03844fab609a7144de77c82c6253d7b4083276a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 16 Mar 2019 18:36:26 +0000 Subject: [PATCH 1/2] - Update to new upstream release 1.1.102 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=19 --- Vulkan-Loader-1.1.100.tar.xz | 3 --- Vulkan-Loader-1.1.102.tar.xz | 3 +++ _service | 6 +++--- vulkan-loader.changes | 6 ++++++ vulkan-loader.spec | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 Vulkan-Loader-1.1.100.tar.xz create mode 100644 Vulkan-Loader-1.1.102.tar.xz diff --git a/Vulkan-Loader-1.1.100.tar.xz b/Vulkan-Loader-1.1.100.tar.xz deleted file mode 100644 index 03022bb..0000000 --- a/Vulkan-Loader-1.1.100.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3383a827068a646c78d915878a1aafffb3f0a23a9d7afaef9c606c1e51972e94 -size 1222632 diff --git a/Vulkan-Loader-1.1.102.tar.xz b/Vulkan-Loader-1.1.102.tar.xz new file mode 100644 index 0000000..4de7758 --- /dev/null +++ b/Vulkan-Loader-1.1.102.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb9c05b5fa5ee726001a9850a3f8f9a2e2c5ddbfe54e50bad72a7428771a659 +size 1223052 diff --git a/_service b/_service index a087c5c..7babc04 100644 --- a/_service +++ b/_service @@ -3,9 +3,9 @@ git https://github.com/KhronosGroup/Vulkan-Loader - v1.1.100 - v1.1.100 - 1.1.100 + v1.1.102 + v1.1.102 + 1.1.102 *.tar diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 2123fc4..8ebac71 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 16 18:35:31 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.102 + * Build changes only, no user-visible points. + ------------------------------------------------------------------- Mon Feb 18 23:28:58 UTC 2019 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index d73f39b..eb2e1c3 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -16,11 +16,11 @@ # -%define version_unconverted 1.1.100 +%define version_unconverted 1.1.102 Name: vulkan-loader %define lname libvulkan1 -Version: 1.1.100 +Version: 1.1.102 Release: 0 Summary: Reference ICD loader for Vulkan License: Apache-2.0 From 8c27558fe9c7dc6e75e206c85f53465598e2831ddee332f93cdb27e8e5c7150d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 26 Mar 2019 00:46:34 +0000 Subject: [PATCH 2/2] Accepting request 688002 from home:jayvdb:branches:X11:Wayland - Use build dependency python-xml to fix Leap 42.3 builds OBS-URL: https://build.opensuse.org/request/show/688002 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=20 --- vulkan-loader.changes | 5 +++++ vulkan-loader.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vulkan-loader.changes b/vulkan-loader.changes index 8ebac71..00b4f2f 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 24 14:02:28 UTC 2019 - John Vandenberg + +- Use build dependency python-xml to fix Leap 42.3 builds + ------------------------------------------------------------------- Sat Mar 16 18:35:31 UTC 2019 - Jan Engelhardt diff --git a/vulkan-loader.spec b/vulkan-loader.spec index eb2e1c3..74f0760 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -32,7 +32,7 @@ Source9: baselibs.conf BuildRequires: cmake >= 2.8.11 BuildRequires: gcc-c++ >= 4.8 BuildRequires: pkg-config -BuildRequires: python3-base +BuildRequires: python3-xml BuildRequires: vulkan-headers >= %version BuildRequires: pkgconfig(pciaccess) BuildRequires: pkgconfig(x11)