diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 11:03:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 11:03:31 +0200 |
commit | 428e18796f770fe5b9068e5351d5ae13983a8f30 (patch) | |
tree | 46f941fa4c5223b0e41fb00cfe364c654e09e121 /php-pecl-mysqlnd-azure.spec | |
parent | 4a00572736afbd859ee769bf60cf6ff49d1a573a (diff) |
Diffstat (limited to 'php-pecl-mysqlnd-azure.spec')
-rw-r--r-- | php-pecl-mysqlnd-azure.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.1.1-2 +- rebuild for PHP 8.0.0RC1 + * Thu Aug 6 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 - add comments for new options |