Ismail Dönmez 2016-03-10 13:49:28 +00:00 committed by Git OBS Bridge
parent 216819ba21
commit 9b7cee55f1
3 changed files with 2 additions and 33 deletions

View File

@ -1,31 +0,0 @@
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,7 +1,7 @@
#
# spec file for package libjpeg-turbo
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -1,7 +1,7 @@
#
# spec file for package libjpeg62-turbo
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed