summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 01:42:37 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 01:42:37 +0200
commitd98911290030db4e378ece70b37d2f3858c53bce (patch)
tree3097fe8546193f385afc6833c9136e43f767da02
parentfef1314941e055180df9fd8af29e0ca3e6de795c (diff)
rebuild for 7.2.0beta1
-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