From 3f199906dae8b6745461466c2bc9d8ec36902f85 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-tarantool-php7.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-tarantool-php7.spec') diff --git a/php-tarantool-php7.spec b/php-tarantool-php7.spec index ecfa955..1ff7d33 100644 --- a/php-tarantool-php7.spec +++ b/php-tarantool-php7.spec @@ -35,7 +35,7 @@ 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;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP driver for Tarantool/Box @@ -183,6 +183,9 @@ install -D -m 0644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} %changelog +* Thu Dec 1 2016 Remi Collet - 0.2.0-2 +- rebuild with PHP 7.1.0 GA + * Wed Nov 23 2016 Remi Collet - 0.2.0-1 - update to 0.2.0 -- cgit