From 51ecc2ca32a0395e23332a3510241b87f08f5d8edd5c21d0d9a6269e1452d3e0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 9 Apr 2024 07:59:03 +0000 Subject: [PATCH] Accepting request 1166307 from home:Guillaume_G:branches:GNOME:Factory - a64-neon is an aarch64 feature, not armv6/7 OBS-URL: https://build.opensuse.org/request/show/1166307 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=109 --- pixman.changes | 5 +++++ pixman.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pixman.changes b/pixman.changes index dd83a07..5d90ed0 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 9 07:42:07 UTC 2024 - Guillaume GARDET + +- a64-neon is an aarch64 feature, not armv6/7 + ------------------------------------------------------------------- Mon Feb 26 09:28:18 UTC 2024 - Dominique Leuenberger diff --git a/pixman.spec b/pixman.spec index 426073f..4f5f978 100644 --- a/pixman.spec +++ b/pixman.spec @@ -62,7 +62,7 @@ Pixman is a pixel manipulation library for X and cairo. -Dloongson-mmi="disabled" \ -Darm-simd="disabled" \ -Dneon="disabled" \ -%ifarch %{arm} +%ifarch aarch64 -Da64-neon="enabled" \ %else -Da64-neon="disabled" \