Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 13 additions and 25 deletions

View File

@ -1,4 +1,4 @@
mtime: 1735007203 mtime: 1721711694
commit: d7a6a8845e5b527ed9efce53862e0a8b883e6ea6f49c94deab2c54d01814c5dc commit: b2bcb6ab3fe6ec19dee439c53d296db0a1872403d7b9059a8cc70da59f629ecf
url: https://src.opensuse.org/jengelh/vulkan-utility-libraries url: https://src.opensuse.org/jengelh/vulkan-utility-libraries
revision: master revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d05d0afcea73ad5a1de6ee85b0c00279a65ce4773a333785fce9787f19a4e9d3 oid sha256:1ba6abed7b1853cb57ad362a94bcb7f2ae3c99420806e9532018e0cc4714cc2e
size 256 size 256

BIN
v1.4.304.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
vulkan-sdk-1.3.290.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Tue Dec 24 02:26:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to tag 1.4.304
* No changelog was provided
-------------------------------------------------------------------
Tue Oct 8 17:08:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release SDK-1.3.296
* safestruct: Accessors for non trivial globals
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 05:11:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Tue Jul 23 05:11:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,18 +16,18 @@
# #
%define lname libVulkanLayerSettings-1_4_304 %define lname libVulkanLayerSettings-1_3_290
Name: vulkan-utility-libraries Name: vulkan-utility-libraries
Version: 1.4.304 Version: 1.3.290
Release: 0 Release: 0
Summary: Utility libraries for Vulkan Summary: Utility libraries for Vulkan
License: Apache-2.0 License: Apache-2.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries URL: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/v%version.tar.gz Source: https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vulkan-sdk-%version.0.tar.gz
Patch1: shared.diff Patch1: shared.diff
%if 0%{?suse_version} && 0%{?suse_version} < 1600 %if 0%{?suse_version} && 0%{?suse_version} < 1599
BuildRequires: gcc12-c++ BuildRequires: gcc11-c++
%else %else
BuildRequires: c++_compiler BuildRequires: c++_compiler
%endif %endif
@ -65,13 +65,13 @@ configuration code for various SDK layer deliverables.
This package contains the headers and build system integration. This package contains the headers and build system integration.
%prep %prep
%autosetup -p1 -n Vulkan-Utility-Libraries-%version %autosetup -p1 -n Vulkan-Utility-Libraries-vulkan-sdk-%version.0
find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} + find . -type f -name CMakeLists.txt -exec perl -i -lpe 's{\@PACKAGE_VERSION\@}{%version}g' {} +
%build %build
%if 0%{?suse_version} && 0%{?suse_version} < 1599 %if 0%{?suse_version} && 0%{?suse_version} < 1599
# Need something that knows <filesystem> # Need something that knows <filesystem>
export CC=gcc-12 CXX=g++-12 export CC=gcc-11 CXX=g++-11
%endif %endif
%cmake %cmake
%cmake_build %cmake_build