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 - [email protected]
+
+- Add new supported hardware to the preamble file
+
+-------------------------------------------------------------------
+Thu Aug 30 11:50:59 UTC 2018 - [email protected]
+
+- 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 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/gordboy/rtl8812au</param>
     <param name="scm">git</param>
-    <param name="versionformat">5.2.20</param>
+    <param name="versionformat">5.2.20.2</param>
     <param name="revision">master</param>
     <param name="filename">rtl8812au</param>
   </service>

++++++ 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: modalias(usb:v0789p016Ed*dc*dsc*dp*ic*isc*ip*in*)
 Supplements: modalias(usb:v0586p3426d*dc*dsc*dp*ic*isc*ip*in*)


Reply via email to