From 484b577561fae7d5b414c58409851ad01ad4ff0b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 10:54:56 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-runkit7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 4.0.0~a6-2 +- rebuild for PHP 8.2.0RC1 + * Tue Aug 16 2022 Remi Collet - 4.0.0~a6-1 - update to 4.0.0a6 -- cgit