From 19b197be2bd60b407734ccb34180948dd85957af Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 May 2006 12:53:45 +0000 Subject: it seems stack is smaller on amd64, function concat_spaces need to be tail-recursive --- Makefile | 2 +- perl_checker.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d2e9b7..453115e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINDIR = $(PREFIX)/bin VENDORLIB = $(shell eval "`perl -V:installvendorlib`"; echo $$installvendorlib) INSTALLVENDORLIB = $(DESTDIR)$(VENDORLIB) PERL_CHECKER_TARGET = native-code -PERL_CHECKER_VERSION = 1.1.22 +PERL_CHECKER_VERSION = 1.1.23 FILES-perl_checker = AUTHORS COPYING README.emacs Makefile misc perl_checker.spec perl_checker.src perl_checker_fake_packages diff --git a/perl_checker.spec b/perl_checker.spec index 512a796..068516e 100644 --- a/perl_checker.spec +++ b/perl_checker.spec @@ -1,6 +1,6 @@ # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common/ -%define version 1.1.22 +%define version 1.1.23 %define release %mkrel 1 %ifarch x86_64 @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Mon May 15 2006 Pixel 1.1.23-1mdk +- it seems stack is smaller on amd64, function concat_spaces need to be tail-recursive + * Tue Apr 11 2006 Thierry Vignaud 1.1.22-1mdk - sync with Glib/Gtk2-1.120 -- cgit v1.2.1