From f351c16ff631ea4f9472aa0bfebcc6e8f36796e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Aug 2017 08:01:32 +0200 Subject: rebuild using ImageMagick on F25+ --- php-pecl-imagick.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index dbd37fc..d0a2761 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -35,7 +35,7 @@ Version: 3.4.3 Release: 0.3.%{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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -45,7 +45,7 @@ URL: http://pecl.php.net/package/imagick BuildRequires: %{?scl_prefix}php-devel > 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pcre-devel -%if 0%{?fedora} > 26 +%if 0%{?fedora} >= 25 BuildRequires: ImageMagick-devel Requires: ImageMagick-libs%{?_isa} >= %{imbuildver} %else @@ -282,7 +282,6 @@ cd ../ZTS %endif %files devel -%defattr(-,root,root,-) %doc %{pecl_testdir}/%{pecl_name} %{php_incldir}/ext/%{pecl_name} @@ -292,6 +291,9 @@ cd ../ZTS %changelog +* Fri Aug 25 2017 Remi Collet - 3.4.3-6 +- rebuild using ImageMagick on F25+ + * Sat Aug 5 2017 Remi Collet - 3.4.3-5 - rebuild against ImageMagick6 new soname (6.9.9-5) -- cgit