diff options
| -rw-r--r-- | php-pecl-uuid.spec | 18 | 
1 files changed, 7 insertions, 11 deletions
diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 904de6e..8fb8593 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -30,7 +30,7 @@  Summary:       Universally Unique Identifier extension for PHP  Name:          %{?sub_prefix}php-pecl-uuid  Version:       1.1.0 -Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       LGPLv2+  URL:           https://pecl.php.net/package/uuid  Source:        https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -56,21 +56,14 @@ Provides:      %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{relea  %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff -%if "%{php_version}" > "7.1" -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  %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}  %endif  %endif @@ -219,6 +212,9 @@ fi  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.1.0-4 +- rebuild for PHP 8.0.0RC1 +  * Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 1.1.0-3  - rebuild for PHP 8.0.0beta3  | 
