diff options
| -rw-r--r-- | php-pecl-csv.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-csv.spec b/php-pecl-csv.spec index fc05e64..e26bd91 100644 --- a/php-pecl-csv.spec +++ b/php-pecl-csv.spec @@ -22,7 +22,7 @@  Summary:        CSV PHP extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.4.2 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            https://pecl.php.net/package/%{proj_name}  Source0:        https://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -201,6 +201,9 @@ fi  %changelog +* Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 0.4.2-2 +- rebuild for PHP 8.2.0RC1 +  * Wed Jun  1 2022 Remi Collet <remi@remirepo.net> - 0.4.2-1  - update to 0.4.2  | 
