Accepting request 288518 from home:michel_mno:branches:graphics

-  Remove float tests with new libjpeg-turbo-remove-test.patch
   same as Fedora bug 1161585 related to upstream issue
   https://sourceforge.net/p/libjpeg-turbo/bugs/83/

OBS-URL: https://build.opensuse.org/request/show/288518
OBS-URL: https://build.opensuse.org/package/show/graphics/libjpeg-turbo?expand=0&rev=52
This commit is contained in:
Petr Gajdos 2015-03-03 07:35:33 +00:00 committed by Git OBS Bridge
parent 805f9cb0c0
commit 391b31016e
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,31 @@
From: Michel Normand <normand@linux.vnet.ibm.com>
Subject: libjpeg turbo remove test
Date: Mon, 02 Mar 2015 15:50:48 +0100
libjpeg turbo remove test
Do the same correction as done on fedora bug 1161585
that removed failing tests.
Related to upstream issue 83
https://sourceforge.net/p/libjpeg-turbo/bugs/83/
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
---
Makefile.am | 4 ----
1 file changed, 4 deletions(-)
Index: libjpeg-turbo-1.4.0/Makefile.am
===================================================================
--- libjpeg-turbo-1.4.0.orig/Makefile.am
+++ libjpeg-turbo-1.4.0/Makefile.am
@@ -373,10 +373,6 @@ endif
# CC: RGB->YCC SAMP: fullsize/int FDCT: float ENT: prog huff
./cjpeg -sample 3x2 -dct float -prog -outfile testout_3x2_float_prog.jpg $(srcdir)/testimages/testorig.ppm
md5/md5cmp $(MD5_JPEG_3x2_FLOAT_PROG) testout_3x2_float_prog.jpg
-# CC: YCC->RGB SAMP: fullsize/int IDCT: float ENT: prog huff
- ./djpeg -dct float -outfile testout_3x2_float.ppm testout_3x2_float_prog.jpg
- md5/md5cmp $(MD5_PPM_3x2_FLOAT) testout_3x2_float.ppm
- rm testout_3x2_float.ppm testout_3x2_float_prog.jpg
if WITH_ARITH_ENC
# CC: YCC->RGB SAMP: fullsize/h2v2 FDCT: islow ENT: arith

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 2 16:22:23 UTC 2015 - normand@linux.vnet.ibm.com
- Remove float tests with new libjpeg-turbo-remove-test.patch
same as Fedora bug 1161585 related to upstream issue
https://sourceforge.net/p/libjpeg-turbo/bugs/83/
-------------------------------------------------------------------
Sat Jan 10 00:39:57 UTC 2015 - p.drouand@gmail.com

View File

@ -38,6 +38,7 @@ Source1: baselibs.conf
Patch0: libjpeg-turbo-1.4.0-int32.patch
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
Patch2: libjpeg-1.4.0-ocloexec.patch
Patch3: libjpeg-turbo-remove-test.patch
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: yasm
@ -106,6 +107,7 @@ files using the libjpeg library.
%patch0
%patch1
%patch2
%patch3 -p1
%build
autoreconf -fiv

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 2 16:24:05 UTC 2015 - normand@linux.vnet.ibm.com
- Remove float tests with new libjpeg-turbo-remove-test.patch
same as Fedora bug 1161585 related to upstream issue
https://sourceforge.net/p/libjpeg-turbo/bugs/83/
-------------------------------------------------------------------
Sat Jan 10 00:39:57 UTC 2015 - p.drouand@gmail.com