From e70e4381ab2b70da7c0eb33aa6c5a8b7657b786b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Oct 2021 10:10:16 +0200 Subject: update to 2.0.34 --- php-phpseclib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 627989f..d8eb5ce 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit fb53b7889497ec7c1362c94e61d8127ac67ea094 +%global github_commit 98a6fe587f3481aea319eef7e656d02cfe1675ec %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.33 +Version: 2.0.34 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -132,6 +132,9 @@ exit $ret %changelog +* Wed Oct 27 2021 Remi Collet - 2.0.34-1 +- update to 2.0.34 + * Thu Sep 2 2021 Remi Collet - 2.0.33-1 - update to 2.0.33 -- cgit