Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hdjmod for openSUSE:Factory checked in at 2021-05-08 22:07:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hdjmod (Old) and /work/SRC/openSUSE:Factory/.hdjmod.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hdjmod" Sat May 8 22:07:52 2021 rev:22 rq:891573 version:1.28 Changes: -------- --- /work/SRC/openSUSE:Factory/hdjmod/hdjmod.changes 2021-01-01 21:13:45.375389557 +0100 +++ /work/SRC/openSUSE:Factory/.hdjmod.new.2988/hdjmod.changes 2021-05-08 22:09:09.205291583 +0200 @@ -1,0 +2,5 @@ +Sat May 8 10:09:32 UTC 2021 - Matthias Bach <[email protected]> + +- Added hdjmod_kernel_5.12.patch to fix build against Linux 5.12. + +------------------------------------------------------------------- New: ---- hdjmod_kernel_5.12.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdjmod.spec ++++++ --- /var/tmp/diff_new_pack.htaYfM/_old 2021-05-08 22:09:09.817288935 +0200 +++ /var/tmp/diff_new_pack.htaYfM/_new 2021-05-08 22:09:09.817288935 +0200 @@ -1,8 +1,8 @@ # # spec file for package hdjmod # -# Copyright (c) 2020 SUSE LLC -# Copyright (c) 2008-2017 Matthias Bach <[email protected]> +# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2021 Matthias Bach <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,8 +52,10 @@ Patch11: hdjmod_kernel_4.14.patch # PATCH-FIX-UPSTREAM hdjmod_kernel_4.15.patch [email protected] -- Fix build on kernel 4.15 and newer Patch12: hdjmod_kernel_4.15.patch -# Fix build with kernel 5.0 +# PATCH-FIX-UPSTREAM hdjmod_kernel_5.0.patch [email protected] -- Fix build on kernel 5.0 and newer Patch13: hdjmod_kernel_5.0.patch +# PATCH-FIX-UPSTREAM hdjmod_kernel_5.12.patch [email protected] -- Fix build on kernel 5.12 and newer +Patch14: hdjmod_kernel_5.12.patch BuildRequires: %{kernel_module_package_buildreqs} BuildRequires: libelf-devel %suse_kernel_module_package -p%{_sourcedir}/preamble @@ -78,6 +80,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p2 +%patch14 -p1 set -- * mkdir source mv "$@" source/ ++++++ hdjmod_kernel_5.12.patch ++++++ The Macro MODULE_SUPPORTED_DEVICE was never implemented and dropped with Linux 5.12 diff --color -Naru hdjmod-1.28o/device.c hdjmod-1.28/device.c --- hdjmod-1.28o/device.c 2009-01-27 15:25:50.000000000 +0100 +++ hdjmod-1.28/device.c 2021-05-08 12:06:06.939733004 +0200 @@ -2796,6 +2796,5 @@ module_init(usb_hdj_init); module_exit(usb_hdj_exit); MODULE_DESCRIPTION("DJ Series Kernel Module"); -MODULE_SUPPORTED_DEVICE("DJ Series Devices"); MODULE_AUTHOR("Philip Lukidis <[email protected]>"); MODULE_LICENSE("GPL");
