From 3373b476d3ce301db51eb8448404bfd8aea4fb65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 11:09:04 +0200 Subject: update to 2.0.38 --- 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 7d06d69..493f8c6 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c812fbb4d6b4d7f30235ab7298a12f09ba13b37c +%global github_commit b03536539f43a4f9aa33c4f0b2f3a1c752088fcd %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.37 +Version: 2.0.38 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -115,7 +115,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}" php74 php80 php81; do +for cmd in "php %{phpunit}" php74 php80 php81 php82; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Sep 12 2022 Remi Collet - 2.0.38-1 +- update to 2.0.38 + * Mon Apr 4 2022 Remi Collet - 2.0.37-1 - update to 2.0.37 -- cgit