diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
commit | 4cddd186307fa686f12ab310f537a76e967c1a73 (patch) | |
tree | 483906a8dd52d742f8ffb1d58231fb5763f0e4cd | |
parent | 64fcfe7ae2f3ed87088d22db5e4c899ad5718320 (diff) |
PHP 7.1 mass rebuild part #2
-rw-r--r-- | php-pecl-mysql.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index 2fad6e2..548546a 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -28,7 +28,7 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.13.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.14.%{gh_date}git%{gh_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;')}} %endif @@ -282,6 +282,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.14.20160428git45881bd +- rebuild with PHP 7.1.0 GA + * Thu Sep 22 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.13.20160428git45881bd - run upstream test suite when build using --with tests option |