diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 3f199906dae8b6745461466c2bc9d8ec36902f85 (patch) | |
tree | 5e8d75f50e4b4e5d0f7f76be7ab7853602e8112e | |
parent | 26884206c149f63a3682296cf89c4ba36fb89c39 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-tarantool-php7.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 0.2.0-2 +- rebuild with PHP 7.1.0 GA + * Wed Nov 23 2016 Remi Collet <remi@fedoraproject.org> - 0.2.0-1 - update to 0.2.0 |