summaryrefslogtreecommitdiffstats
path: root/php-tarantool.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tarantool.spec')
-rw-r--r--php-tarantool.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 0.2.0-4
+- rebuild for PHP 7.2.0beta1 new API
+
* Sat Jun 24 2017 Remi Collet <remi@fedoraproject.org> - 0.2.0-3
- add patch for PHP 7.2 from
https://github.com/tarantool/tarantool-php/pull/121