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 020b3ef..2a7c354 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:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        5%{?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 @@ -217,6 +217,9 @@ cd ../ZTS  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.2-5 +- rebuild for 8.1.0RC1 +  * Wed Jun  9 2021 Remi Collet <remi@remirepo.net> - 1.0.2-4  - add patch for test suite with 8.1 from    https://github.com/m6w6/ext-apfd/pull/4  | 
