diff options
| -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  | 
