Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2024-04-19 19:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and      /work/SRC/openSUSE:Factory/.rtl8812au.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtl8812au"

Fri Apr 19 19:16:36 2024 rev:23 rq:1169178 version:5.13.6+git20240320.8be3a1d

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes      2024-04-05 
20:27:52.642695265 +0200
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.26366/rtl8812au.changes   
2024-04-19 19:26:08.529780268 +0200
@@ -1,0 +2,7 @@
+Fri Apr 19 12:34:20 UTC 2024 - Antonio Larrosa <[email protected]>
+
+- Add patch to fix build in Leap 15.6 whose 6.4 kernel includes
+  backported features from 6.5:
+  * fix-15.6.patch
+
+-------------------------------------------------------------------

New:
----
  fix-15.6.patch

BETA DEBUG BEGIN:
  New:  backported features from 6.5:
  * fix-15.6.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtl8812au.spec ++++++
--- /var/tmp/diff_new_pack.wxCD2X/_old  2024-04-19 19:26:09.245806595 +0200
+++ /var/tmp/diff_new_pack.wxCD2X/_new  2024-04-19 19:26:09.249806741 +0200
@@ -33,6 +33,8 @@
 Patch0:         fix-backported-ndo_select_queue.patch
 # PATCH-FIX-OPENSUSE fix-backported-update_mgmt_frame_registrations.patch
 Patch1:         fix-backported-update_mgmt_frame_registrations.patch
+# PATCH-FIX-OPENSUSE fix-15.6.patch
+Patch2:         fix-15.6.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  bc
 BuildRequires:  binutils
@@ -74,6 +76,10 @@
 %patch -P 1 -p1
 %endif
 
+%if 0%{?sle_version} == 150600
+%patch -P 2 -p1
+%endif
+
 set -- *
 mkdir source
 mv "$@" source/

++++++ fix-15.6.patch ++++++
Index: 8812au-20210629/os_dep/linux/ioctl_cfg80211.c
===================================================================
--- 8812au-20210629.orig/os_dep/linux/ioctl_cfg80211.c
+++ 8812au-20210629/os_dep/linux/ioctl_cfg80211.c
@@ -8458,7 +8458,7 @@ static int cfg80211_rtw_tdls_mgmt(struct
 #else
        u8 *peer,
 #endif
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 0))
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 4, 0))
        int link_id,
 #endif
        u8 action_code,

Reply via email to