From 8fc0b3ab109ac906c0f1de305ea69cd747852adf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 08:43:51 +0100 Subject: update to 2.0.35 --- php-phpseclib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpseclib.spec') diff --git a/php-phpseclib.spec b/php-phpseclib.spec index d8eb5ce..0832983 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 98a6fe587f3481aea319eef7e656d02cfe1675ec +%global github_commit 4e16cf3f5f927a7d3f5317820af795c0366c0420 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.34 +Version: 2.0.35 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -112,7 +112,7 @@ sed -e '/require /d' -i tests/Unit/Crypt/Hash/SHA*_96Test.php # testAuthorityInfoAccess fails without internet access ret=0 -for cmd in "php %{phpunit}" php73 php74 php80; do +for cmd in "php %{phpunit}" php74 php80 php81; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ @@ -132,6 +132,9 @@ exit $ret %changelog +* Mon Nov 29 2021 Remi Collet - 2.0.35-1 +- update to 2.0.35 + * Wed Oct 27 2021 Remi Collet - 2.0.34-1 - update to 2.0.34 -- cgit