Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rtl8188gu for openSUSE:Factory 
checked in at 2025-05-15 17:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtl8188gu (Old)
 and      /work/SRC/openSUSE:Factory/.rtl8188gu.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtl8188gu"

Thu May 15 17:02:04 2025 rev:3 rq:1277602 version:0.0.0+git20230112.c2b79fc

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtl8188gu/rtl8188gu.changes      2025-01-27 
20:54:21.260408638 +0100
+++ /work/SRC/openSUSE:Factory/.rtl8188gu.new.30101/rtl8188gu.changes   
2025-05-15 17:02:17.016485682 +0200
@@ -1,0 +2,5 @@
+Thu May 15 07:58:09 UTC 2025 - Hillwood Yang <hillw...@opensuse.org>
+
+- Add fix-build-on-kernel-6_14.patch, support kernel 6.14+ 
+
+-------------------------------------------------------------------

New:
----
  fix-build-on-kernel-6_14.patch

BETA DEBUG BEGIN:
  New:
- Add fix-build-on-kernel-6_14.patch, support kernel 6.14+ 
BETA DEBUG END:

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

Other differences:
------------------
++++++ rtl8188gu.spec ++++++
--- /var/tmp/diff_new_pack.eIy1Rn/_old  2025-05-15 17:02:17.512506504 +0200
+++ /var/tmp/diff_new_pack.eIy1Rn/_new  2025-05-15 17:02:17.512506504 +0200
@@ -36,6 +36,8 @@
 Patch2:         fix-build-on-kernel-6_8.patch
 # PATCH-FIX-UPSTREAM fix-build-on-kernel-6_13.patch hillw...@opensuse.org - 
Support Kernel 6.13+
 Patch3:         fix-build-on-kernel-6_13.patch
+# PATCH-FIX-UPSTREAM fix-build-on-kernel-6_14.patch hillw...@opensuse.org - 
Support Kernel 6.14+
+Patch4:         fix-build-on-kernel-6_14.patch
 BuildRequires:  bc
 BuildRequires:  binutils
 BuildRequires:  fdupes

++++++ fix-build-on-kernel-6_14.patch ++++++
diff -Nur rtl8188gu/os_dep/linux/ioctl_cfg80211.c 
rtl8188gu-new/os_dep/linux/ioctl_cfg80211.c
--- rtl8188gu/os_dep/linux/ioctl_cfg80211.c     2025-05-15 15:43:13.636227464 
+0800
+++ rtl8188gu-new/os_dep/linux/ioctl_cfg80211.c 2025-05-15 15:52:09.248082582 
+0800
@@ -3632,6 +3632,9 @@
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0))
        struct wireless_dev *wdev,
 #endif
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0))
+    unsigned int type,
+#endif
        int *dbm)
 {
        RTW_INFO("%s\n", __func__);

Reply via email to