diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 10:53:29 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 10:53:29 +0200 |
commit | 60205a7bda7f11d1bf12a934a4a4f25741f12e91 (patch) | |
tree | d64caad0c196f73415603fb23a42913a095c9939 | |
parent | 15ea256cf778d7f9fe8c49ed07c004de1cc2983b (diff) |
rebuild for PHP 8.2.0RC1
-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 a571d7f..58d3b05 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.6.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 @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 0.6.0-5 +- rebuild for PHP 8.2.0RC1 + * Thu Feb 10 2022 Remi Collet <remi@remirepo.net> - 0.6.0-4 - also ignore tests on F36 after database relocation |