Hello community, here is the log from the commit of package libjpeg-turbo for openSUSE:Factory checked in at 2015-03-05 15:33:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjpeg-turbo (Old) and /work/SRC/openSUSE:Factory/.libjpeg-turbo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjpeg-turbo" Changes: -------- --- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes 2015-01-15 15:58:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg-turbo.changes 2015-03-05 18:15:12.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 2 16:22:23 UTC 2015 - [email protected] + +- 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/ + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg62-turbo.changes 2015-01-15 15:58:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg62-turbo.changes 2015-03-05 18:15:12.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 2 16:24:05 UTC 2015 - [email protected] + +- 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/ + +------------------------------------------------------------------- New: ---- libjpeg-turbo-remove-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjpeg-turbo.spec ++++++ --- /var/tmp/diff_new_pack.fl7bxT/_old 2015-03-05 18:15:13.000000000 +0100 +++ /var/tmp/diff_new_pack.fl7bxT/_new 2015-03-05 18:15:13.000000000 +0100 @@ -38,6 +38,7 @@ 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 @@ %patch0 %patch1 %patch2 +%patch3 -p1 %build autoreconf -fiv ++++++ libjpeg-turbo-remove-test.patch ++++++ From: Michel Normand <[email protected]> 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 <[email protected]> --- 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 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
