From 35c102358de07a9d9992ead7f3572bb3b79b74b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 10:12:31 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-mysql.spec | 7 +++++-- 1 file 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 - 1.0.0-0.20.20180226.647c933 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 1.0.0-0.19.20180226.647c933 - rebuild for 7.3.0alpha4 new ABI -- cgit