php-pecl-zip: upgrade to version 1.22.3 and fix tests (#8628)

This commit is contained in:
Andrew Phelps 2024-03-30 17:06:47 -07:00 коммит произвёл GitHub
Родитель 690d5eba98
Коммит e0d7bcd7b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 11 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"php-pecl-zip-1.21.1.tgz": "1078157bd3a074e78b59da5a6f8f6645a5be168c42d08fa78f5cd9bc93c7dede"
"php-pecl-zip-1.22.3.tgz": "b0db54cdea265b4b225c909ed296f7d2c4543c81b45e4dc775e3b782130a8bb3"
}
}

Просмотреть файл

@ -12,8 +12,8 @@
%global ini_name 40-%{pecl_name}.ini
Summary: A ZIP archive management extension
Name: php-pecl-zip
Version: 1.21.1
Release: 3%{?dist}
Version: 1.22.3
Release: 1%{?dist}
License: PHP
Vendor: Microsoft Corporation
Distribution: Azure Linux
@ -24,10 +24,12 @@ BuildRequires: make
BuildRequires: php-devel
BuildRequires: php-pear
BuildRequires: pkg-config
BuildRequires: tzdata
BuildRequires: zlib-devel
BuildRequires: pkgconfig(libzip) >= 1.0.0
Requires: php(api) = 20210902-%{__isa_bits}
Requires: php(zend-abi) = 20210902-%{__isa_bits}
Requires: tzdata
# Supposed to use these macros from SPECS/php/macros.php
#Requires: php(zend-abi) = %{php_zend_api}
#Requires: php(api) = %{php_core_api}
@ -152,6 +154,10 @@ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
%endif
%changelog
* Fri Mar 29 2024 Andrew Phelps <anphel@microsoft.com> - 1.22.3-1
- Upgrade to version 1.22.3
- Add tzdata BR and requires.
* Fri Oct 28 2022 Osama Esmail <osamaesmail@microsoft.com> - 1.21.1-3
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
- License verified.

Просмотреть файл

@ -20793,8 +20793,8 @@
"type": "other",
"other": {
"name": "php-pecl-zip",
"version": "1.21.1",
"downloadUrl": "https://pecl.php.net/get/zip-1.21.1.tgz"
"version": "1.22.3",
"downloadUrl": "https://pecl.php.net/get/zip-1.22.3.tgz"
}
}
},