SPECS: grub.spec - gcc4 ready, release 0.2.

pluto pluto at pld-linux.org
Sun Jun 12 16:35:46 CEST 2005


Author: pluto                        Date: Sun Jun 12 14:35:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- gcc4 ready, release 0.2.

---- Files affected:
SPECS:
   grub.spec (1.96 -> 1.97) 

---- Diffs:

================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.96 SPECS/grub.spec:1.97
--- SPECS/grub.spec:1.96	Thu May 12 21:05:24 2005
+++ SPECS/grub.spec	Sun Jun 12 16:35:41 2005
@@ -7,7 +7,6 @@
 %bcond_with	splashimage	# removes some ethernet cards support
 				# (too much memory occupied?)
 %bcond_with	static		# builds static version
-
 #
 Summary:	GRand Unified Bootloader
 Summary(pl):	GRUB - bootloader dla x86
@@ -15,7 +14,7 @@
 Summary(de):	GRUB - ein Bootloader für x86
 Name:		grub
 Version:	0.97
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Base
 Source0:	ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
@@ -38,6 +37,7 @@
 Patch10:	%{name}-geometry-26kernel.patch
 Patch11:	%{name}-i2o.patch
 Patch12:	%{name}-initrdmax.patch
+Patch13:	%{name}-gcc4.patch
 URL:		http://www.gnu.org/software/grub/grub.en.html
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -149,6 +149,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 rm -rf doc/*info*
 
@@ -158,7 +159,7 @@
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-CFLAGS="-Os %{?debug:-g}" ; export CFLAGS
+CFLAGS="-Os %{?debug:-g} -fno-strict-aliasing" ; export CFLAGS
 %if %{with static}
 LDFLAGS="-static"; export LDFLAGS
 %endif
@@ -266,6 +267,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.97  2005/06/12 14:35:41  pluto
+- gcc4 ready, release 0.2.
+
 Revision 1.96  2005/05/12 19:05:24  arekm
 - add static bcond (usable for example for amd64 machines)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/grub.spec?r1=1.96&r2=1.97&f=u




More information about the pld-cvs-commit mailing list