diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-06 09:18:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-06 09:18:18 +0200 |
commit | 88ff41a666a0cb90363fe63469b3871a121eeb67 (patch) | |
tree | a3218031db36d8dbf7e3a30a25e3025713f6a0d0 | |
parent | e3bd8ab70af48f8f11e328c14297d8c97faf4ee6 (diff) |
rebuild using ImageMagick on F27+
-rw-r--r-- | php-pecl-imagick.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index af5fc86..28b924d 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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -293,6 +293,9 @@ cd ../ZTS %changelog +* Wed Sep 6 2017 Remi Collet <remi@remirepo.net> - 3.4.3-7 +- rebuild using ImageMagick on F27+ + * Fri Aug 25 2017 Remi Collet <remi@remirepo.net> - 3.4.3-6 - rebuild using ImageMagick on F25+ |