[memtest86+] Update to new version (#682425) Removed fix-asciimap patch (not needed now) Removed make-gcc4-builds

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Mar 7 10:10:03 UTC 2011


commit 3b8e4f3496f790e717e32deee75a6290e7ffc8ac
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Mar 7 11:09:56 2011 +0100

    Update to new version (#682425)
    Removed fix-asciimap patch (not needed now)
    Removed make-gcc4-builds-work patch (not used)

 .gitignore                                  |    1 +
 memtest86+-2.11-make-gcc4-builds-work.patch |  356 ---------------------------
 memtest86+-4.00-fix-asciimap.patch          |   12 -
 memtest86+.spec                             |   11 +-
 sources                                     |    2 +-
 5 files changed, 9 insertions(+), 373 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8419cc8..f2d599f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 memtest86+-4.10.tar.gz
+/memtest86+-4.20.tar.gz
diff --git a/memtest86+.spec b/memtest86+.spec
index f00c175..7b42aaa 100644
--- a/memtest86+.spec
+++ b/memtest86+.spec
@@ -6,15 +6,14 @@
 %define debug_package %{nil}
 
 Name:     memtest86+
-Version:  4.10
-Release:  5%{?dist}
+Version:  4.20
+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
-Patch0:   memtest86+-4.00-fix-asciimap.patch
 URL:      http://www.memtest.org
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # require glibc-devel.i386 via this file:
@@ -43,7 +42,6 @@ sed -i -e's,0x5000,0x100000,' memtest.lds
 %ifarch x86_64
 sed -i -e's,$(LD) -s -T memtest.lds,$(LD) -s -T memtest.lds -z max-page-size=0x1000,' Makefile
 %endif
-%patch0 -p1 -b .fix_asciimap
 
 %build
 # Regular build flags not wanted for this binary
@@ -88,6 +86,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar 07 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 4.20-1
+- Update to new version (#682425)
+- Removed fix-asciimap patch (not needed now)
+- Removed make-gcc4-builds-work patch (not used)
+
 * Mon Feb 21 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 4.10-5
 - Deprecated nash replaceed by findfs (#671503)
 
diff --git a/sources b/sources
index 220b4ae..5f21467 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2144f21d4489a04149b1891b8d97e8fc  memtest86+-4.10.tar.gz
+ef62c2f5be616676c8c62066dedc46b3  memtest86+-4.20.tar.gz


More information about the scm-commits mailing list