diff options
Diffstat (limited to 'php-phpseclib.spec')
-rw-r--r-- | php-phpseclib.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec index cfdaf7f..dd43eff 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %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 +Version: 2.0.29 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -88,7 +88,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} \ @@ -108,6 +108,9 @@ exit $ret %changelog +* Tue Sep 8 2020 Remi Collet <remi@remirepo.net> - 2.0.29-1 +- update to 2.0.29 + * Wed Jul 8 2020 Remi Collet <remi@remirepo.net> - 2.0.28-1 - update to 2.0.28 |