diff options
-rw-r--r-- | php-phpseclib.spec | 7 |
1 files 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 <remi@remirepo.net> - 2.0.34-1 +- update to 2.0.34 + * Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 2.0.33-1 - update to 2.0.33 |