diff options
-rw-r--r-- | php-pecl-runkit7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec index 8f94dd9..1773f00 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -26,7 +26,7 @@ Name: %{?sub_prefix}php-pecl-%{proj_name} Summary: For all those things you... shouldn't have been doing anyway... but surely do! Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?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;')}} License: BSD URL: https://pecl.php.net/package/%{proj_name} @@ -226,6 +226,9 @@ fi %endif %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 4.0.0~a3-2 +- rebuild for 8.1.0RC1 + * Sun Jul 18 2021 Remi Collet <remi@remirepo.net> - 4.0.0~a3-1 - update to 4.0.0a3 |