From 19e0bb616b4a6ab68685e7c83ef5c5a83821daea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 13:26:17 +0200 Subject: v2.0.17 --- php-phpseclib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 1b33227..793b619 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 11cf67cf78dc4acb18dc9149a57be4aee5036ce0 +%global github_commit 3ca5b88d582c69178c8d01fd9d02b94e15042bb8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.15 +Version: 2.0.17 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}" php70 php71 php72 php73; do +for cmd in "php %{phpunit}" php71 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 +* Mon May 27 2019 Remi Collet - 2.0.17-1 +- update to 2.0.17 + * Mon Mar 11 2019 Remi Collet - 2.0.15-1 - update to 2.0.15 -- cgit