diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 23:32:39 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 23:32:39 +0200 |
commit | a33012cc0f37aecbb96acd00d06a418fd0d3895a (patch) | |
tree | fbdfdb48c120606d480c34a81613cb0f389d71b6 /php-pecl-mysql.spec | |
parent | 9cc1fba199984a0b38d8495054c3449f2be44455 (diff) |
rebuild for 7.2.0beta1
Diffstat (limited to 'php-pecl-mysql.spec')
-rw-r--r-- | php-pecl-mysql.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index 05f8d93..b072de0 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -28,9 +28,9 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.16.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.17.%{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;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -279,6 +279,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-0.17.20160812git230a828 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 1.0.0-0.16.20160812git230a828 - rebuild for 7.2.0alpha2 |