rpms/gcl/devel gcl.spec,1.33,1.34

Jerry James jjames at fedoraproject.org
Sun Feb 22 05:21:59 UTC 2009


Author: jjames

Update of /cvs/pkgs/rpms/gcl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16685/devel

Modified Files:
	gcl.spec 
Log Message:
* Sat Feb 21 2009 Jerry James <loganjerry at gmail.com> - 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.



Index: gcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcl/devel/gcl.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- gcl.spec	26 Jan 2009 20:54:32 -0000	1.33
+++ gcl.spec	22 Feb 2009 05:21:27 -0000	1.34
@@ -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 @@
 %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 @@
 
 
 %changelog
+* Sat Feb 21 2009 Jerry James <loganjerry at gmail.com> - 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 <loganjerry at gmail.com> - 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.




More information about the fedora-extras-commits mailing list