summaryrefslogtreecommitdiffstats
path: root/php-pecl-lua.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-lua.spec')
-rw-r--r--php-pecl-lua.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec
index 6829bcb..cb8151c 100644
--- a/php-pecl-lua.spec
+++ b/php-pecl-lua.spec
@@ -18,15 +18,13 @@
Summary: Embedded lua interpreter
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.5
-Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 2.0.6
+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
-Patch0: https://patch-diff.githubusercontent.com/raw/laruence/php-lua/pull/37.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: lua-devel
BuildRequires: %{?scl_prefix}php-devel > 7
@@ -94,8 +92,6 @@ sed -e 's/role="test"/role="src"/' \
mv %{pecl_name}-%{version} NTS
cd NTS
-%patch0 -p1 -b .pr37
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_LUA_VERSION/{s/.* "//;s/".*$//;p}' php_lua.h)
if test "x${extver}" != "x%{version}"; then
@@ -228,6 +224,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Dec 21 2018 Remi Collet <remi@remirepo.net> - 2.0.6-1
+- update to 2.0.6
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.5-4
- rebuild for 7.3.0beta2 new ABI