From 3429775ff9b63de4d984daf812afd0416f9190a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2022 10:09:09 +0200 Subject: rebuild for PHP 8.2.0RC1 --- php-pecl-zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index eb81092..7919458 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -40,7 +40,7 @@ Summary: A ZIP archive management extension Name: %{?scl_prefix}php-pecl-zip Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -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: PHP Group: Development/Languages URL: https://pecl.php.net/package/zip @@ -283,7 +283,10 @@ fi %changelog -* Wed Jul 21 2022 Remi Collet - 1.21.0-4 +* Thu Sep 1 2022 Remi Collet - 1.21.0-5 +- rebuild for PHP 8.2.0RC1 + +* Wed Jul 20 2022 Remi Collet - 1.21.0-4 - add upstream patch for 8.2.0beta1 * Wed Jun 29 2022 Remi Collet - 1.21.0-3 -- cgit