summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:38 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 06:02:38 +0000
commitbaa95761ad7f5a9b468d470a65e80c5213e7fc19 (patch)
tree27431fc4024d648f06ffbec1ee5c21cfe19c551b
parentc0f12e2b194d58546de429f44274bc5fd9923daf (diff)
downloadguile-baa95761ad7f5a9b468d470a65e80c5213e7fc19.tar.gz
guile-baa95761ad7f5a9b468d470a65e80c5213e7fc19.tar.xz
guile-baa95761ad7f5a9b468d470a65e80c5213e7fc19.zip
auto-import guile-1.3.4-13 from guile-1.3.4-13.src.rpmguile-1_3_4-13
-rw-r--r--guile.spec15
1 files changed, 3 insertions, 12 deletions
diff --git a/guile.spec b/guile.spec
index 155fbca..ee16e23 100644
--- a/guile.spec
+++ b/guile.spec
@@ -1,10 +1,9 @@
Summary: A GNU implementation of Scheme for application extensibility.
Name: guile
Version: 1.3.4
-Release: 12a
+Release: 13
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
@@ -37,7 +36,6 @@ 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
@@ -46,9 +44,6 @@ 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
@@ -107,12 +102,8 @@ 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)
+* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.4-13
+- Rebuild with new readline
* Wed Feb 28 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed missing devel version dependancy.