From c0f12e2b194d58546de429f44274bc5fd9923daf Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 06:02:32 +0000 Subject: auto-import changelog data from guile-1.3.4-12a.src.rpm Tue May 29 2001 Oliver Paukstadt - work around for problem with optimiziaton higher than 2 SCM_STACK_GROWS_UP ist not set correct with -O3 Fri May 04 2001 Oliver Paukstadt - ported to IBM zSeries (s390x, 64 bit) --- guile.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/guile.spec b/guile.spec index 0ec1e5f..155fbca 100644 --- a/guile.spec +++ b/guile.spec @@ -1,9 +1,10 @@ Summary: A GNU implementation of Scheme for application extensibility. Name: guile Version: 1.3.4 -Release: 12 +Release: 12a Source: ftp://ftp.gnu.org/gnu/guile-%{version}.tar.gz Patch: guile-1.3.4-inet_aton.patch +Patch1: guile-1.3.4-sizet.patch Copyright: GPL Group: Development/Languages Buildroot: %{_tmppath}/%{name}-root @@ -36,6 +37,7 @@ install the guile package. %prep %setup -q %patch -p1 -b .inet_aton +%patch1 -p1 -b .sizet %build LDFLAGS="-L`pwd`/libguile -L`pwd`/libguile/.libs"; export LDFLAGS @@ -44,6 +46,9 @@ CFLAGS="-O0" %configure --enable-dynamic-linking %else %configure --enable-dynamic-linking %endif +%ifarch s390x +echo "#undef SCM_STACK_GROWS_UP" >> libguile/scmconfig.h +%endif make %install @@ -102,6 +107,13 @@ fi %{_infodir}/data-rep* %changelog +* Mon May 29 2001 Oliver Paukstadt +- work around for problem with optimiziaton higher than 2 + SCM_STACK_GROWS_UP ist not set correct with -O3 + +* Fri May 4 2001 Oliver Paukstadt +- ported to IBM zSeries (s390x, 64 bit) + * Wed Feb 28 2001 Philipp Knirsch - Fixed missing devel version dependancy. - Fixed bug #20134 for good this time. -- cgit