From 9ad7f9cc2df761bd2976880f81aad344849e5aa5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Apr 2020 12:00:12 +0200 Subject: build against ImageMagick on EL-7 --- php-pecl-imagick.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 448f2f0..a299dec 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -37,7 +37,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: PHP @@ -52,7 +52,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pcre-devel -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 7 BuildRequires: ImageMagick-devel %else BuildRequires: ImageMagick6-devel @@ -312,6 +312,9 @@ cd ../ZTS %changelog +* Tue Apr 21 2020 Remi Collet - 3.4.4-11 +- build against ImageMagick on EL-7 + * Wed Apr 1 2020 Remi Collet - 3.4.4-10 - drop dependency on ImageMagick6-libs for EL-7.8 see https://github.com/remicollet/remirepo/issues/144 -- cgit