Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Leap:15.2 
checked in at 2020-04-14 14:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rtl8812au (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rtl8812au.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtl8812au"

Tue Apr 14 14:21:57 2020 rev:6 rq:793599 version:5.6.4.2+git20200318.49e98ff

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rtl8812au/rtl8812au.changes    2020-01-15 
15:58:11.907759403 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rtl8812au.new.3248/rtl8812au.changes  
2020-04-14 14:22:08.333326336 +0200
@@ -1,0 +2,15 @@
+Fri Apr  3 07:20:53 UTC 2020 - Antonio Larrosa <[email protected]>
+
+- Update to 5.6.4.2+git20200318.49e98ff
+  * Upstream changed the github repository, so changed it to since
+    the previous one is now marked as obsolete
+  * Works with (at least) a 5.6rc5 kernel
+  * Added device USB IDs. Added regdb files.
+  * Removed LED control, which was added for driver version 5.2.20
+  * Users of NetworkManager need to add the following config option to
+    /etc/NetworkManager/NetworkManager.conf:
+    [device]
+    wifi.scan-rand-mac-address=no
+- Rebase patch fix-backported-ndo_select_queue.patch
+
+-------------------------------------------------------------------

Old:
----
  rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio

New:
----
  rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio

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

Other differences:
------------------
++++++ rtl8812au.spec ++++++
--- /var/tmp/diff_new_pack.pxcOrK/_old  2020-04-14 14:22:08.905326763 +0200
+++ /var/tmp/diff_new_pack.pxcOrK/_new  2020-04-14 14:22:08.905326763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rtl8812au
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           rtl8812au
-Version:        5.2.20.2+git20190904.30d47a0
+Version:        5.6.4.2+git20200318.49e98ff
 Release:        0
 Summary:        Kernel driver for Realtek 802.11ac 8812au wifi cards
 License:        GPL-2.0-only
 Group:          System/Kernel
-Url:            https://github.com/gordboy/rtl8812au
+URL:            https://github.com/gordboy/rtl8812au-5.6.4.2
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-preamble
 Source2:        LICENSE
@@ -61,7 +61,7 @@
 
 %prep
 %setup -q
-%if 0%{?sle_version} >= 150100
+%if 0%{?sle_version} == 150100
 %patch0 -p1
 %endif
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.pxcOrK/_old  2020-04-14 14:22:08.953326799 +0200
+++ /var/tmp/diff_new_pack.pxcOrK/_new  2020-04-14 14:22:08.953326799 +0200
@@ -1,9 +1,9 @@
 <services>
   <service name="obs_scm" mode="disabled">
     <param name="scm">git</param>
-    <param name="url">https://github.com/gordboy/rtl8812au.git</param>
+    <param name="url">https://github.com/gordboy/rtl8812au-5.6.4.2.git</param>
     <param name="filename">rtl8812au</param>
-    <param name="versionformat">5.2.20.2+git%cd.%h</param>
+    <param name="versionformat">5.6.4.2+git%cd.%h</param>
   </service>
   <service name="set_version" mode="disabled"/>
   <service name="tar" mode="buildtime"/>

++++++ fix-backported-ndo_select_queue.patch ++++++
--- /var/tmp/diff_new_pack.pxcOrK/_old  2020-04-14 14:22:08.965326808 +0200
+++ /var/tmp/diff_new_pack.pxcOrK/_new  2020-04-14 14:22:08.965326808 +0200
@@ -8,12 +8,12 @@
 ===================================================================
 --- rtl8812au-5.2.20.2.orig/os_dep/linux/os_intfs.c
 +++ rtl8812au-5.2.20.2/os_dep/linux/os_intfs.c
-@@ -1281,7 +1281,7 @@ unsigned int rtw_classify8021d(struct sk
+@@ -1359,7 +1359,7 @@ unsigned int rtw_classify8021d(struct sk
  
  static u16 rtw_select_queue(struct net_device *dev, struct sk_buff *skb
  #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 13, 0)
--  #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 0)
-+  #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
-         , void *accel_priv
-   #else
-     , struct net_device *sb_dev
+-      #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 19, 0)
++      #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
+       , struct net_device *sb_dev
+       #else
+       , void *accel_priv

++++++ rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio -> 
rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio ++++++
/work/SRC/openSUSE:Leap:15.2/rtl8812au/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio
 
/work/SRC/openSUSE:Leap:15.2/.rtl8812au.new.3248/rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio
 differ: char 48, line 1

++++++ rtl8812au.obsinfo ++++++
--- /var/tmp/diff_new_pack.pxcOrK/_old  2020-04-14 14:22:09.009326841 +0200
+++ /var/tmp/diff_new_pack.pxcOrK/_new  2020-04-14 14:22:09.013326844 +0200
@@ -1,5 +1,5 @@
 name: rtl8812au
-version: 5.2.20.2+git20190904.30d47a0
-mtime: 1567553839
-commit: 30d47a0a3f43ccb19e8fd59fe93d74a955147bf2
+version: 5.6.4.2+git20200318.49e98ff
+mtime: 1584541726
+commit: 49e98ff9bfdbe2ddce843808713de383132002e0
 


Reply via email to