From d98911290030db4e378ece70b37d2f3858c53bce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 01:42:37 +0200 Subject: rebuild for 7.2.0beta1 --- php-tarantool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-tarantool.spec') diff --git a/php-tarantool.spec b/php-tarantool.spec index 5c36f59..72a0531 100644 --- a/php-tarantool.spec +++ b/php-tarantool.spec @@ -33,9 +33,9 @@ Name: %{?sub_prefix}php-%{ext_name} Version: 0.2.0 %if 0%{?github_date} -Release: 0.1.%{?github_date}git%{?github_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{?github_date}git%{?github_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP driver for Tarantool/Box @@ -195,6 +195,9 @@ install -D -m 0644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %changelog +* Tue Jul 18 2017 Remi Collet - 0.2.0-4 +- rebuild for PHP 7.2.0beta1 new API + * Sat Jun 24 2017 Remi Collet - 0.2.0-3 - add patch for PHP 7.2 from https://github.com/tarantool/tarantool-php/pull/121 -- cgit