diff options
| -rw-r--r-- | php-pecl-rpminfo.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 5e9e750..daedc3c 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:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        5%{?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 @@ -231,6 +231,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Sep  2 2020 Remi Collet <remi@remirepo.net> - 0.5.0-5 +- rebuild for PHP 8.0.0beta3 +  * Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 0.5.0-4  - ignore 2 (expected) failed tests on F33  | 
