diff options
| -rw-r--r-- | php-pecl-zip.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 5996394..1ff3ce3 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -34,7 +34,7 @@  Summary:      A ZIP archive management extension  Name:         %{?scl_prefix}php-pecl-zip  Version:      %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release:      3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      PHP  Group:        Development/Languages  URL:          https://pecl.php.net/package/zip @@ -265,6 +265,9 @@ fi  %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.19.3-4 +- rebuild for 8.1.0RC1 +  * Fri Jul  2 2021 Remi Collet <remi@remirepo.net> - 1.19.3-3  - rename configuration file to 30-zip.ini to ensure zip extension    will be loaded before imagick to find proper libzip  | 
