From a8bbcfe8ff9f458c364aa9a472119f9d757af9f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2018 06:57:54 +0100 Subject: v2.0.6 --- php-pecl-lua.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-lua.spec') 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 - 2.0.6-1 +- update to 2.0.6 + * Thu Aug 16 2018 Remi Collet - 2.0.5-4 - rebuild for 7.3.0beta2 new ABI -- cgit