update to 1.22.3 for PHP 8.2
Related: RHEL-14699
This commit is contained in:
parent
3683ae18ae
commit
f109176231
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/zip-1.20.1.tgz
|
||||
/zip-1.22.3.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Fedora spec file for php-pecl-zip
|
||||
#
|
||||
# Copyright (c) 2013-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2013-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
@ -14,7 +14,7 @@
|
||||
%global with_zts 0%{?__ztsphp:1}
|
||||
%global ini_name 40-%{pecl_name}.ini
|
||||
|
||||
%global upstream_version 1.20.1
|
||||
%global upstream_version 1.22.3
|
||||
#global upstream_prever RC6
|
||||
|
||||
Summary: A ZIP archive management extension
|
||||
@ -22,7 +22,7 @@ Summary(fr): Une extension de gestion des ZIP
|
||||
Name: php-pecl-zip
|
||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||
Release: 1%{?dist}
|
||||
License: PHP
|
||||
License: PHP-3.01
|
||||
URL: https://pecl.php.net/package/zip
|
||||
|
||||
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
|
||||
@ -162,6 +162,9 @@ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2023 Remi Collet <rcollet@redhat.com> - 1.22.3-1
|
||||
- update to 1.22.3 for PHP 8.2 RHEL-14699
|
||||
|
||||
* Thu May 19 2022 Remi Collet <rcollet@redhat.com> - 1.20.1-1
|
||||
- update to 1.20.1 for PHP 8.1 #2070040
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zip-1.20.1.tgz) = 7912443c2dbc47dfa2d88eb16d290a5ff215cc7115b035dce92b4bbaec92498179c2b62302bc7e0f159a01675219a673b12befab171691d2bcb1f85907509216
|
||||
SHA512 (zip-1.22.3.tgz) = 5896352717dee850d222a78d617c6f37ccd932ad9e5ccb44ecd90cb7e2070dc1a391fdb7a626b32eb8f5c1565552ca0a375e5f75de483f772f9d5f154a858e85
|
||||
|
Loading…
Reference in New Issue
Block a user