diff options
-rw-r--r-- | php-pecl-luasandbox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-luasandbox.spec b/php-pecl-luasandbox.spec index 51edf15..4f3c97a 100644 --- a/php-pecl-luasandbox.spec +++ b/php-pecl-luasandbox.spec @@ -26,7 +26,7 @@ Summary: Lua interpreter with limits and safe environment Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 3.0.3 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -239,6 +239,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 3.0.3-4 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 3.0.3-3 - rebuild for 7.4.0beta1 |