Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pipewire for openSUSE:Factory checked in at 2021-10-13 18:02:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pipewire (Old) and /work/SRC/openSUSE:Factory/.pipewire.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pipewire" Wed Oct 13 18:02:35 2021 rev:43 rq:925058 version:0.3.38 Changes: -------- --- /work/SRC/openSUSE:Factory/pipewire/pipewire.changes 2021-10-04 18:39:29.050010662 +0200 +++ /work/SRC/openSUSE:Factory/.pipewire.new.2443/pipewire.changes 2021-10-13 18:03:18.307013000 +0200 @@ -1,0 +2,6 @@ +Wed Oct 13 09:10:51 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Add patch from upstream to fix compilation on ARM (boo#1191600): + * 0001-fix-compilation-on-ARM.patch + +------------------------------------------------------------------- New: ---- 0001-fix-compilation-on-ARM.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pipewire.spec ++++++ --- /var/tmp/diff_new_pack.IOroml/_old 2021-10-13 18:03:19.927015539 +0200 +++ /var/tmp/diff_new_pack.IOroml/_new 2021-10-13 18:03:19.931015545 +0200 @@ -53,6 +53,7 @@ Source0: %{name}-%{version}.tar.xz Source1: %{name}-rpmlintrc Source99: baselibs.conf +Patch0: 0001-fix-compilation-on-ARM.patch BuildRequires: docutils BuildRequires: doxygen ++++++ 0001-fix-compilation-on-ARM.patch ++++++ >From f8817b439433798bd7217dc4ae72197887b0fc96 Mon Sep 17 00:00:00 2001 From: Wim Taymans <wtaym...@redhat.com> Date: Thu, 30 Sep 2021 11:12:27 +0200 Subject: [PATCH] cpu: fix compilation on ARM --- spa/plugins/support/cpu-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/support/cpu-arm.c b/spa/plugins/support/cpu-arm.c index d80b8ad87..de07ebf41 100644 --- a/spa/plugins/support/cpu-arm.c +++ b/spa/plugins/support/cpu-arm.c @@ -80,7 +80,7 @@ arm_init(struct impl *impl) int arch; if (!(cpuinfo = get_cpuinfo())) { - spa_log_warn(impl->log, NAME " %p: Can't read cpuinfo", impl); + spa_log_warn(impl->log, "%p: Can't read cpuinfo", impl); return 1; }