Hello community,

here is the log from the commit of package memtest86+ for openSUSE:Factory 
checked in at 2015-03-30 19:30:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/memtest86+ (Old)
 and      /work/SRC/openSUSE:Factory/.memtest86+.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "memtest86+"

Changes:
--------
--- /work/SRC/openSUSE:Factory/memtest86+/memtest86+.changes    2015-02-22 
17:27:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.memtest86+.new/memtest86+.changes       
2015-03-30 19:30:59.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Mar 23 23:46:06 UTC 2015 - [email protected]
+
+- memtest86+-gcc5.patch: Use -fgnu89-inline, fix build with 
+  GCC5, code relies on old inline semantics.
+
+-------------------------------------------------------------------

New:
----
  memtest86+-gcc5.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ memtest86+.spec ++++++
--- /var/tmp/diff_new_pack.wz3GhV/_old  2015-03-30 19:31:00.000000000 +0200
+++ /var/tmp/diff_new_pack.wz3GhV/_new  2015-03-30 19:31:00.000000000 +0200
@@ -40,6 +40,7 @@
 Patch1:         memtest86+-5.01-no-optimization.patch
 Patch2:         memtest86+-5.01-compile-fix.patch
 Patch3:         memtest86+-5.01-array-size-fix.patch
+Patch4:         memtest86+-gcc5.patch
 Summary:        Memory Testing Image for x86 Architecture
 License:        BSD-3-Clause
 Group:          System/Boot
@@ -54,7 +55,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-
+%patch4 -p1
 %build
   make
 

++++++ memtest86+-gcc5.patch ++++++
--- memtest86+-5.01.orig/Makefile
+++ memtest86+-5.01/Makefile
@@ -14,7 +14,7 @@ AS=as -32
 CC=gcc
 
 CFLAGS= -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin \
-       -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector 
+       -ffreestanding -fPIC $(SMP_FL) -fno-stack-protector -fgnu89-inline
        
 OBJS= head.o reloc.o main.o test.o init.o lib.o patn.o screen_buffer.o \
       config.o cpuid.o linuxbios.o pci.o memsize.o spd.o error.o dmi.o 
controller.o \

Reply via email to