From d53fa42a602da6f56366e1000271b2d8d41e644c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Sep 2019 11:05:04 +0200 Subject: - update to version 6.9.10 patch level 65 - disable gslib on EL-7 https://github.com/ImageMagick/ImageMagick/issues/1699 https://bugzilla.redhat.com/1753534 --- ImageMagick6.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'ImageMagick6.spec') diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 61a41ca..d8025fa 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.10 -%global Patchlevel 64 +%global Patchlevel 65 %global incsuffixe -6 %global libsuffixe -6.Q16 %global with_tests 0%{!?_without_tests:1} @@ -24,7 +24,7 @@ %global with_jbig 0 %endif -%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7 +%if 0%{?fedora} >= 15 || 0%{?rhel} >= 8 %global with_gslib 1 %else %global with_gslib 0 @@ -103,7 +103,11 @@ BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(libzstd) BuildRequires: perl-devel BuildRequires: perl-generators +%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 +BuildRequires: libgs-devel +%else BuildRequires: ghostscript-devel +%endif BuildRequires: libwmf-devel BuildRequires: pkgconfig(jasper) BuildRequires: libtool-ltdl-devel @@ -639,6 +643,12 @@ fi %changelog +* Thu Sep 19 2019 Remi Collet - 6.9.10.65-1 +- update to version 6.9.10 patch level 65 +- disable gslib on EL-7 + https://github.com/ImageMagick/ImageMagick/issues/1699 + https://bugzilla.redhat.com/1753534 + * Mon Sep 9 2019 Remi Collet - 6.9.10.64-1 - update to version 6.9.10 patch level 64 -- cgit