Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package facetimehd for openSUSE:Factory checked in at 2025-02-05 17:21:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/facetimehd (Old) and /work/SRC/openSUSE:Factory/.facetimehd.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "facetimehd" Wed Feb 5 17:21:22 2025 rev:8 rq:1243384 version:0.6.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/facetimehd/facetimehd.changes 2024-06-17 19:34:26.393191958 +0200 +++ /work/SRC/openSUSE:Factory/.facetimehd.new.2316/facetimehd.changes 2025-02-05 17:21:28.853408780 +0100 @@ -1,0 +2,7 @@ +Mon Feb 3 12:33:53 UTC 2025 - Patrik Jakobsson <patrik.jakobs...@suse.com> + +- Only build for x86_64 +- 0001-Fix-include-of-prandom.patch + * Fixes a build failure due to changes in kernel + +------------------------------------------------------------------- New: ---- 0001-Fix-include-of-prandom.patch BETA DEBUG BEGIN: New:- Only build for x86_64 - 0001-Fix-include-of-prandom.patch * Fixes a build failure due to changes in kernel BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ facetimehd.spec ++++++ --- /var/tmp/diff_new_pack.t0dHwA/_old 2025-02-05 17:21:30.641482746 +0100 +++ /var/tmp/diff_new_pack.t0dHwA/_new 2025-02-05 17:21:30.645482911 +0100 @@ -1,7 +1,7 @@ # # spec file for package facetimehd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,9 @@ Source0: https://github.com/patjak/facetimehd/archive/%{version}/%{name}-%{version}.tar.gz Source1: preamble Patch0: Remove-use-of-linux-pci-aspm.h-since-it-s-not-in-the.patch +Patch1: 0001-Fix-include-of-prandom.patch BuildRequires: %{kernel_module_package_buildreqs} -ExcludeArch: s390x +ExclusiveArch: x86_64 %kernel_module_package -p %{_sourcedir}/preamble %description @@ -38,6 +39,9 @@ %if 0%{?sle_version} == 150300 %patch -P 0 -p1 %endif +%if 0%{?sle_version} >= 150300 || 0%{?suse_version} >= 1600 +%patch -P 1 -p1 +%endif set -- * mkdir source ++++++ 0001-Fix-include-of-prandom.patch ++++++ >From 7b4f5a6b1a5e65ca19886851091a3d05d1e6b9f1 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson <patrik.r.jakobs...@gmail.com> Date: Mon, 3 Feb 2025 12:37:35 +0100 Subject: [PATCH] Fix include of prandom Signed-off-by: Patrik Jakobsson <pjakobs...@suse.de> --- fthd_ddr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fthd_ddr.c b/fthd_ddr.c index 80fc0ce..bdbaa1f 100644 --- a/fthd_ddr.c +++ b/fthd_ddr.c @@ -17,7 +17,7 @@ * */ -#include <linux/random.h> +#include <linux/prandom.h> #include "fthd_drv.h" #include "fthd_hw.h" #include "fthd_ddr.h" -- 2.48.1