diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 10:12:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 10:12:31 +0200 |
commit | 35c102358de07a9d9992ead7f3572bb3b79b74b4 (patch) | |
tree | e07c008a7c91e066837f1a4bfba755786b7f60c5 /php-pecl-mysql.spec | |
parent | 871ae3ccb491a9104b3e30d11c9fc2915c3eed87 (diff) |
rebuild for 7.3.0beta2 new ABI
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 69ad61a..4eab148 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -35,9 +35,9 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.19.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.20.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -294,6 +294,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.20.20180226.647c933 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.19.20180226.647c933 - rebuild for 7.3.0alpha4 new ABI |