From 1f1a9a8979f41313ef764f681e73b2c97f545a8e Mon Sep 17 00:00:00 2001
From: Jacco Ligthart <jacco@redsleeve.org>
Date: Sat, 28 Nov 2015 19:42:31 +0100
Subject: [PATCH] redsleeve changes

---
 SPECS/atlas.spec | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/SPECS/atlas.spec b/SPECS/atlas.spec
index 6a352d4..e268c48 100644
--- a/SPECS/atlas.spec
+++ b/SPECS/atlas.spec
@@ -5,7 +5,7 @@ Version:        3.10.1
 %if "%{?enable_native_atlas}" != "0"
 %define dist .native
 %endif
-Release:        10%{?dist}
+Release:        10%{?dist}.redsleeve
 Summary:        Automatically Tuned Linear Algebra Software
 
 Group:          System Environment/Libraries
@@ -297,7 +297,8 @@ ix86 architecture.
 #beware - arch constant can change between releases
 %define arch_option -A 46 
 %define threads_option -t 2
-%global armflags -mfpu=neon -mfloat-abi=hard
+#%global armflags -mfpu=neon -mfloat-abi=hard
+%global armflags %{nil}
 %global mode %{nil}
 %else
 %global mode -b %{__isa_bits}
@@ -336,7 +337,7 @@ cp %{SOURCE11} CONFIG/ARCHS/
 cp %{SOURCE12} CONFIG/ARCHS/
 #cp %{SOURCE13} CONFIG/ARCHS/
 
-cp %{SOURCE14} CONFIG/ARCHS/
+#cp %{SOURCE14} CONFIG/ARCHS/
 #cp %{SOURCE8} CONFIG/ARCHS/
 #cp %{SOURCE9} CONFIG/ARCHS/
 
@@ -785,6 +786,9 @@ fi
 %endif
 
 %changelog
+* Sat Nov 28 2015 Jacco Ligthart <jacco@redsleeve.org> - 3.10.1-10.redsleeve
+- changed arm behaviour to default, without hardfpu
+
 * Thu Oct 23 2014 Jaromir Capik <jcapik@redhat.com> - 3.10.1-10
 - patching for Power8 to pass performance tunings and tests on P8 builders
 - re-enabling tests on ppc64le
-- 
1.8.3.1

