diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:47:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:47:30 +0200 |
commit | ce9f3fa538552abbac78917c4a5284506e123651 (patch) | |
tree | 056d04670c14ef28bf8cececa03911368f42d28b | |
parent | 1bd1338dcfd8bfa16714ae494fb5e6e6c794e1de (diff) |
rebuild for 8.1.0RC1
-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 |