From 1a96424dfe9d8cc2892bf2e46247a28846663936 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 10:42:33 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-imagick.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 3.7.0-2 +- rebuild for PHP 8.2.0RC1 + * Wed Jan 12 2022 Remi Collet - 3.7.0-1 - update to 3.7.0 -- cgit