From 6c56a4f68b3d497c96f47191484d4e649a03e542 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Aug 2023 17:52:11 +0200 Subject: update to 1.22.2 --- php-pecl-zip.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 8c9b7fa..03b5560 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -26,11 +26,11 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip -%global upstream_version 1.22.1 +%global upstream_version 1.22.2 #global upstream_prever dev #global upstream_lower DEV -%global libzip_version 1.10 +%global libzip_version 1.10.1 %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini @@ -72,7 +72,6 @@ Requires: libzip%{?_isa} >= %{libzip_version} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} @@ -279,6 +278,9 @@ fi %changelog +* Wed Aug 23 2023 Remi Collet - 1.22.2-1 +- update to 1.22.2 + * Thu Jun 29 2023 Remi Collet - 1.22.1-1 - update to 1.22.1 -- cgit