diff --git a/SPECS/php-pecl-zip/php-pecl-zip.signatures.json b/SPECS/php-pecl-zip/php-pecl-zip.signatures.json index 6b297ef55a..a172f4d7f1 100644 --- a/SPECS/php-pecl-zip/php-pecl-zip.signatures.json +++ b/SPECS/php-pecl-zip/php-pecl-zip.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "php-pecl-zip-1.21.1.tgz": "1078157bd3a074e78b59da5a6f8f6645a5be168c42d08fa78f5cd9bc93c7dede" + "php-pecl-zip-1.22.3.tgz": "b0db54cdea265b4b225c909ed296f7d2c4543c81b45e4dc775e3b782130a8bb3" } } diff --git a/SPECS/php-pecl-zip/php-pecl-zip.spec b/SPECS/php-pecl-zip/php-pecl-zip.spec index f6c95ab22f..06b86dd8a2 100644 --- a/SPECS/php-pecl-zip/php-pecl-zip.spec +++ b/SPECS/php-pecl-zip/php-pecl-zip.spec @@ -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 - 1.22.3-1 +- Upgrade to version 1.22.3 +- Add tzdata BR and requires. + * Fri Oct 28 2022 Osama Esmail - 1.21.1-3 - Initial CBL-Mariner import from Fedora 36 (license: MIT). - License verified. diff --git a/cgmanifest.json b/cgmanifest.json index 7a4a2d0200..6428774d78 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -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" } } },