diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-luasandbox.spec | 5 | 
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #80 luasandbox version 4.0.1 ] { +Extension [ <persistent> extension #80 luasandbox version 4.0.2 ] {    - Classes [10] {      Class [ <internal:luasandbox> class LuaSandbox ] { diff --git a/php-pecl-luasandbox.spec b/php-pecl-luasandbox.spec index 5687404..6705923 100644 --- a/php-pecl-luasandbox.spec +++ b/php-pecl-luasandbox.spec @@ -25,7 +25,7 @@  Summary:        Lua interpreter with limits and safe environment  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        4.0.1 +Version:        4.0.2  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        MIT  URL:            https://pecl.php.net/package/%{proj_name} @@ -219,6 +219,9 @@ fi  %changelog +* Wed May 19 2021 Remi Collet <remi@remirepo.net> - 4.0.2-1 +- update to 4.0.2 (no change) +  * Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 4.0.1-1  - update to 4.0.1 (no change)  | 
