diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-27 10:10:16 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-27 10:10:16 +0200 |
commit | e70e4381ab2b70da7c0eb33aa6c5a8b7657b786b (patch) | |
tree | 9c63940582c65188c35bbfdf047db66864518b10 | |
parent | 2c0db105cb5d9588f544bf6bf7945252c35b9a0f (diff) |
update to 2.0.34
-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 |