rpms/memtest86+/F-12 memtest86+.spec,1.51,1.52

Anton Arapov aarapov at fedoraproject.org
Fri Apr 2 12:02:57 UTC 2010


Author: aarapov

Update of /cvs/pkgs/rpms/memtest86+/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32369

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



Index: memtest86+.spec
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/F-12/memtest86+.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- memtest86+.spec	13 Oct 2009 19:09:28 -0000	1.51
+++ memtest86+.spec	2 Apr 2010 12:02:56 -0000	1.52
@@ -7,13 +7,14 @@
 
 Name:     memtest86+
 Version:  4.00
-Release:  2%{?dist}
+Release:  3%{?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:
@@ -40,6 +41,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
@@ -84,6 +86,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 30 2010 Anton Arapov <anton at redhat.com> - 4.00-3
+- Fix ascii map of spd.c (#577469)
+
 * Tue Oct 13 2009 Jarod Wilson <jarod at redhat.com> - 4.00-2
 - Fix memtest-setup on systems without a separate /boot
   filesystem (#528651)



More information about the scm-commits mailing list