- Update to new upstream release, v4.00
- Drop gcc4.2+ patch, merged upstream
This commit is contained in:
parent
bf88f4652a
commit
c6861ccc05
@ -1 +1,2 @@
|
||||
memtest86+-2.11.tar.gz
|
||||
memtest86+-4.00.tar.gz
|
||||
|
@ -6,16 +6,14 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: memtest86+
|
||||
Version: 2.11
|
||||
Release: 11%{?dist}
|
||||
Version: 4.00
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
||||
Group: System Environment/Base
|
||||
Source0: http://www.memtest.org/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: memtest-setup
|
||||
Source2: new-memtest-pkg
|
||||
# Patch sent by Jarod to memtest86+ maintainer on 2009.08.18
|
||||
Patch0: memtest86+-2.11-make-gcc4-builds-work.patch
|
||||
URL: http://www.memtest.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
# require glibc-devel.i386 via this file:
|
||||
@ -41,7 +39,6 @@ to add the %{name} entry to your GRUB boot menu.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#patch0 -p1
|
||||
sed -i -e's,0x10000,0x100000,' memtest.lds
|
||||
|
||||
%build
|
||||
@ -87,6 +84,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2009 Jarod Wilson <jarod@redhat.com> - 4.00-1
|
||||
- Update to new upstream release, v4.00
|
||||
- Drop gcc4.2+ patch, merged upstream
|
||||
|
||||
* Mon Aug 17 2009 Jarod Wilson <jarod@redhat.com> - 2.11-11
|
||||
- Fix runtime operation when built with gcc4.2+ (#442285)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user