From 9cc1fba199984a0b38d8495054c3449f2be44455 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 08:18:21 +0200 Subject: rebuild for 7.2.0alpha2 --- php-pecl-mysql.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-mysql.spec') diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index 39953ee..05f8d93 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.15.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.16.%{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 @@ -69,6 +69,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -275,7 +279,10 @@ fi %changelog -* Thu Dec 9 2016 Remi Collet - 1.0.0-0.15.20160812git230a828 +* Wed Jun 21 2017 Remi Collet - 1.0.0-0.16.20160812git230a828 +- rebuild for 7.2.0alpha2 + +* Fri Dec 9 2016 Remi Collet - 1.0.0-0.15.20160812git230a828 - refresh to more recent snapshot * Thu Dec 1 2016 Remi Collet - 1.0.0-0.14.20160428git45881bd -- cgit