diff options
| -rw-r--r-- | php-pecl-apfd.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index a6634c1..9809115 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -31,7 +31,7 @@  Summary:        Always Populate Form Data  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.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:        BSD  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -221,6 +221,9 @@ cd ../ZTS  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.0.2-2 +- rebuild for PHP 8.0.0RC1 +  * Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1  - update to 1.0.2  | 
