- Update to new upstream release, v4.00

- Drop gcc4.2+ patch, merged upstream
This commit is contained in:
Jarod Wilson 2009-09-29 12:51:16 +00:00
parent bf88f4652a
commit c6861ccc05
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1,2 @@
memtest86+-2.11.tar.gz
memtest86+-4.00.tar.gz

View File

@ -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)

View File

@ -1 +1 @@
e457774139c0bfef899359df91f49b3e memtest86+-2.11.tar.gz
898cfc5ff7920a8c396ebe898ac2eaa5 memtest86+-4.00.tar.gz