diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 10:54:56 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 10:54:56 +0200 |
commit | 484b577561fae7d5b414c58409851ad01ad4ff0b (patch) | |
tree | d8d30829cbfa2413bb1b4d7772d909d266ac1efc | |
parent | aa810b55a0063da68d42be180cc5f95d6310a24a (diff) |
-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 6d3ac4a..f957b7d 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -26,7 +26,7 @@ Name: %{?scl_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} @@ -222,6 +222,9 @@ fi %endif %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 4.0.0~a6-2 +- rebuild for PHP 8.2.0RC1 + * Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 4.0.0~a6-1 - update to 4.0.0a6 |