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