v1.20.1
This commit is contained in:
parent
bf8306e1a4
commit
344a579b08
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ php-pecl-zip.spec~
|
||||
/zip-1.19.3.tgz
|
||||
/zip-1.19.4.tgz
|
||||
/zip-1.20.0.tgz
|
||||
/zip-1.20.1.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Fedora spec file for php-pecl-zip
|
||||
#
|
||||
# Copyright (c) 2013-2021 Remi Collet
|
||||
# Copyright (c) 2013-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
@ -14,14 +14,14 @@
|
||||
%global with_zts 0%{?__ztsphp:1}
|
||||
%global ini_name 40-%{pecl_name}.ini
|
||||
|
||||
%global upstream_version 1.20.0
|
||||
%global upstream_version 1.20.1
|
||||
#global upstream_prever RC6
|
||||
|
||||
Summary: A ZIP archive management extension
|
||||
Summary(fr): Une extension de gestion des ZIP
|
||||
Name: php-pecl-zip
|
||||
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: PHP
|
||||
URL: https://pecl.php.net/package/zip
|
||||
|
||||
@ -162,6 +162,9 @@ TEST_PHP_EXECUTABLE=%{_bindir}/zts-php \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 2 2022 Remi Collet <remi@remirepo.net> - 1.20.1-1
|
||||
- update to 1.20.1
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zip-1.20.0.tgz) = 0a23952a8df2f75cf7e1919a289ba7d34be58fea416cdd02010aed81336aeda559ef48838063916f16632dfdf4a0f69519ad58bc4412b5395801c5f72ff57af7
|
||||
SHA512 (zip-1.20.1.tgz) = 7912443c2dbc47dfa2d88eb16d290a5ff215cc7115b035dce92b4bbaec92498179c2b62302bc7e0f159a01675219a673b12befab171691d2bcb1f85907509216
|
||||
|
Loading…
Reference in New Issue
Block a user