From a46281db34971bfe1b82adedc9489b517ed841ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 08:54:28 +0100 Subject: update to 3.0.12 --- php-phpseclib3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec index d3b9f9b..d5211b3 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 6e794226a35159eb06f355efe59a0075a16551dd +%global github_commit 89bfb45bd8b1abc3b37e910d57f5dbd3174f40fb %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.11 +Version: 3.0.12 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -140,11 +140,11 @@ fi # testCurveExistance as we remove some files # TODO php 8.1 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} \ - --filter '^((?!(testAuthorityInfoAccess|testCurveExistance)).)*$' \ + --filter '^((?!(testAuthorityInfoAccess|testCurveExistance|testLoginToInvalidServer)).)*$' \ --verbose || ret=1 fi done @@ -160,6 +160,9 @@ exit $ret %changelog +* Mon Nov 29 2021 Remi Collet - 3.0.12-1 +- update to 3.0.12 + * Wed Oct 27 2021 Remi Collet - 3.0.11-1 - update to 3.0.11 -- cgit