Accepting request 1138969 from home:VaiTon:branches:hardware

- Update to version 5.8.7.1+git20240108.476ef38:
  * Add v6.5.5 and v6.6.1 to compatibility list
  * Change order of #if and #else
  * Follow renaming of _settings to _update
  * Adapt type of change_beacon
  * Add v6.5.2 to compatibility list
  * Use tee to redirect content to root file
  * Improve wording minorly

OBS-URL: https://build.opensuse.org/request/show/1138969
OBS-URL: https://build.opensuse.org/package/show/hardware/rtl88x2bu?expand=0&rev=12
This commit is contained in:
Eyad Issa 2024-01-17 13:57:45 +00:00 committed by Git OBS Bridge
parent cdc6a56b2b
commit 4ddbab17eb
6 changed files with 23 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/cilynx/rtl88x2bu.git</param> <param name="url">https://github.com/cilynx/rtl88x2bu.git</param>
<param name="changesrevision">678914308347cfc3c56afc5c161429165a89ed55</param></service></servicedata> <param name="changesrevision">476ef38727cb539d7987d0cd1da3a8842df7bc58</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd3d3a6b61dfe03ff51b9b0d08600c5aa630fdad77602e77c64344839e8bc99d
size 27618317

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e2b1638bcb4424745acbee87acdaae6d6c5b7f36a93cdbab79c781d6a592a80
size 27618829

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 15 14:38:58 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 5.8.7.1+git20240108.476ef38:
* Add v6.5.5 and v6.6.1 to compatibility list
* Change order of #if and #else
* Follow renaming of _settings to _update
* Adapt type of change_beacon
* Add v6.5.2 to compatibility list
* Use tee to redirect content to root file
* Improve wording minorly
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 22 11:54:17 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com> Tue Aug 22 11:54:17 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>

View File

@ -1,4 +1,4 @@
name: rtl88x2bu name: rtl88x2bu
version: 5.8.7.1+git20230713.6789143 version: 5.8.7.1+git20240108.476ef38
mtime: 1689274176 mtime: 1704721828
commit: 678914308347cfc3c56afc5c161429165a89ed55 commit: 476ef38727cb539d7987d0cd1da3a8842df7bc58

View File

@ -1,7 +1,7 @@
# #
# spec file for package rtl88x2bu # spec file for package rtl88x2bu
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,8 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: rtl88x2bu Name: rtl88x2bu
Version: 5.8.7.1+git20230713.6789143 Version: 5.8.7.1+git20240108.476ef38
Release: 0 Release: 0
Summary: Kernel driver for Realtek 88x2bu wifi cards Summary: Kernel driver for Realtek 88x2bu wifi cards
License: GPL-2.0-only License: GPL-2.0-only
@ -30,9 +31,9 @@ Patch0: rtl88x2bu_nodate_time.patch
# PATCH-FIX-OPENSUSE fix-backported-update_mgmt_frame_registrations.patch # PATCH-FIX-OPENSUSE fix-backported-update_mgmt_frame_registrations.patch
Patch1: fix-backported-update_mgmt_frame_registrations.patch Patch1: fix-backported-update_mgmt_frame_registrations.patch
BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: %{kernel_module_package_buildreqs}
BuildRequires: bc
BuildRequires: kernel-macros BuildRequires: kernel-macros
BuildRequires: module-init-tools BuildRequires: module-init-tools
BuildRequires: bc
%{!?kernel_module_directory:%define kernel_module_directory /lib/modules} %{!?kernel_module_directory:%define kernel_module_directory /lib/modules}