From 834245617c2a421be194c86e2b7eb97ad699244d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2022 10:32:33 +0100 Subject: update to 3.0.18 --- php-phpseclib3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec index aa085ae..b50f5e6 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit dbc2307d5c69aeb22db136c52e91130d7f2ca761 +%global github_commit f28693d38ba21bb0d9f0c411ee5dae2b178201da %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.17 +Version: 3.0.18 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -119,7 +119,7 @@ php tests/make_compatible_with_new_phpunit_versions.php # testAuthorityInfoAccess fails without internet access # testCurveExistance as we remove some files ret=0 -for cmd in "php %{phpunit}" php74 php80 php81 php82; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} \ @@ -139,6 +139,9 @@ exit $ret %changelog +* Mon Dec 19 2022 Remi Collet - 3.0.18-1 +- update to 3.0.18 + * Mon Oct 24 2022 Remi Collet - 3.0.17-1 - update to 3.0.17 -- cgit