From e87bedcc45ca14b8970b6f541bc04f8d6dc3bb8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Sep 2016 12:01:01 +0200 Subject: PHP 7.1.0RC2 (base) + extension mass rebuild for new API --- php-pecl-mysql.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-pecl-mysql.spec') diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index d6abee4..1d8f224 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -63,6 +63,10 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele # Other third party repo stuff Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} +%if "%{php_version}" > "7.1" +Obsoletes: php71u-pecl-%{pecl_name} <= %{version} +Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 -- cgit