From 59cc78a9417fa5bd0a0c53d60d6f4a3f07ee7de6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Oct 2021 10:09:15 +0200 Subject: update to 3.0.11 --- php-phpseclib3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-phpseclib3.spec') diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec index 2d509f2..d3b9f9b 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 62fcc5a94ac83b1506f52d7558d828617fac9187 +%global github_commit 6e794226a35159eb06f355efe59a0075a16551dd %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.10 +Version: 3.0.11 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -138,6 +138,7 @@ fi # testAuthorityInfoAccess fails without internet access # testCurveExistance as we remove some files +# TODO php 8.1 ret=0 for cmd in "php %{phpunit}" php73 php74 php80; do if which $cmd; then @@ -159,6 +160,9 @@ exit $ret %changelog +* Wed Oct 27 2021 Remi Collet - 3.0.11-1 +- update to 3.0.11 + * Thu Sep 2 2021 Remi Collet - 3.0.10-1 - update to 3.0.10 -- cgit