diff options
| -rw-r--r-- | php-pecl-xattr.spec | 15 | 
1 files changed, 8 insertions, 7 deletions
| diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index d781055..94898f7 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-xattr  # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -18,12 +18,13 @@  Summary:        Extended attributes  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.4.0 -Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz  BuildRequires:  %{?dtsprefix}gcc +BuildRequires:  make  BuildRequires:  %{?scl_prefix}php-devel >= 7.2  BuildRequires:  %{?scl_prefix}php-pear  >= 1.10 @@ -49,12 +50,9 @@ Obsoletes:      php74-pecl-%{pecl_name} <= %{version}  %if "%{php_version}" > "8.0"  Obsoletes:      php80-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "8.1" +Obsoletes:      php81-pecl-%{pecl_name} <= %{version}  %endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared object -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup}  %endif @@ -207,6 +205,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.4.0-5 +- rebuild for 8.1.0RC1 +  * Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.4.0-4  - rebuild for PHP 8.0.0RC1 | 
