]> git.pld-linux.org Git - packages/rtl8812au.git/commitdiff
- up to 5.2.20.2 auto/th/rtl8812au-5.2.20.2-0.20181027.1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 27 Oct 2018 12:42:28 +0000 (14:42 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 27 Oct 2018 12:42:28 +0000 (14:42 +0200)
gcc-4.9.patch [deleted file]
rtl8812au.spec

diff --git a/gcc-4.9.patch b/gcc-4.9.patch
deleted file mode 100644 (file)
index f2eb93b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur -x '*~' rtl8812AU_linux_v5.1.5_19247.20160830/core/rtw_debug.c rtl8812AU_linux_v5.1.5_19247.20160830-gcc/core/rtw_debug.c
---- rtl8812AU_linux_v5.1.5_19247.20160830/core/rtw_debug.c     2016-08-30 04:28:15.000000000 +0200
-+++ rtl8812AU_linux_v5.1.5_19247.20160830-gcc/core/rtw_debug.c 2017-10-10 21:57:47.919763413 +0200
-@@ -46,8 +46,15 @@
- void dump_drv_version(void *sel)
- {
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wdate-time"
-+#endif
-       RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION);
-       RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__);
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
-+#pragma GCC diagnostic pop
-+#endif
- }
- void dump_drv_cfg(void *sel)
index 7456901619e17fe7403e643f529dbd0587983459..03408f407bab4cdc8c5d2d947adcd87e01664f9f 100644 (file)
@@ -6,20 +6,19 @@
 %define                _enable_debug_packages  0
 
 %define                rel     1
 %define                _enable_debug_packages  0
 
 %define                rel     1
-%define                snap    20180131
+%define                snap    20181027
 %define                pname   rtl8812au
 Summary:       Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:          %{pname}%{_alt_kernel}
 %define                pname   rtl8812au
 Summary:       Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter
 Name:          %{pname}%{_alt_kernel}
-Version:       5.2.20_25672.20171213
+Version:       5.2.20.2
 Release:       0.%{snap}.%{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:       GPL
 Group:         Base/Kernel
 Source0:       https://github.com/gordboy/rtl8812au/archive/master/%{pname}-%{version}-%{snap}.tar.gz
 Release:       0.%{snap}.%{rel}%{?_pld_builder:@%{_kernel_ver_str}}
 License:       GPL
 Group:         Base/Kernel
 Source0:       https://github.com/gordboy/rtl8812au/archive/master/%{pname}-%{version}-%{snap}.tar.gz
-# Source0-md5: 5fc6e00f86ce93feabf3fd3655207e12
+# Source0-md5: d3fcc55f509e0b7dc005e9ead6ca888a
 # good luck finding this chip on Realtek website :/
 #URL:          http://www.realtek.com.tw/
 URL:           https://github.com/gordboy/rtl8812au
 # good luck finding this chip on Realtek website :/
 #URL:          http://www.realtek.com.tw/
 URL:           https://github.com/gordboy/rtl8812au
-Patch0:                gcc-4.9.patch
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRoot:     %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
 BuildRequires: rpmbuild(macros) >= 1.701
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.20.2}
 BuildRoot:     %{tmpdir}/%{pname}-%{version}-root-%(id -u -n)
@@ -61,7 +60,6 @@ Driver for AC1200 (802.11ac) Wireless Dual-Band USB Adapter\
 
 %prep
 %setup -q -n %{pname}-master
 
 %prep
 %setup -q -n %{pname}-master
-%patch0 -p1
 
 %build
 %{expand:%build_kernel_packages}
 
 %build
 %{expand:%build_kernel_packages}
This page took 0.100059 seconds and 4 git commands to generate.