From 655145f0864ab16bda1198f2169f2a32affb181c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 08:17:31 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-zip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-zip.spec') 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 - 1.19.3-4 +- rebuild for 8.1.0RC1 + * Fri Jul 2 2021 Remi Collet - 1.19.3-3 - rename configuration file to 30-zip.ini to ensure zip extension will be loaded before imagick to find proper libzip -- cgit