diff options
| author | Remi Collet <remi@remirepo.net> | 2022-09-01 10:42:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-09-01 10:42:33 +0200 | 
| commit | 1a96424dfe9d8cc2892bf2e46247a28846663936 (patch) | |
| tree | 7eebaa0bbf7f6ad914e7707aea4393c6ff4e6dd3 | |
| parent | d7235769d82c66b47fda3a8b9cd44387c6b42a11 (diff) | |
rebuild for PHP 8.2.0RC1
| -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 e8c2829..3364528 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -49,7 +49,7 @@ Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}}  Release:       0.10.%{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:       1.24%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?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 @@ -366,6 +366,9 @@ cd ../ZTS  %changelog +* Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 3.7.0-2 +- rebuild for PHP 8.2.0RC1 +  * Wed Jan 12 2022 Remi Collet <remi@remirepo.net> - 3.7.0-1  - update to 3.7.0  | 
