summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:32 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:32 +0000
commitc0f12e2b194d58546de429f44274bc5fd9923daf (patch)
treeb7ed3d7830807738d60504d628e338b0dbf1471c
parent07c6dfac2e5e70b7161bb151eeb694eadd80255f (diff)
downloadguile-c0f12e2b194d58546de429f44274bc5fd9923daf.tar.gz
guile-c0f12e2b194d58546de429f44274bc5fd9923daf.tar.xz
guile-c0f12e2b194d58546de429f44274bc5fd9923daf.zip
auto-import changelog data from guile-1.3.4-12a.src.rpmguile-1_3_4-12aRHL-7_1-split
Tue May 29 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com> - 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 <oliver.paukstadt@millenux.com> - ported to IBM zSeries (s390x, 64 bit)
-rw-r--r--guile.spec14
1 files changed, 13 insertions, 1 deletions
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 <oliver.paukstadt@millenux.com>
+- 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 <oliver.paukstadt@millenux.com>
+- ported to IBM zSeries (s390x, 64 bit)
+
* Wed Feb 28 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed missing devel version dependancy.
- Fixed bug #20134 for good this time.