commit rtl8812au for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2020-07-06 16:34:39

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.3060 (New)


Package is "rtl8812au"

Mon Jul  6 16:34:39 2020 rev:9 rq:818971 version:5.6.4.2+git20200318.49e98ff

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2020-04-04 
12:25:59.091962420 +0200
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.3060/rtl8812au.changes
2020-07-06 16:37:06.280603439 +0200
@@ -1,0 +2,5 @@
+Mon Jul  6 09:32:47 UTC 2020 - Andreas Schwab 
+
+- Use ARCH=riscv for riscv64
+
+---



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.HTCuZ6/_old  2020-07-06 16:37:07.264606468 +0200
+++ /var/tmp/diff_new_pack.HTCuZ6/_new  2020-07-06 16:37:07.264606468 +0200
@@ -81,6 +81,9 @@
 %ifarch %ppc ppc64 ppc64le
 export ARCH=powerpc
 %endif
+%ifarch riscv64
+export ARCH=riscv
+%endif
 for flavor in %{flavors_to_build} ; do
cp -a source obj/$flavor
 pushd obj/$flavor




commit rtl8812au for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2020-04-04 12:25:08

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.3248 (New)


Package is "rtl8812au"

Sat Apr  4 12:25:08 2020 rev:8 rq:791124 version:5.6.4.2+git20200318.49e98ff

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2019-10-31 
22:32:08.116865735 +0100
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.3248/rtl8812au.changes
2020-04-04 12:25:59.091962420 +0200
@@ -1,0 +2,15 @@
+Fri Apr  3 07:20:53 UTC 2020 - Antonio Larrosa 
+
+- 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.QRBgq6/_old  2020-04-04 12:26:02.419965677 +0200
+++ /var/tmp/diff_new_pack.QRBgq6/_new  2020-04-04 12:26:02.423965681 +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.QRBgq6/_old  2020-04-04 12:26:02.471965731 +0200
+++ /var/tmp/diff_new_pack.QRBgq6/_new  2020-04-04 12:26:02.471965731 +0200
@@ -1,9 +1,9 @@
 
   
 git
-https://github.com/gordboy/rtl8812au.git
+https://github.com/gordboy/rtl8812au-5.6.4.2.git
 rtl8812au
-5.2.20.2+git%cd.%h
+5.6.4.2+git%cd.%h
   
   
   

++ fix-backported-ndo_select_queue.patch ++
--- /var/tmp/diff_new_pack.QRBgq6/_old  2020-04-04 12:26:02.479965740 +0200
+++ /var/tmp/diff_new_pack.QRBgq6/_new  2020-04-04 12:26:02.483965743 +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:Factory/rtl8812au/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio
 
/work/SRC/openSUSE:Factory/.rtl8812au.new.3248/rtl8812au-5.6.4.2+git20200318.49e98ff.obscpio
 differ: char 48, line 1

++ rtl8812au.obsinfo ++
--- /var/tmp/diff_new_pack.QRBgq6/_old  2020-04-04 12:26:02.531965793 +0200
+++ /var/tmp/diff_new_pack.QRBgq6/_new  2020-04-04 12:26:02.531965793 +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
 




commit rtl8812au for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2019-10-31 22:32:04

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.2990 (New)


Package is "rtl8812au"

Thu Oct 31 22:32:04 2019 rev:7 rq:744423 version:5.2.20.2+git20190904.30d47a0

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2019-05-28 
09:42:49.489853429 +0200
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.2990/rtl8812au.changes
2019-10-31 22:32:08.116865735 +0100
@@ -1,0 +2,6 @@
+Thu Oct 31 09:49:41 UTC 2019 - Antonio Larrosa 
+
+- Update to 5.2.20.2+git20190904.30d47a0
+  * Fixes to make it work with kernel 5.3 (boo#1154539)
+
+---

Old:

  rtl8812au-5.2.20.2+git20190520.6faa3ea.obscpio

New:

  rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.9OtXYI/_old  2019-10-31 22:32:10.288868457 +0100
+++ /var/tmp/diff_new_pack.9OtXYI/_new  2019-10-31 22:32:10.308868481 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rtl8812au
-Version:5.2.20.2+git20190520.6faa3ea
+Version:5.2.20.2+git20190904.30d47a0
 Release:0
 Summary:Kernel driver for Realtek 802.11ac 8812au wifi cards
 License:GPL-2.0-only

++ rtl8812au-5.2.20.2+git20190520.6faa3ea.obscpio -> 
rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio ++
/work/SRC/openSUSE:Factory/rtl8812au/rtl8812au-5.2.20.2+git20190520.6faa3ea.obscpio
 
/work/SRC/openSUSE:Factory/.rtl8812au.new.2990/rtl8812au-5.2.20.2+git20190904.30d47a0.obscpio
 differ: char 48, line 1

++ rtl8812au.obsinfo ++
--- /var/tmp/diff_new_pack.9OtXYI/_old  2019-10-31 22:32:10.844869153 +0100
+++ /var/tmp/diff_new_pack.9OtXYI/_new  2019-10-31 22:32:10.852869163 +0100
@@ -1,5 +1,5 @@
 name: rtl8812au
-version: 5.2.20.2+git20190520.6faa3ea
-mtime: 1558384184
-commit: 6faa3eaf8916667cb7f4ab59923b3608e6ab7b18
+version: 5.2.20.2+git20190904.30d47a0
+mtime: 1567553839
+commit: 30d47a0a3f43ccb19e8fd59fe93d74a955147bf2
 




commit rtl8812au for openSUSE:Factory

2019-05-28 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2019-05-28 09:42:46

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.5148 (New)


Package is "rtl8812au"

Tue May 28 09:42:46 2019 rev:6 rq:705615 version:5.2.20.2+git20190520.6faa3ea

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2019-02-02 
21:50:02.243939854 +0100
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.5148/rtl8812au.changes
2019-05-28 09:42:49.489853429 +0200
@@ -1,0 +2,14 @@
+Mon May 27 09:19:54 UTC 2019 - Antonio Larrosa 
+
+- Fix _service file so it follows Factory policies
+
+---
+Mon May 27 00:32:15 UTC 2019 - Ryan Bach 
+
+- Update to 5.2.20.2+git1558384184.6faa3ea
+  * Fixes to make it work with kernel 5.1
+  * Fixes to make it work with kernel 5.2
+  
+- Use obs_scm instead of depricated tar_scm service file for maintainability 
in the future
+
+---

Old:

  rtl8812au-5.2.20.2+git20190117.edcd447.tar.xz

New:

  rtl8812au-5.2.20.2+git20190520.6faa3ea.obscpio
  rtl8812au.obsinfo



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.URn0xZ/_old  2019-05-28 09:42:51.365852780 +0200
+++ /var/tmp/diff_new_pack.URn0xZ/_new  2019-05-28 09:42:51.397852769 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rtl8812au
-Version:5.2.20.2+git20190117.edcd447
+Version:5.2.20.2+git20190520.6faa3ea
 Release:0
 Summary:Kernel driver for Realtek 802.11ac 8812au wifi cards
 License:GPL-2.0-only

++ _service ++
--- /var/tmp/diff_new_pack.URn0xZ/_old  2019-05-28 09:42:51.877852603 +0200
+++ /var/tmp/diff_new_pack.URn0xZ/_new  2019-05-28 09:42:51.901852595 +0200
@@ -1,14 +1,14 @@
 
-  
-https://github.com/gordboy/rtl8812au
+  
 git
-5.2.20.2+git%cd.%h
-master
+https://github.com/gordboy/rtl8812au.git
 rtl8812au
+5.2.20.2+git%cd.%h
   
-  
-*.tar
+  
+  
+  
 xz
+*.tar
   
-  
 

++ rtl8812au.obsinfo ++
name: rtl8812au
version: 5.2.20.2+git20190520.6faa3ea
mtime: 1558384184
commit: 6faa3eaf8916667cb7f4ab59923b3608e6ab7b18




commit rtl8812au for openSUSE:Factory

2019-02-02 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2019-02-02 21:49:58

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.28833 (New)


Package is "rtl8812au"

Sat Feb  2 21:49:58 2019 rev:5 rq:670546 version:5.2.20.2+git20190117.edcd447

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2019-01-24 
14:15:09.299241840 +0100
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.28833/rtl8812au.changes   
2019-02-02 21:50:02.243939854 +0100
@@ -1,0 +2,6 @@
+Wed Jan 30 13:25:18 UTC 2019 - alarr...@suse.com
+
+- Add fix-backported-ndo_select_queue.patch to fix building with
+  SLE-15-SP1's 4.12 kernel with backported features from 4.19.
+
+---

New:

  fix-backported-ndo_select_queue.patch



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.pDSLNk/_old  2019-02-02 21:50:02.959939233 +0100
+++ /var/tmp/diff_new_pack.pDSLNk/_new  2019-02-02 21:50:02.959939233 +0100
@@ -26,6 +26,8 @@
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-preamble
 Source2:LICENSE
+# PATCH-FIX-OPENSUSE fix-backported-ndo_select_queue.patch
+Patch0: fix-backported-ndo_select_queue.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  bc
 BuildRequires:  binutils
@@ -59,6 +61,9 @@
 
 %prep
 %setup -q
+%if 0%{?sle_version} >= 150100
+%patch0 -p1
+%endif
 
 set -- *
 mkdir source

++ fix-backported-ndo_select_queue.patch ++
From: Antonio Larrosa 
Subject: Fix build with SLE 15-SP1 / Leap 15.1

The net_device.ndo_select_queue signature in SLE-15-SP1's 4.12 kernel
was backported from kernel 4.19 so we must actually support it from 4.12

Index: rtl8812au-5.2.20.2/os_dep/linux/os_intfs.c
===
--- 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
 
 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



commit rtl8812au for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2019-01-24 14:15:07

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new.28833 (New)


Package is "rtl8812au"

Thu Jan 24 14:15:07 2019 rev:4 rq:668085 version:5.2.20.2+git20190117.edcd447

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2018-09-03 
10:34:11.968529676 +0200
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new.28833/rtl8812au.changes   
2019-01-24 14:15:09.299241840 +0100
@@ -1,0 +2,8 @@
+Wed Jan 23 09:31:46 UTC 2019 - alarr...@suse.com
+
+- Update to 5.2.20.2+git20190117.edcd447
+  * Fixes to make it work with kernel 5.0
+  * Fixes to make it work with kernel 4.20
+  * Minor compiler warning turned off
+
+---

Old:

  rtl8812au-5.2.20.2.tar.xz

New:

  rtl8812au-5.2.20.2+git20190117.edcd447.tar.xz



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.CY270A/_old  2019-01-24 14:15:09.863241189 +0100
+++ /var/tmp/diff_new_pack.CY270A/_new  2019-01-24 14:15:09.863241189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rtl8812au
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   rtl8812au
-Version:5.2.20.2
+Version:5.2.20.2+git20190117.edcd447
 Release:0
 Summary:Kernel driver for Realtek 802.11ac 8812au wifi cards
 License:GPL-2.0-only

++ _service ++
--- /var/tmp/diff_new_pack.CY270A/_old  2019-01-24 14:15:09.907241138 +0100
+++ /var/tmp/diff_new_pack.CY270A/_new  2019-01-24 14:15:09.907241138 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/gordboy/rtl8812au
 git
-5.2.20.2
+5.2.20.2+git%cd.%h
 master
 rtl8812au
   




commit rtl8812au for openSUSE:Factory

2018-09-03 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2018-09-03 10:34:11

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new (New)


Package is "rtl8812au"

Mon Sep  3 10:34:11 2018 rev:3 rq:632358 version:5.2.20.2

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2018-04-02 
22:49:32.429161532 +0200
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new/rtl8812au.changes 2018-09-03 
10:34:11.968529676 +0200
@@ -1,0 +2,18 @@
+Thu Aug 30 14:38:49 UTC 2018 - alarr...@suse.com
+
+- Add new supported hardware to the preamble file
+
+---
+Thu Aug 30 11:50:59 UTC 2018 - alarr...@suse.com
+
+- Update to version 5.2.20.2
+  * Update phydm to improve TP stability
+  * Support WiFi-HAL for Android 8
+  * Build with kernel 4.19
+
+- Drop patch allow-reproducible-builds.patch which was
+  merged upstream by gordboy
+
+- Fix build with Leap 15 by parsing correctly the lp150 suffix
+
+---
@@ -10,0 +29,11 @@
+
+- Dropped patches already upstream:
+  * 0001-add-support-for-kernel-4.11.patch
+  * 0002-add-support-for-kernel-4.12.patch
+  * 0003-Fix-build-with-kernel-4.11.9.patch
+  * 0004-Fix-for-Linux-kernel-4.12.5.patch
+
+- Added patch:
+  * allow-reproducible-builds.patch
+
+- Added LICENSE file from upstream

Old:

  allow-reproducible-builds.patch
  rtl8812au-5.2.20.tar.xz

New:

  rtl8812au-5.2.20.2.tar.xz



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.rMnE01/_old  2018-09-03 10:34:12.760531717 +0200
+++ /var/tmp/diff_new_pack.rMnE01/_new  2018-09-03 10:34:12.768531738 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rtl8812au
-Version:5.2.20
+Version:5.2.20.2
 Release:0
 Summary:Kernel driver for Realtek 802.11ac 8812au wifi cards
 License:GPL-2.0-only
@@ -26,7 +26,6 @@
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-preamble
 Source2:LICENSE
-Patch0: allow-reproducible-builds.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  bc
 BuildRequires:  binutils
@@ -60,7 +59,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 set -- *
 mkdir source
@@ -89,12 +87,13 @@
 %install
 export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=%{kernel_module_package_moddir}
-kernel_version=`uname -r | sed -e "s/\(-[0-9\.]*\)-.*/\1/"`
+kernel_version=`uname -r | sed -e "s/-[^-]*$//"`
+
 echo ${kernel_version}
 for flavor in %{flavors_to_build} ; do
 pushd obj/$flavor
-install -d 
%{buildroot}/lib/modules/${kernel_version}-$flavor/${INSTALL_MOD_DIR}/
-install -p -m 644 8812au.ko 
%{buildroot}/lib/modules/${kernel_version}-$flavor/${INSTALL_MOD_DIR}/
+install -d 
%{buildroot}/lib/modules/${kernel_version}-${flavor}/${INSTALL_MOD_DIR}/
+install -p -m 644 8812au.ko 
%{buildroot}/lib/modules/${kernel_version}-${flavor}/${INSTALL_MOD_DIR}/
 popd
 done
 

++ _service ++
--- /var/tmp/diff_new_pack.rMnE01/_old  2018-09-03 10:34:12.808531841 +0200
+++ /var/tmp/diff_new_pack.rMnE01/_new  2018-09-03 10:34:12.808531841 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/gordboy/rtl8812au
 git
-5.2.20
+5.2.20.2
 master
 rtl8812au
   

++ rtl8812au-5.2.20.tar.xz -> rtl8812au-5.2.20.2.tar.xz ++
 14505 lines of diff (skipped)

++ rtl8812au-preamble ++
--- /var/tmp/diff_new_pack.rMnE01/_old  2018-09-03 10:34:13.480533572 +0200
+++ /var/tmp/diff_new_pack.rMnE01/_new  2018-09-03 10:34:13.480533572 +0200
@@ -1,6 +1,9 @@
 Requires: kernel-%1
 Enhances: kernel-%1
 Supplements: modalias(usb:v7392pA822d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v7392pA812d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v2604p0012d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v2357p0122d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v2357p010Fd*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v2357p010Ed*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v2357p010Dd*dc*dsc*dp*ic*isc*ip*in*)
@@ -18,7 +21,10 @@
 Supplements: modalias(usb:v1058p0632d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v0E66p0022d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v0DF6p0074d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v0BDAp881Ad*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v0BDAp8812d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v0B05p17D2d*dc*dsc*dp*ic*isc*ip*in*)
+Supplements: modalias(usb:v0846p9051d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v07B8p8812d*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: 

commit rtl8812au for openSUSE:Factory

2018-04-02 Thread root
Hello community,

here is the log from the commit of package rtl8812au for openSUSE:Factory 
checked in at 2018-04-02 22:49:30

Comparing /work/SRC/openSUSE:Factory/rtl8812au (Old)
 and  /work/SRC/openSUSE:Factory/.rtl8812au.new (New)


Package is "rtl8812au"

Mon Apr  2 22:49:30 2018 rev:2 rq:592970 version:5.2.20

Changes:

--- /work/SRC/openSUSE:Factory/rtl8812au/rtl8812au.changes  2018-03-22 
12:08:44.493878797 +0100
+++ /work/SRC/openSUSE:Factory/.rtl8812au.new/rtl8812au.changes 2018-04-02 
22:49:32.429161532 +0200
@@ -1,0 +2,5 @@
+Fri Mar 30 09:20:00 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Handle %arm, aarch64 and ppc* properly
+
+---



Other differences:
--
++ rtl8812au.spec ++
--- /var/tmp/diff_new_pack.hhNBZt/_old  2018-04-02 22:49:33.089137536 +0200
+++ /var/tmp/diff_new_pack.hhNBZt/_new  2018-04-02 22:49:33.093137391 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rtl8812au
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 Version:5.2.20
 Release:0
 Summary:Kernel driver for Realtek 802.11ac 8812au wifi cards
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Kernel
-URL:https://github.com/gordboy/rtl8812au
+Url:https://github.com/gordboy/rtl8812au
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-preamble
 Source2:LICENSE
@@ -69,6 +69,15 @@
 mkdir obj
 
 %build
+%ifarch %arm
+export ARCH=arm
+%endif
+%ifarch aarch64
+export ARCH=arm64
+%endif
+%ifarch %ppc ppc64 ppc64le
+export ARCH=powerpc
+%endif
 for flavor in %{flavors_to_build} ; do
cp -a source obj/$flavor
 pushd obj/$flavor