[librep/f18] fix stack direction on s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Sep 4 12:21:09 UTC 2012


commit 51cb069679a33ebc9730ead08bb85ce2404dd3ae
Author: Dan Horák <dan at danny.cz>
Date:   Tue Sep 4 14:21:04 2012 +0200

    fix stack direction on s390(x)

 librep.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/librep.spec b/librep.spec
index 5b27581..fa6d287 100644
--- a/librep.spec
+++ b/librep.spec
@@ -1,6 +1,6 @@
 Name: librep
 Version: 0.92.2
-Release: 5%{?dist}
+Release: 6%{?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|armv*)/' configure
+sed -i 's/sparc|i?86|powerpc|x86_64)/sparc|i?86|powerpc*|x86_64|armv*|s390*)/' configure
 
 %build
 %configure --with-readline --enable-shared --disable-static
@@ -112,6 +112,9 @@ fi
 %{_emacs_sitelispdir}/rep-debugger.el
 
 %changelog
+* Tue Sep 04 2012 Dan Horák <dan[at]danny.cz> 0.92.2-6
+- fix stack direction on s390(x)
+
 * Thu Aug 09 2012 karsten Hopp <karsten at redhat.com> 0.92.2-5
 - fix stack direction on PPC*
 


More information about the scm-commits mailing list