From 3d251e21067c89d8614a7b818cfb6370f5f72bde Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 23 Nov 2015 15:42:13 +0100 Subject: [PATCH 1/2] Follow upstream decision and disable NEON on AArch64 as well. --- efl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/efl.spec b/efl.spec index 16c6afd..39742d9 100644 --- a/efl.spec +++ b/efl.spec @@ -13,7 +13,7 @@ Name: efl Version: 1.16.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of Enlightenment libraries License: BSD and LGPLv2+ and GPLv2 and zlib URL: http://enlightenment.org/ @@ -182,7 +182,7 @@ sed -i -e 's|/opt/efl-%{version}/share/|%{_datadir}/|' \ --with-opengl=full \ --disable-static \ --with-profile=release \ -%ifarch %{arm} +%ifarch %{arm} aarch64 --disable-neon \ %endif %if ! 0%{?has_luajit} @@ -466,6 +466,9 @@ fi %{_libdir}/pkgconfig/evas*.pc %changelog +* Mon Nov 23 2015 Marcin Juszkiewicz - 1.16.0-2 +- Follow upstream decision and disable NEON on AArch64 as well. + * Tue Nov 10 2016 Tom Callaway - 1.16.0-1 - update to 1.16.0 From d785dd30bb943516b03b0189ec06aef539d711d4 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 23 Nov 2015 15:43:40 +0100 Subject: [PATCH 2/2] fix date in changelog --- efl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl.spec b/efl.spec index 39742d9..b74f4b8 100644 --- a/efl.spec +++ b/efl.spec @@ -469,7 +469,7 @@ fi * Mon Nov 23 2015 Marcin Juszkiewicz - 1.16.0-2 - Follow upstream decision and disable NEON on AArch64 as well. -* Tue Nov 10 2016 Tom Callaway - 1.16.0-1 +* Tue Nov 10 2015 Tom Callaway - 1.16.0-1 - update to 1.16.0 * Mon Sep 14 2015 Tom Callaway - 1.15.1-2