diff options
| -rw-r--r-- | php-pecl-gmagick.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec index 529d63f..2c23bda 100644 --- a/php-pecl-gmagick.spec +++ b/php-pecl-gmagick.spec @@ -25,7 +25,7 @@  Summary:        Provides a wrapper to the GraphicsMagick library  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -230,6 +230,9 @@ export TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so"  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 2.0.6~RC1-3 +- rebuild for 8.1.0RC1 +  * Fri Jun 11 2021 Remi Collet <remi@remirepo.net> - 2.0.6~RC1-2  - add patch for test suite with PHP 8.1 from    https://github.com/vitoc/gmagick/pull/54  | 
