From 983cc7396e85ea2f6ef4ffc8090a430715da22a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 08:21:07 +0200 Subject: rebuild for 8.0.0beta1 --- php-pecl-rpminfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 2819752..bb715d6 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -23,7 +23,7 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.5.0 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?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}.tgz @@ -49,7 +49,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 5 2020 Remi Collet - 0.5.0-3 +- rebuild for 8.0.0beta1 + * Fri Apr 10 2020 Remi Collet - 0.5.0-2 - add upstream patch for test suite and PHP 8 -- cgit