rpms/memtest86+/devel memtest86+-4.00-fix-asciimap.patch, NONE, 1.1 memtest86+.spec, 1.53, 1.54

Anton Arapov aarapov at fedoraproject.org
Fri Apr 2 12:18:52 UTC 2010


Author: aarapov

Update of /cvs/pkgs/rpms/memtest86+/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2746

Modified Files:
	memtest86+.spec 
Added Files:
	memtest86+-4.00-fix-asciimap.patch 
Log Message:
* Tue Mar 30 2010 Anton Arapov <anton at redhat.com> - 4.00-4
- Fix ascii map of spd.c (#577469)



memtest86+-4.00-fix-asciimap.patch:
 spd.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE memtest86+-4.00-fix-asciimap.patch ---
diff --git a/spd.c b/spd.c
index 0cdfe1e..b99dd90 100644
--- a/spd.c
+++ b/spd.c
@@ -481,6 +481,7 @@ struct ascii_map amap[] = {
 { 0x34, "4"},
 { 0x35, "5"},
 { 0x36, "6"},
+{ 0x37, "7"},
 { 0x38, "8"},
 { 0x39, "9"},
 { 0x3A, ":"},


Index: memtest86+.spec
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/devel/memtest86+.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- memtest86+.spec	25 Dec 2009 17:37:51 -0000	1.53
+++ memtest86+.spec	2 Apr 2010 12:18:51 -0000	1.54
@@ -7,13 +7,14 @@
 
 Name:     memtest86+
 Version:  4.00
-Release:  3%{?dist}
+Release:  4%{?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:
@@ -39,6 +40,7 @@ to add the %{name} entry to your GRUB bo
 %prep
 %setup -q 
 sed -i -e's,0x10000,0x100000,' memtest.lds
+%patch0 -p1 -b .fix_asciimap
 
 %build
 # Regular build flags not wanted for this binary
@@ -83,6 +85,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 30 2010 Anton Arapov <anton at redhat.com> - 4.00-4
+- Fix ascii map of spd.c (#577469)
+
 * Fri Dec 25 2009 Robert Scheck <robert at fedoraproject.org> - 4.00-3
 - Removed obsolete build requirement to compat-gcc-34 (#442285)
 



More information about the scm-commits mailing list