From e008dc20a2605a9c0455d10fc71525d04c46d000 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Nov 2020 14:58:29 +0100 Subject: update to 1.19.2 --- 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 5479a2d..85dc79f 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.1 +%global upstream_version 1.19.2 #global upstream_prever dev #global upstream_lower DEV @@ -34,7 +34,7 @@ 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 @@ -270,6 +270,9 @@ fi %changelog +* Mon Nov 23 2020 Remi Collet - 1.19.2-1 +- update to 1.19.2 + * Thu Nov 5 2020 Remi Collet - 1.19.1-2 - rebuild against latest libzip SCL packages (EL-8) -- cgit