diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-19 06:47:47 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-19 06:47:47 +0200 |
commit | 506dc3881a1fbeb0e93216252c67e36c692dbc2d (patch) | |
tree | e0d77e1dbd12112ea5a57ea827ec5d109559a405 | |
parent | 01081af1f534e6885bb9a6f31bb0c2cda32d5b33 (diff) |
update to 4.0.2 (no change)
-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) |