From a3468f25cdc7b2eddc46fcae82ab26907bee1733 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 08:24:55 +0200 Subject: rebuild for 8.0.0beta1 --- php-pecl-xattr.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index 6d5cdd7..0442e7a 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -13,16 +13,12 @@ %global pecl_name xattr %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%if "%{php_version}" < "5.6" -%global ini_name %{pecl_name}.ini -%else %global ini_name 40-%{pecl_name}.ini -%endif Summary: Extended attributes Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.4.0 -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} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -42,7 +38,7 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%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} @@ -212,6 +208,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 5 2020 Remi Collet - 1.4.0-2 +- rebuild for 8.0.0beta1 + * Fri Apr 24 2020 Remi Collet - 1.4.0-1 - update to 1.4.0 - raise dependency on PHP 7.2 -- cgit