diff --git a/.gitignore b/.gitignore index 7806840..e6e5d1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/Vulkan-Loader-sdk-1.1.82.0.tar.gz +SOURCES/Vulkan-Loader-sdk-1.1.126.0.tar.gz diff --git a/.vulkan-loader.metadata b/.vulkan-loader.metadata index c033277..f791aba 100644 --- a/.vulkan-loader.metadata +++ b/.vulkan-loader.metadata @@ -1 +1 @@ -f8c25d4821ab04a145b7896a295e3a71da891fcb SOURCES/Vulkan-Loader-sdk-1.1.82.0.tar.gz +899a419aa4330f2093366e8a10ddba4ae325afa9 SOURCES/Vulkan-Loader-sdk-1.1.126.0.tar.gz diff --git a/SOURCES/add-notes.patch b/SOURCES/add-notes.patch new file mode 100644 index 0000000..2afd553 --- /dev/null +++ b/SOURCES/add-notes.patch @@ -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) diff --git a/SPECS/vulkan-loader.spec b/SPECS/vulkan-loader.spec index 42896cd..a6bd6ce 100644 --- a/SPECS/vulkan-loader.spec +++ b/SPECS/vulkan-loader.spec @@ -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 - 1.1.126.0-2 +- Rebuild for 8.2.0 + +* Tue Nov 12 2019 Dave Airlie - 1.1.126.0-1 +- Update to 1.1.126.0 + +* Thu Aug 08 2019 Dave Airlie - 1.1.114.0-3 +- Add notes to avoid annobin gaps warning on i686 + +* Thu Aug 08 2019 Dave Airlie - 1.1.114.0-2 +- Add support to asm files for -fcf-protection + +* Mon Aug 05 2019 Dave Airlie - 1.1.114.0-1 +- Update to 1.1.114.0 + +* Wed Mar 06 2019 Dave Airlie - 1.1.101.0-0 +- Update to 1.1.101.0 + * Tue Aug 07 2018 Leigh Scott - 1.1.82.0-1 - Update to 1.1.82.0