From 85019d3cab164021843b668babe775ae2050866e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:32:12 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-mysql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-mysql.spec') diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index a11727b..453a6aa 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.22.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.23.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -296,6 +296,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 1.0.0-0.23.20190415.d7643af +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 1.0.0-0.22.20190415.d7643af - rebuild for 7.4.0beta1 -- cgit