From e150f70fcd1b2eee98ddf764196a4b82fdfd7c7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Jan 2018 17:30:14 +0100 Subject: v2.0.5 --- REFLECTION | 16 ++++------------ php-pecl-lua.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/REFLECTION b/REFLECTION index 5669bee..d13bfd4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #103 lua version 2.0.4 ] { +Extension [ extension #106 lua version 2.0.5 ] { - Constants [8] { Constant [ integer LUA_OK ] { 0 } @@ -15,7 +15,7 @@ Extension [ extension #103 lua version 2.0.4 ] { Class [ final class Lua ] { - Constants [1] { - Constant [ string LUA_VERSION ] { Lua 5.3.4 } + Constant [ public string LUA_VERSION ] { Lua 5.3.4 } } - Static properties [1] { @@ -94,21 +94,13 @@ Extension [ extension #103 lua version 2.0.4 ] { - Static methods [0] { } - - Properties [2] { - Property [ private $_closure ] - Property [ private $_lua_object ] + - Properties [0] { } - - Methods [5] { + - Methods [3] { Method [ private method __construct ] { } - Method [ public method __destruct ] { - } - - Method [ private method __clone ] { - } - Method [ public method invoke ] { - Parameters [2] { diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec index 8827e1a..eecdaa1 100644 --- a/php-pecl-lua.spec +++ b/php-pecl-lua.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-lua # -# Copyright (c) 2013-2017 Remi Collet +# Copyright (c) 2013-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,8 +18,8 @@ Summary: Embedded lua interpreter Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.4 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.0.5 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jan 1 2018 Remi Collet - 2.0.5-1 +- Update to 2.0.5 + * Tue Jul 18 2017 Remi Collet - 2.0.4-2 - rebuild for PHP 7.2.0beta1 new API -- cgit