diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-02 10:11:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-02 10:11:34 +0200 |
commit | fc4938c802654460f2168b14d50ead7bc3219628 (patch) | |
tree | 54d7248954ad6e4710af34c74dc3f06792c97bd3 /php-pecl-rpminfo.spec | |
parent | 6d8f97e9d8786cfe1604295180ca21a5d7727043 (diff) |
rebuild for PHP 8.0.0beta3
Diffstat (limited to 'php-pecl-rpminfo.spec')
-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 |