From 3439f4a97df63521de267933a50e913da28afbc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 10 Dec 2018 10:24:41 +0100 Subject: [PATCH] - enable NEON on arm/aarch64, EFL uses runtime CPU detection --- efl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/efl.spec b/efl.spec index ad09a70..0e5d9a8 100644 --- a/efl.spec +++ b/efl.spec @@ -29,7 +29,7 @@ Name: efl Version: 1.21.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib URL: http://enlightenment.org/ @@ -232,9 +232,6 @@ sed -i -e 's|/opt/efl-%{version}/share/|%{_datadir}/|' \ --disable-static \ --disable-cocoa \ --with-profile=release \ -%ifarch %{arm} aarch64 - --disable-neon \ -%endif %if ! 0%{?has_luajit} --enable-lua-old \ %endif @@ -553,6 +550,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/pkgconfig/evas*.pc %changelog +* Mon Dec 10 2018 Dan HorĂ¡k - 1.21.1-2 +- enable NEON on arm/aarch64, EFL uses runtime CPU detection + * Fri Sep 21 2018 Tom Callaway - 1.21.1-1 - update to 1.21.1