]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/commitdiff
up to 460.32.03 auto/th/xorg-driver-video-nvidia-460.32.03-1
authorJan Palus <atler@pld-linux.org>
Fri, 8 Jan 2021 09:34:57 +0000 (10:34 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 8 Jan 2021 09:34:57 +0000 (10:34 +0100)
kernel-5.7.patch [deleted file]
xorg-driver-video-nvidia.spec

diff --git a/kernel-5.7.patch b/kernel-5.7.patch
deleted file mode 100644 (file)
index a6821b5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/kernel/conftest.sh b/kernel/conftest.sh
-index 8f807a1..af29636 100755
---- a/kernel/conftest.sh
-+++ b/kernel/conftest.sh
-@@ -143,6 +143,7 @@ test_headers() {
-     FILES="$FILES video/nv_internal.h"
-     FILES="$FILES asm/book3s/64/hash-64k.h"
-     FILES="$FILES asm/set_memory.h"
-+    FILES="$FILES asm/pgtable.h"
-     FILES="$FILES asm/prom.h"
-     FILES="$FILES asm/powernv.h"
-     FILES="$FILES asm/tlbflush.h"
-@@ -466,6 +467,9 @@ compile_test() {
-             # It does not exist on all architectures.
-             #
-             CODE="
-+            #if defined(NV_ASM_PGTABLE_H_PRESENT)
-+            #include <asm/pgtable.h>
-+            #endif
-             #if defined(NV_ASM_SET_MEMORY_H_PRESENT)
-             #include <asm/set_memory.h>
-             #else
index 6b4a8b7fe26221a447f0eaad81eefe2449049dda..9b816bd3b2db348f91b83dfb9de39daa92d9b7be 100644 (file)
@@ -33,19 +33,18 @@ Summary(hu.UTF-8):  Linux meghajtók nVidia GeForce/Quadro chipekhez
 Summary(pl.UTF-8):     Sterowniki do kart graficznych nVidia GeForce/Quadro
 Name:          %{pname}%{?_pld_builder:%{?with_kernel:-kernel}}%{_alt_kernel}
 # when updating version here, keep nvidia-settings.spec in sync as well
-Version:       455.45.01
+Version:       460.32.03
 Release:       %{rel}%{?_pld_builder:%{?with_kernel:@%{_kernel_ver_str}}}
 Epoch:         1
 License:       nVidia Binary
 Group:         X11
 Source0:       http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run
-# Source0-md5: f0161877350aa9155eada811ff2844a8
+# Source0-md5: 360228c8de0e47f4245c7e2b108ef6cd
 Source2:       %{pname}-xinitrc.sh
 Source3:       gl.pc.in
 Source4:       10-nvidia.conf
 Source5:       10-nvidia-modules.conf
 Patch0:                X11-driver-nvidia-desktop.patch
-Patch1:                kernel-5.7.patch
 URL:           http://www.nvidia.com/object/unix.html
 BuildRequires: rpmbuild(macros) >= 1.701
 %{?with_kernel:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.32}}
@@ -246,7 +245,6 @@ rm -rf NVIDIA-Linux-x86_64-%{version}
 /bin/sh %{SOURCE0} --extract-only
 %setup -qDT -n NVIDIA-Linux-x86_64-%{version}
 %patch0 -p1
-%patch1 -p1
 echo 'EXTRA_CFLAGS += -Wno-pointer-arith -Wno-sign-compare -Wno-unused' >> kernel/Makefile.kbuild
 
 %build
This page took 0.040142 seconds and 4 git commands to generate.