import vulkan-loader-1.1.126.0-2.el8
This commit is contained in:
parent
b3c4f1e66a
commit
cf4c282c19
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Vulkan-Loader-sdk-1.1.82.0.tar.gz
|
||||
SOURCES/Vulkan-Loader-sdk-1.1.126.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
f8c25d4821ab04a145b7896a295e3a71da891fcb SOURCES/Vulkan-Loader-sdk-1.1.82.0.tar.gz
|
||||
899a419aa4330f2093366e8a10ddba4ae325afa9 SOURCES/Vulkan-Loader-sdk-1.1.126.0.tar.gz
|
||||
|
12
SOURCES/add-notes.patch
Normal file
12
SOURCES/add-notes.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt.da Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt
|
||||
--- Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt.da 2019-08-08 11:12:09.817782355 +1000
|
||||
+++ Vulkan-Loader-sdk-1.1.114.0/loader/CMakeLists.txt 2019-08-08 11:13:10.812416417 +1000
|
||||
@@ -149,7 +149,7 @@ elseif(APPLE)
|
||||
add_custom_target(loader_asm_gen_files) # This causes no assembly files to be generated.
|
||||
else(UNIX AND NOT APPLE) # i.e.: Linux
|
||||
enable_language(ASM)
|
||||
- set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS}")
|
||||
+ set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -Wa,--generate-missing-build-notes=yes")
|
||||
|
||||
check_include_file("cet.h" HAVE_CET_H)
|
||||
if(HAVE_CET_H)
|
@ -1,18 +1,20 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.1.82.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.1.126.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/KhronosGroup/Vulkan-Loader
|
||||
Source0: %url/archive/sdk-%{version}.tar.gz#/Vulkan-Loader-sdk-%{version}.tar.gz
|
||||
|
||||
# hard code adding notes to the one asm file compilation.
|
||||
Patch1: add-notes.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}
|
||||
BuildRequires: %{_bindir}/python3
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: vulkan-headers = %{version}
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
@ -53,7 +55,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n Vulkan-Loader-sdk-%{version}
|
||||
%autosetup -n Vulkan-Loader-sdk-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -74,7 +76,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE.txt COPYRIGHT.txt
|
||||
%license LICENSE.txt
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%dir %{_sysconfdir}/vulkan/
|
||||
%dir %{_sysconfdir}/vulkan/explicit_layer.d/
|
||||
@ -92,6 +94,24 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-2
|
||||
- Rebuild for 8.2.0
|
||||
|
||||
* Tue Nov 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
|
||||
- Update to 1.1.126.0
|
||||
|
||||
* Thu Aug 08 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-3
|
||||
- Add notes to avoid annobin gaps warning on i686
|
||||
|
||||
* Thu Aug 08 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-2
|
||||
- Add support to asm files for -fcf-protection
|
||||
|
||||
* Mon Aug 05 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
|
||||
- Update to 1.1.114.0
|
||||
|
||||
* Wed Mar 06 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-0
|
||||
- Update to 1.1.101.0
|
||||
|
||||
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
||||
- Update to 1.1.82.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user