v2.0.29
This commit is contained in:
parent
d642648de9
commit
cc9c74cb41
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,3 +26,4 @@ clog
|
|||
/php-phpseclib-2.0.26-09655fc.tgz
|
||||
/php-phpseclib-2.0.27-34620af.tgz
|
||||
/php-phpseclib-2.0.28-d1ca58c.tgz
|
||||
/php-phpseclib-2.0.29-497856a.tgz
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit d1ca58cf33cb21046d702ae3a7b14fdacd9f3260
|
||||
%global github_commit 497856a8d997f640b4a516062f84228a772a48a8
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%bcond_without tests
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.28
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
URL: https://github.com/%{github_owner}/%{github_name}
|
||||
|
|
@ -84,7 +84,7 @@ EOF
|
|||
|
||||
# testAuthorityInfoAccess fails without internet access
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php72 php73 php74 php80; do
|
||||
for cmd in "php %{phpunit}" php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 8 2020 Remi Collet <remi@remirepo.net> - 2.0.29-1
|
||||
- update to 2.0.29
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.28-d1ca58c.tgz) = 0c8f0602d735c91778eaf24d98b6f4acea1383130440eec24fa3cbceec97bffd83eb32c322715a500ed6e8e2eeeefaaf8273f96dfa035ad38df87e8677050b10
|
||||
SHA512 (php-phpseclib-2.0.29-497856a.tgz) = 25cd67195588ea0e48f2fcb1d31ff22290b713cea9ea2295da92257393a7fc8341ad080fd3f5db54c00e38220affe1828ddbbb87a56460674a6782da9dc2113c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue