From af9d4401d7a2d4de3de3fa0da691d60266977882 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:51:32 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-luasandbox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-luasandbox.spec b/php-pecl-luasandbox.spec index 93feecf..6581b4f 100644 --- a/php-pecl-luasandbox.spec +++ b/php-pecl-luasandbox.spec @@ -21,7 +21,7 @@ Summary: Lua interpreter with limits and safe environment Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 4.1.1 -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: MIT URL: https://pecl.php.net/package/%{proj_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -197,6 +197,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 4.1.1-2 +- rebuild for PHP 8.3.0RC1 + * Mon Jul 31 2023 Remi Collet - 4.1.1-1 - update to 4.1.1 - build out of sources tree -- cgit