From 40b6a5cc27cfc2f5435e90d4fb216a924be5f5e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 17:48:10 +0200 Subject: update to 1.22.0 --- php-pecl-zip.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-zip.spec') diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 9fa3e6f..a9f6e5c 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -26,7 +26,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip -%global upstream_version 1.21.1 +%global upstream_version 1.22.0 #global upstream_prever dev #global upstream_lower DEV @@ -42,15 +42,13 @@ Summary: A ZIP archive management extension 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-3.01 Group: Development/Languages URL: https://pecl.php.net/package/zip Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -Patch0: %{pecl_name}-php83.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel @@ -140,8 +138,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch -P0 -p1 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_ZIP_VERSION/{s/.* "//;s/".*$//;p}' php7/php_zip.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}" -a "x${extver}" != "x%{upstream_version}-%{?upstream_prever}"; then @@ -283,6 +279,9 @@ fi %changelog +* Mon Jun 26 2023 Remi Collet - 1.22.0-1 +- update to 1.22.0 + * Mon Jun 5 2023 Remi Collet - 1.21.1-2 - add upstream patches for 8.3 -- cgit