summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-10 07:06:17 +0100
committerRemi Collet <remi@remirepo.net>2020-03-10 07:06:17 +0100
commit9dbec9c0c0d5edc87d4f024d533b510f0d788426 (patch)
tree1181b4031719996ebd834f9cb86bdfad5cd90ed5
parent02ed676ab463861eb7e176d19c0485b222257562 (diff)
update to 2.0.7HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION18
-rw-r--r--php-pecl-lua.spec13
3 files changed, 18 insertions, 15 deletions
diff --git a/PHPINFO b/PHPINFO
index a956f37..2fa5aed 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
lua
lua support => enabled
-lua extension version => 2.0.6
+lua extension version => 2.0.7
lua release => Lua 5.3.5
lua copyright => Lua 5.3.5 Copyright (C) 1994-2018 Lua.org, PUC-Rio
lua authors => R. Ierusalimschy, L. H. de Figueiredo, W. Celes
diff --git a/REFLECTION b/REFLECTION
index 2e656f7..38bccb6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,14 +1,14 @@
-Extension [ <persistent> extension #108 lua version 2.0.6 ] {
+Extension [ <persistent> extension #79 lua version 2.0.7 ] {
- Constants [8] {
- Constant [ integer LUA_OK ] { 0 }
- Constant [ integer LUA_YIELD ] { 1 }
- Constant [ integer LUA_ERRRUN ] { 2 }
- Constant [ integer LUA_ERRSYNTAX ] { 3 }
- Constant [ integer LUA_ERRMEM ] { 4 }
- Constant [ integer LUA_ERRGCMM ] { 5 }
- Constant [ integer LUA_ERRERR ] { 6 }
- Constant [ integer LUA_ERRFILE ] { 7 }
+ Constant [ int LUA_OK ] { 0 }
+ Constant [ int LUA_YIELD ] { 1 }
+ Constant [ int LUA_ERRRUN ] { 2 }
+ Constant [ int LUA_ERRSYNTAX ] { 3 }
+ Constant [ int LUA_ERRMEM ] { 4 }
+ Constant [ int LUA_ERRGCMM ] { 5 }
+ Constant [ int LUA_ERRERR ] { 6 }
+ Constant [ int LUA_ERRFILE ] { 7 }
}
- Classes [3] {
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec
index edc2291..97db050 100644
--- a/php-pecl-lua.spec
+++ b/php-pecl-lua.spec
@@ -1,6 +1,6 @@
# spec file for php-pecl-lua
#
-# Copyright (c) 2013-2018 Remi Collet
+# Copyright (c) 2013-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -18,12 +18,12 @@
Summary: Embedded lua interpreter
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.6
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 2.0.7
+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}
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+URL: https://pecl.php.net/package/%{pecl_name}
+Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
BuildRequires: %{?dtsprefix}gcc
BuildRequires: lua-devel
@@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Mar 10 2020 Remi Collet <remi@remirepo.net> - 2.0.7-1
+- update to 2.0.7
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.6-3
- rebuild for 7.4.0RC1