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 - [email protected]
+
+- 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


Reply via email to