From 428e18796f770fe5b9068e5351d5ae13983a8f30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 11:03:31 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-mysqlnd-azure.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/php-pecl-mysqlnd-azure.spec b/php-pecl-mysqlnd-azure.spec index 0e54a21..fd90dbd 100644 --- a/php-pecl-mysqlnd-azure.spec +++ b/php-pecl-mysqlnd-azure.spec @@ -28,7 +28,7 @@ Summary: Redirection plugin for mysqlnd Name: %{?sub_prefix}php-pecl-mysqlnd-azure Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -59,15 +59,11 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} -Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} @@ -277,6 +273,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 1.1.1-2 +- rebuild for PHP 8.0.0RC1 + * Thu Aug 6 2020 Remi Collet - 1.1.1-1 - update to 1.1.1 - add comments for new options -- cgit