diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-26 13:55:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-26 13:55:18 +0200 |
commit | 0da1c3de8cb1caf693a833fd56ceed1308b29c60 (patch) | |
tree | 598b44d00782501c75fcae8ef788eb2377034826 | |
parent | 93dc27cbc5a8617d1af233e960e57cd4248c230e (diff) |
php-pecl-lua: 2.0.2
-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 |