diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:08:14 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:08:14 +0200 |
commit | d0200f28389b9e63270d8f58d985599db016f3e2 (patch) | |
tree | e30d3fef0697322edecdd2b46cd8da074cd3c5ee | |
parent | 6760c41e3f22130f57ed983f57cb1cf262f5b9ca (diff) |
rebuild for 8.1.0RC1
-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 |