diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-zip.spec | 17 |
3 files changed, 16 insertions, 9 deletions
@@ -2,8 +2,8 @@ zip Zip => enabled -Zip version => 1.22.4 -Libzip version => 1.11.1 +Zip version => 1.22.5 +Libzip version => 1.11.3 BZIP2 compression => Yes XZ compression => Yes ZSTD compression => Yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #64 zip version 1.22.4 ] { +Extension [ <persistent> extension #66 zip version 1.22.5 ] { - Dependencies { Dependency [ pcre (Required) ] @@ -189,7 +189,7 @@ Extension [ <persistent> extension #64 zip version 1.22.4 ] { Constant [ public int EM_AES_192 ] { 258 } Constant [ public int EM_AES_256 ] { 259 } Constant [ public int EM_UNKNOWN ] { 65535 } - Constant [ public string LIBZIP_VERSION ] { 1.11.1 } + Constant [ public string LIBZIP_VERSION ] { 1.11.3 } Constant [ public int LENGTH_TO_END ] { 0 } Constant [ public int LENGTH_UNCHECKED ] { -2 } } diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index 227914c..d3e50ee 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -3,9 +3,9 @@ # # fedora spec file for php-pecl-zip # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -22,8 +22,10 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name zip +%global pie_vend pecl +%global pie_proj zip -%global upstream_version 1.22.4 +%global upstream_version 1.22.5 #global upstream_prever dev #global upstream_lower DEV %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -41,7 +43,7 @@ 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 @@ -70,6 +72,7 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pecl_name} = 1:%{version}-%{release} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = 1:%{version}-%{release} @@ -218,6 +221,10 @@ TEST_PHP_EXECUTABLE=%{__ztsphp} \ %changelog +* Thu Feb 20 2025 Remi Collet <remi@remirepo.net> - 1.22.5-1 +- update to 1.22.5 +- re-license spec file to CECILL-2.1 + * Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.22.4-2 - don't check rpath |