diff options
| -rw-r--r-- | REFLECTION-PHP7 | 2 | ||||
| -rw-r--r-- | php-pecl-lua-php7.spec | 5 | 
2 files changed, 5 insertions, 2 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index 6dc713a..89005c9 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #65 lua version 2.0.1 ] { +Extension [ <persistent> extension #66 lua version 2.0.2 ] {    - Constants [8] {      Constant [ integer LUA_OK ] { 0 } diff --git a/php-pecl-lua-php7.spec b/php-pecl-lua-php7.spec index a0effeb..69f9680 100644 --- a/php-pecl-lua-php7.spec +++ b/php-pecl-lua-php7.spec @@ -18,7 +18,7 @@  Summary:        Embedded lua interpreter  Name:           %{?sub_prefix}php-pecl-%{pecl_name} -Version:        2.0.1 +Version:        2.0.2  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages @@ -221,6 +221,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu May 26 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 +- update to 2.0.2 for PHP 7 +  * Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1  - update to 2.0.1 for PHP 7  | 
