diff options
-rw-r--r-- | php-pecl-imagick.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 3c940a1..64ade3b 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -34,10 +34,10 @@ Summary: Extension to create and modify images using ImageMagick Name: %{?sub_prefix}php-pecl-imagick Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} %if 0%{?gh_date} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{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: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 14%{?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 @@ -106,7 +106,9 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -312,6 +314,9 @@ cd ../ZTS %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 3.4.4-14 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.4.4-13 - add patch for test suite with PHP 8 from https://github.com/Imagick/imagick/pull/350 - simpler warning |