Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rtl88x2bu for openSUSE:Factory checked in at 2025-01-30 14:52:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtl88x2bu (Old) and /work/SRC/openSUSE:Factory/.rtl88x2bu.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtl88x2bu" Thu Jan 30 14:52:17 2025 rev:6 rq:1241267 version:5.8.7.1+git20250126.efe396c Changes: -------- --- /work/SRC/openSUSE:Factory/rtl88x2bu/rtl88x2bu.changes 2024-05-23 15:35:47.124758951 +0200 +++ /work/SRC/openSUSE:Factory/.rtl88x2bu.new.2316/rtl88x2bu.changes 2025-01-30 14:52:27.188536385 +0100 @@ -1,0 +2,9 @@ +Wed Jan 29 23:09:40 UTC 2025 - Eyad Issa <eyadlore...@gmail.com> + +- Update to version 5.8.7.1+git20250126.efe396c: + * Add additional argument to cfg80211_rtw_set_monitor_channel + +- Update to version 5.8.7.1+git20241216.45ca59c: + * Add v6.10.3 to compatibility list + +------------------------------------------------------------------- Old: ---- rtl88x2bu-5.8.7.1+git20240521.287e766.obscpio New: ---- rtl88x2bu-5.8.7.1+git20250126.efe396c.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtl88x2bu.spec ++++++ --- /var/tmp/diff_new_pack.XJm8eP/_old 2025-01-30 14:52:28.100574006 +0100 +++ /var/tmp/diff_new_pack.XJm8eP/_new 2025-01-30 14:52:28.104574171 +0100 @@ -1,7 +1,7 @@ # # spec file for package rtl88x2bu # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rtl88x2bu -Version: 5.8.7.1+git20240521.287e766 +Version: 5.8.7.1+git20250126.efe396c Release: 0 Summary: Kernel driver for Realtek 88x2bu wifi cards License: GPL-2.0-only ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.XJm8eP/_old 2025-01-30 14:52:28.160576481 +0100 +++ /var/tmp/diff_new_pack.XJm8eP/_new 2025-01-30 14:52:28.168576811 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/cilynx/rtl88x2bu.git</param> - <param name="changesrevision">287e766d19a6bc9c61718d77aebfa8a7a6f92461</param></service></servicedata> + <param name="changesrevision">efe396cb50deb45a8cc0a0d5411bfed14cd28528</param></service></servicedata> (No newline at EOF) ++++++ rtl88x2bu-5.8.7.1+git20240521.287e766.obscpio -> rtl88x2bu-5.8.7.1+git20250126.efe396c.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rtl88x2bu-5.8.7.1+git20240521.287e766/README.md new/rtl88x2bu-5.8.7.1+git20250126.efe396c/README.md --- old/rtl88x2bu-5.8.7.1+git20240521.287e766/README.md 2024-05-21 21:40:22.000000000 +0200 +++ new/rtl88x2bu-5.8.7.1+git20250126.efe396c/README.md 2025-01-26 14:57:44.000000000 +0100 @@ -1,3 +1,7 @@ +# Pending Deprecation + +A few versions ago (around 6.4 IIRC), rtw88x2bu support has been added to the mainline Linux kernel. This repo will be maintained until we either receive a few comments on https://github.com/cilynx/rtl88x2bu/issues/270 that the mainline driver is working well or [MaxG87](https://github.com/MaxG87) and [cilynx](https://github.com/cilynx) agree that no feedback means no one is still using this driver and we make the executive decision to archive it. + # Administrative Note As of upstream version 5.6.1, I'm moving away from individual repositories for each upstream version in favor of a single repository with version-based branches. Hopefully, this will help with clutter and URL consistency moving forward. The archived repositories are available here: @@ -20,15 +24,9 @@ * Linux version `5.15.89` on Manjaro (3 February 2023) * Linux version `5.19` on Ubuntu 22.4 * Linux version `6.1.0-9-amd64` on Debian Bookworm -* Linux version `6.1.*` (self compiled) on Debian Bookworm and Ubuntu 22.04 -* Linux version `6.2.*` (self compiled) on Debian Bookworm and Ubuntu 22.04 -* Linux version `6.3.*` (self compiled) on Debian Bookworm and Ubuntu 22.04 -* Linux version `6.4.3` (self compiled) on Debian Bookworm -* Linux version `6.5.5` (self compiled) on Debian Bookworm -* Linux version `6.6.1` (self compiled) on Debian Bookworm -* Linux version `6.7.2` (self compiled) on Debian Bookworm and Ubuntu 22.04 -* Linux version `6.8.8` (self compiled) on Debian Trixie -* Linux version `6.9.0` (self compiled) on Debian Trixie +* Linux version `6.1.*` to `6.12.*` (self-compiled) on Debian and Ubuntu 22.04 +* Linux version `6.10.3` to `6.12.10` on Debian Trixie +* Linux version `6.13.0` (self-compiled) on Debian Trixie ## Using and Installing the Driver diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rtl88x2bu-5.8.7.1+git20240521.287e766/os_dep/linux/ioctl_cfg80211.c new/rtl88x2bu-5.8.7.1+git20250126.efe396c/os_dep/linux/ioctl_cfg80211.c --- old/rtl88x2bu-5.8.7.1+git20240521.287e766/os_dep/linux/ioctl_cfg80211.c 2024-05-21 21:40:22.000000000 +0200 +++ new/rtl88x2bu-5.8.7.1+git20250126.efe396c/os_dep/linux/ioctl_cfg80211.c 2025-01-26 14:57:44.000000000 +0100 @@ -6295,7 +6295,10 @@ #endif /*#if (LINUX_VERSION_CODE < KERNEL_VERSION(3, 6, 0))*/ static int cfg80211_rtw_set_monitor_channel(struct wiphy *wiphy -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0)) +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0)) + , struct net_device *dev + , struct cfg80211_chan_def *chandef +#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0)) , struct cfg80211_chan_def *chandef #else , struct ieee80211_channel *chan ++++++ rtl88x2bu.obsinfo ++++++ --- /var/tmp/diff_new_pack.XJm8eP/_old 2025-01-30 14:52:29.184618722 +0100 +++ /var/tmp/diff_new_pack.XJm8eP/_new 2025-01-30 14:52:29.188618887 +0100 @@ -1,5 +1,5 @@ name: rtl88x2bu -version: 5.8.7.1+git20240521.287e766 -mtime: 1716320422 -commit: 287e766d19a6bc9c61718d77aebfa8a7a6f92461 +version: 5.8.7.1+git20250126.efe396c +mtime: 1737899864 +commit: efe396cb50deb45a8cc0a0d5411bfed14cd28528