From 17655cf984af8b1df4bdeb2c4172316a9afa6c17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 May 2017 08:33:31 +0200 Subject: v7.0.5-8 --- ImageMagick7.spec | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'ImageMagick7.spec') diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 1e6e6a3..0831bc2 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,22 +9,13 @@ # Please preserve changelog entries # %global VER 7.0.5 -%global Patchlevel 7 +%global Patchlevel 8 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %global with_tests 0%{!?_without_tests:1} -%if 0%{?rhel} >= 6 || 0%{?fedora} >= 5 %global with_djvu 1 -%else -%global with_djvu 0 -%endif - -%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6 %global with_webp 1 -%else -%global with_webp 0 -%endif %if 0%{?fedora} >= 16 || 0%{?rhel} >= 7 %global with_jbig 1 @@ -38,16 +29,16 @@ %global with_jp2 0 %endif -%if 0%{?fedora} < 15 && 0%{?rhel} < 7 -%global with_gslib 0 -%else +%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 %global with_gslib 1 +%else +%global with_gslib 0 %endif -%if 0%{?fedora} < 22 && 0%{?rhel} < 7 -%global with_raqm 0 -%else +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 %global with_raqm 1 +%else +%global with_raqm 0 %endif %if 0%{?fedora} @@ -512,6 +503,11 @@ make %{?_smp_mflags} check %changelog +* Sun May 28 2017 Remi Collet - 7.0.5.8-1 +- update to version 7.0.5 patch level 8 +- open https://github.com/ImageMagick/ImageMagick/issues/501 + failed tests retaled to openjp2 + * Mon May 22 2017 Remi Collet - 7.0.5.7-1 - update to version 7.0.5 patch level 7 -- cgit