From dedc0aa99daf87283fd7b6a0e95007c7f89560e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Mar 2019 10:40:56 +0100 Subject: update to version 7.0.8 patch level 34 use libwebp7 on EL-7 --- ImageMagick7.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ImageMagick7.spec') diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 50eb330..5db1cbc 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.0.8 -%global Patchlevel 33 +%global Patchlevel 34 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %global with_tests 0%{!?_without_tests:1} @@ -111,8 +111,12 @@ BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libraw) >= 0.14.8 %endif %if %{with_webp} +%if 0%{?rhel} == 7 +BuildRequires: libwebp7-devel%{?_isa} +%else BuildRequires: pkgconfig(libwebp) %endif +%endif %if %{with_jbig} BuildRequires: jbigkit-devel %endif @@ -185,8 +189,12 @@ Requires: libjpeg-devel%{?_isa} Requires: OpenEXR-devel%{?_isa} Requires: lcms2-devel%{?_isa} %if %{with_webp} +%if 0%{?rhel} +Requires: libwebp7-devel%{?_isa} +%else Requires: libwebp-devel%{?_isa} %endif +%endif %if %{with_jbig} Requires: jbigkit-devel%{?_isa} %endif @@ -564,6 +572,10 @@ fi %changelog +* Mon Mar 18 2019 Remi Collet - 7.0.8.34-1 +- update to version 7.0.8 patch level 34 +- use libwebp7 on EL-7 + * Mon Mar 11 2019 Remi Collet - 7.0.8.33-1 - update to version 7.0.8 patch level 33 -- cgit