Changes of Revision 2
[-] [+] | Changed | liboil.spec |
[-] [+] | Deleted | liboil-disable-sse.patch ^ |
@@ -1,13 +0,0 @@ ---- liboil/Makefile.am.orig 2006-12-05 22:38:44.000000000 +0100 -+++ liboil/Makefile.am 2006-12-05 22:39:57.000000000 +0100 -@@ -19,10 +19,6 @@ - SUBDIRS += mmx - libs += mmx/libmmx.la - endif --if HAVE_SSE2_INTRINSICS --SUBDIRS += fb sse --libs += fb/libfb.la sse/libsse.la --endif - if HAVE_3DNOW_INTRINSICS - #subdir_i386 += 3dnow - #libs_i386 += 3dnow/lib3dnow.la | ||
[-] [+] | Deleted | liboil-random-data-warning.patch ^ |
@@ -1,10 +0,0 @@ ---- liboil/liboilcpu.c -+++ liboil/liboilcpu.c -@@ -518,6 +518,7 @@ - OIL_WARNING("L2 cache: %d kbytes, %d assoc, %d lines/tag, %d line size\n", - (ecx>>16)&0xffff, (ecx>>12)&0xf, (ecx>>8)&0xf, ecx&0xff); - } -+ return 0; - } - - /* Reduce the set of CPU capabilities detected by whatever detection mechanism | ||
[-] [+] | Deleted | liboil-rpmlintrc ^ |
@@ -1,8 +0,0 @@ -# This line is mandatory to access the configuration functions -from Config import * - -addFilter("source-or-patch-not-bzipped") -addFilter("no-spec-file") -addFilter("static-library-without-debuginfo") -addFilter("useless-explicit-provides liboil") -addFilter("shlib-legacy-policy-missing-lib liboil-0_3-0") |