From 8aa71521cc33bf4691d9ec9adcccac2820af8e06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 28 May 2017 08:33:49 +0200 Subject: v6.9.8-7 --- ImageMagick6.spec | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 8e755de..d9de3ca 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,22 +9,13 @@ # Please preserve changelog entries # %global VER 6.9.8 -%global Patchlevel 6 +%global Patchlevel 7 %global incsuffixe -6 %global libsuffixe -6.Q16 %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} @@ -535,6 +526,11 @@ fi %changelog +* Sun May 28 2017 Remi Collet - 6.9.8.7-1 +- update to version 6.9.8 patch level 7 +- open https://github.com/ImageMagick/ImageMagick/issues/501 + failed tests retaled to openjp2 + * Mon May 22 2017 Remi Collet - 6.9.8.6-1 - update to version 6.9.8 patch level 6 -- cgit