summaryrefslogtreecommitdiffstats
path: root/php-pecl-imagick.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 10:47:48 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 10:47:48 +0200
commit42437183e22294667229986cfb3be3823897a809 (patch)
treef41c314a1fe8fa7b3c39ce2078df35eadc7908b1 /php-pecl-imagick.spec
parentfb8dc6bde64bede6186edb611e324a6001873109 (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-imagick.spec')
-rw-r--r--php-pecl-imagick.spec11
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