From ef95c324a8c00a78be2541583224485fe6f22e7d7e319e42fcdb0212c7b155b1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Apr 2020 13:01:15 +0000 Subject: [PATCH 1/2] Accepting request 790590 from home:ukbeast89:branches:X11:Wayland - Update to release 1.2.135 * Updated `CMakeLists.txt` and `common_codegen.py` to allow access to beta types and commands when including `vulkan.h`. Generated new loader header files. OBS-URL: https://build.opensuse.org/request/show/790590 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=49 --- Vulkan-Loader-1.2.135.tar.gz | 3 +++ v1.2.133.tar.gz | 3 --- vulkan-loader.changes | 8 ++++++++ vulkan-loader.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 Vulkan-Loader-1.2.135.tar.gz delete mode 100644 v1.2.133.tar.gz diff --git a/Vulkan-Loader-1.2.135.tar.gz b/Vulkan-Loader-1.2.135.tar.gz new file mode 100644 index 0000000..d3c5805 --- /dev/null +++ b/Vulkan-Loader-1.2.135.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a45c9bfce00026f5c12d4b869f87f2708cb28be49f3cd6c5044c7f8121071b6 +size 1405922 diff --git a/v1.2.133.tar.gz b/v1.2.133.tar.gz deleted file mode 100644 index 497f976..0000000 --- a/v1.2.133.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6403ba19e5899593a9498bede3b1f73caaaca56fe63eea9f9cf294461797b97 -size 1401215 diff --git a/vulkan-loader.changes b/vulkan-loader.changes index f4f9d0f..11bd3a1 100644 --- a/vulkan-loader.changes +++ b/vulkan-loader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 1 13:53:57 UTC 2020 - Aaron Stern + +- Update to release 1.2.135 + * Updated `CMakeLists.txt` and `common_codegen.py` to allow access to beta + types and commands when including `vulkan.h`. Generated new loader + header files. + ------------------------------------------------------------------- Tue Feb 18 16:05:06 UTC 2020 - Antonio Larrosa diff --git a/vulkan-loader.spec b/vulkan-loader.spec index d4ea85b..880941c 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -18,13 +18,13 @@ %define lname libvulkan1 Name: vulkan-loader -Version: 1.2.133 +Version: 1.2.135 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/Vulkan-Loader-%version.tar.gz Source9: baselibs.conf BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 From bc0c6a0c96ca4fe0a5d758d7c86b7fe7d3996036e165699ff15d749823c84a2b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Apr 2020 13:27:31 +0000 Subject: [PATCH 2/2] replace nonsense URL introduced by r49/rq790590 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-loader?expand=0&rev=50 --- Vulkan-Loader-1.2.135.tar.gz => v1.2.135.tar.gz | 0 vulkan-loader.spec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Vulkan-Loader-1.2.135.tar.gz => v1.2.135.tar.gz (100%) diff --git a/Vulkan-Loader-1.2.135.tar.gz b/v1.2.135.tar.gz similarity index 100% rename from Vulkan-Loader-1.2.135.tar.gz rename to v1.2.135.tar.gz diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 880941c..8ebe330 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -24,7 +24,7 @@ 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/Vulkan-Loader-%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