From f79fb6c8c75082d282c6753533086b84cb852474 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2021 12:05:11 +0200 Subject: update to 1.19.3 --- php-pecl-zip.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 71053d2..0fc2c31 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -18,7 +18,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip -%global upstream_version 1.19.2 +%global upstream_version 1.19.3 #global upstream_prever dev #global upstream_lower DEV @@ -34,15 +34,15 @@ Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: %{?scl_prefix}php-pecl-zip Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/zip Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -BuildRequires: %{?dtsprefix}gcc BuildRequires: make +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: zlib-devel BuildRequires: %{?scl_prefix}php-pear @@ -107,6 +107,9 @@ Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif %if "%{php_version}" > "7.0" @@ -265,6 +268,9 @@ fi %changelog +* Mon Jun 7 2021 Remi Collet - 1.19.3-1 +- update to 1.19.3 + * Wed Apr 28 2021 Remi Collet - 1.19.2-2 - F34 rebuild for https://github.com/remicollet/remirepo/issues/174 -- cgit