rpms/memtest86+/F-9 memtest86+-2.10-fixflags.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 memtest86+.spec, 1.36, 1.37 sources, 1.17, 1.18

Warren Togami 砥上勇 wtogami at fedoraproject.org
Tue Nov 18 03:55:29 UTC 2008


Author: wtogami

Update of /cvs/pkgs/rpms/memtest86+/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14509

Modified Files:
	.cvsignore memtest86+.spec sources 
Added Files:
	memtest86+-2.10-fixflags.patch 
Log Message:
2.10


memtest86+-2.10-fixflags.patch:

--- NEW FILE memtest86+-2.10-fixflags.patch ---
diff -urN memtest86+-2.10.orig/Makefile memtest86+-2.10/Makefile
--- memtest86+-2.10.orig/Makefile	2008-10-24 22:43:43.000000000 -0400
+++ memtest86+-2.10/Makefile	2008-11-17 22:38:29.000000000 -0500
@@ -11,7 +11,7 @@
 AS=as -32
 CC=gcc
 
-CFLAGS= -fno-stack-protector -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC
+CFLAGS= -Wall -march=i486 -m32 -Os -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC
 
 OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
       config.o linuxbios.o memsize.o pci.o controller.o random.o extra.o \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/F-9/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	21 Feb 2008 20:15:21 -0000	1.17
+++ .cvsignore	18 Nov 2008 03:54:58 -0000	1.18
@@ -1 +1 @@
-memtest86+-2.01.tar.gz
+memtest86+-2.10.tar.gz


Index: memtest86+.spec
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/F-9/memtest86+.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- memtest86+.spec	3 Apr 2008 21:11:32 -0000	1.36
+++ memtest86+.spec	18 Nov 2008 03:54:58 -0000	1.37
@@ -5,12 +5,13 @@
 
 Summary: Stand-alone memory tester for x86 and x86-64 computers
 Name: memtest86+
-Version: 2.01
-Release: 3%{?dist}
+Version: 2.10
+Release: 1%{?dist}
 License: GPLv2
 ExclusiveArch: %{ix86} x86_64
 Group: System Environment/Base
 Source0: http://www.memtest.org/download/%{version}/memtest86+-%{version}.tar.gz
+Patch0: memtest86+-2.10-fixflags.patch
 URL: http://www.memtest.org
 Source1: new-memtest-pkg
 Source2: memtest-setup
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # Regular build flags not wanted for this binary
@@ -53,8 +55,7 @@
 
 %files
 %defattr(-,root,root,-)
-# XXX did upstream drop the README by mistake?
-#%doc README
+%doc README
 /boot/memtest86+-%{version}
 /sbin/new-memtest-pkg
 %{_sbindir}/memtest-setup
@@ -63,6 +64,9 @@
 /sbin/new-memtest-pkg --remove %{version}
 
 %changelog
+* Mon Nov 12 2008 Warren Togami <wtogami at redhat.com> - 2.10-1
+- 2.10
+
 * Thu Apr 03 2008 Warren Togami <wtogami at redhat.com> - 2.01-3
 - Build with gcc34 for F9 (#437701)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/memtest86+/F-9/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	21 Feb 2008 20:15:21 -0000	1.17
+++ sources	18 Nov 2008 03:54:58 -0000	1.18
@@ -1 +1 @@
-e849eaf4ff3f6f4d7aff32d3dfa1b32c  memtest86+-2.01.tar.gz
+9ca90f6225b5fa4ed1334583c3d6b855  memtest86+-2.10.tar.gz




More information about the fedora-extras-commits mailing list