[librep] Improve ARM platform detection

Peter Robinson pbrobinson at fedoraproject.org
Wed May 30 11:07:54 UTC 2012


commit 5e4496fb23cdac4e50254c1fd65907095528337c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed May 30 12:07:44 2012 +0100

    Improve ARM platform detection

 .gitignore  |    5 +----
 librep.spec |    7 +++++--
 sources     |    3 ---
 3 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b079e23..caf4d05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-/librep-0.91.1.tar.bz2
-/librep-0.92.0.tar.bz2
-/librep-0.92.1.tar.bz2
-/librep-0.92.2.tar.bz2
+/librep-0.9*.tar.bz2
diff --git a/librep.spec b/librep.spec
index 6433f45..0e2d4b0 100644
--- a/librep.spec
+++ b/librep.spec
@@ -1,6 +1,6 @@
 Name: librep
 Version: 0.92.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A lightweight Lisp environment
 License: GPLv2+
 Group: Development/Languages
@@ -54,7 +54,7 @@ nicely interacts and integrates into Emacs.
 %prep
 %setup -q
 
-sed -i 's/sparc|i?86|powerpc|x86_64)/sparc|i?86|powerpc|x86_64|armv7l|armv5tel)/' configure
+sed -i 's/sparc|i?86|powerpc|x86_64)/sparc|i?86|powerpc|x86_64|armv*)/' configure
 
 %build
 %configure --with-readline --enable-shared --disable-static
@@ -112,6 +112,9 @@ fi
 %{_emacs_sitelispdir}/rep-debugger.el
 
 %changelog
+* Wed May 30 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.92.2-3
+- Improve ARM platform detection
+
 * Sun May 27 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.92.2-2
 - Fix stack direction on ARM platforms
 - Cleanup spec
diff --git a/sources b/sources
index 2800f53..87a640b 100644
--- a/sources
+++ b/sources
@@ -1,4 +1 @@
-2ab927edf1f21aa018fdd3844c90b2fc  librep-0.91.1.tar.bz2
-1175c53b2fde558454b9b15c9e965b41  librep-0.92.0.tar.bz2
-20131887872098bbb2f21d333da40672  librep-0.92.1.tar.bz2
 98dc785c525c9d39881c62b2fddde030  librep-0.92.2.tar.bz2


More information about the scm-commits mailing list