From 9979b873cd071df999f29f57ff8d38b84893b69f Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 22 2009 05:21:27 +0000 Subject: - Add -fno-strict-aliasing to fix build problems in Rawhide. - Fix the broken version number scheme I used on the last two releases. --- diff --git a/gcl.spec b/gcl.spec index 8fe9f71..7ec4481 100644 --- a/gcl.spec +++ b/gcl.spec @@ -28,7 +28,7 @@ Name: gcl Version: 2.6.8 -Release: 0.1.%{alphatag}.2%{?dist} +Release: 0.2.%{alphatag}%{?dist} Summary: GNU Common Lisp Group: Development/Languages @@ -183,7 +183,7 @@ Source Elisp code for XEmacs mode for interacting with GCL %patch14 -p1 # Don't let the configure script add compiler flags we don't want -sed -i -e 's/-fomit-frame-pointer//' -e 's/-O3/-O2/g' configure +sed -i -e 's/fomit-frame-pointer/fno-strict-aliasing/' -e 's/-O3/-O2/g' configure # Fix a path in the launch script sed -i -e 's|/usr/lib/tk|%{_datadir}/tk|' debian/gcl.sh @@ -328,6 +328,10 @@ fi %changelog +* Sat Feb 21 2009 Jerry James - 2.6.8-0.2.20080902cvs +- Add -fno-strict-aliasing to fix build problems in Rawhide. +- Fix the broken version number scheme I used on the last two releases. + * Mon Jan 26 2009 Jerry James - 2.6.8-0.1.20080902cvs.2 - Add missing files required to build gcl.info, which is needed for the DESCRIBE function to work properly.