rpms/memtest86+/devel memtest86+.spec,1.35,1.36

Warren Togami 砥上勇 (wtogami) fedora-extras-commits at redhat.com
Thu Apr 3 21:12:08 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/memtest86+/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2927

Modified Files:
	memtest86+.spec 
Log Message:
Build with gcc34 for F9 (#437701)



Index: memtest86+.spec
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/devel/memtest86+.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- memtest86+.spec	4 Mar 2008 21:41:51 -0000	1.35
+++ memtest86+.spec	3 Apr 2008 21:11:32 -0000	1.36
@@ -6,7 +6,7 @@
 Summary: Stand-alone memory tester for x86 and x86-64 computers
 Name: memtest86+
 Version: 2.01
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 ExclusiveArch: %{ix86} x86_64
 Group: System Environment/Base
@@ -17,6 +17,7 @@
 Requires(preun): coreutils
 # require glibc-devel.i386 via this file:
 BuildRequires: %{_includedir}/gnu/stubs-32.h
+BuildRequires: compat-gcc-34
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -34,7 +35,7 @@
 %build
 # Regular build flags not wanted for this binary
 # Note: i486 minimum runtime arch
-make
+make CC=gcc34
 # It makes no sense to use smp flags here.
 
 %install
@@ -62,6 +63,9 @@
 /sbin/new-memtest-pkg --remove %{version}
 
 %changelog
+* Thu Apr 03 2008 Warren Togami <wtogami at redhat.com> - 2.01-3
+- Build with gcc34 for F9 (#437701)
+
 * Tue Mar 04 2008 Peter Jones <pjones at redhat.com> - 2.01-2
 - Don't install memtest86+ in bootloader configs on EFI platforms.
 




More information about the fedora-extras-commits mailing list