diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index df4e73a..4427ef4 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -4,13 +4,13 @@ %global with_zts 0%{?__ztsphp:1} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.19.3 +%global upstream_version 1.21.1 Summary: A ZIP archive management extension Summary(fr): Une extension de gestion des ZIP Name: php-pecl-zip Version: %{upstream_version} -Release: 2 +Release: 1 License: PHP-3.01 URL: https://pecl.php.net/package/zip Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}.tgz @@ -154,6 +154,9 @@ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \ %changelog +* Mon Jan 16 2023 xu_ping - 1.21.1-1 +- Upgrade 1.21.1 to fix build php version does not match. + * Wed May 11 2022 Ge Wang - 1.19.3-2 - license compliance rectification diff --git a/zip-1.19.3.tgz b/zip-1.19.3.tgz deleted file mode 100644 index e5df701..0000000 Binary files a/zip-1.19.3.tgz and /dev/null differ diff --git a/zip-1.21.1.tgz b/zip-1.21.1.tgz new file mode 100644 index 0000000..46c249c Binary files /dev/null and b/zip-1.21.1.tgz differ