diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:44:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:44:59 +0200 | 
| commit | 5b397a3b0f64858ec787c322c07c4b15cca32519 (patch) | |
| tree | 433c42058ef1d37903743d66242c45e8fb688ba9 | |
| parent | cd8ca8b5ba9eee2a0d54b5dd7eb0e728ff3b6332 (diff) | |
rebuild for 8.1.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 8075639..3bdb733 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:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?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 @@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.6.0-2 +- rebuild for 8.1.0RC1 +  * Fri Jun 18 2021 Remi Collet <remi@remirepo.net> - 0.6.0-1  - update to 0.6.0  - raise dependency on PHP 7.2  | 
