upgrade vulkan stuff
This commit is contained in:
parent
a27c3dd521
commit
91577e06d7
@ -1,5 +1,5 @@
|
|||||||
## START: Set by rpmautospec
|
## START: Set by rpmautospec
|
||||||
## (rpmautospec version 0.6.3)
|
## (rpmautospec version 0.6.5)
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
release_number = 1;
|
release_number = 1;
|
||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
Name: vulkan-headers
|
Name: vulkan-headers
|
||||||
Version: 1.3.283.0
|
Version: 1.3.290.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Vulkan Header files and API registry
|
Summary: Vulkan Header files and API registry
|
||||||
|
|
||||||
@ -19,7 +19,9 @@ URL: https://github.com/KhronosGroup/Vulkan-Headers
|
|||||||
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
Source0: %url/archive/vulkan-sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake3
|
BuildRequires: cmake3
|
||||||
|
BuildRequires: ninja-build
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,7 +32,7 @@ Vulkan Header files and API registry
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir}
|
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} -GNinja
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
@ -51,6 +53,12 @@ Vulkan Header files and API registry
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
## START: Generated by rpmautospec
|
||||||
|
* Wed Aug 14 2024 José Expósito <jexposit@redhat.com> - 1.3.290.0-1
|
||||||
|
- Update to 1.3.290.0 SDK
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.283.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
* Mon May 27 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
* Mon May 27 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
|
||||||
- Update to 1.3.283.0 SDK
|
- Update to 1.3.283.0 SDK
|
||||||
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
## START: Set by rpmautospec
|
## START: Set by rpmautospec
|
||||||
## (rpmautospec version 0.6.3)
|
## (rpmautospec version 0.6.5)
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
release_number = 2;
|
release_number = 1;
|
||||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
print(release_number + base_release_number - 1);
|
print(release_number + base_release_number - 1);
|
||||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||||
## END: Set by rpmautospec
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
Name: vulkan-loader
|
Name: vulkan-loader
|
||||||
Version: 1.3.283.0
|
Version: 1.3.290.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Vulkan ICD desktop loader
|
Summary: Vulkan ICD desktop loader
|
||||||
|
|
||||||
@ -103,6 +103,12 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
## START: Generated by rpmautospec
|
||||||
|
* Wed Aug 14 2024 José Expósito <jexposit@redhat.com> - 1.3.290.0-1
|
||||||
|
- Update to 1.3.290.0 SDK
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.283.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jun 06 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-2
|
* Thu Jun 06 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-2
|
||||||
- Own %%{_libdir}/cmake/VulkanLoader/
|
- Own %%{_libdir}/cmake/VulkanLoader/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user