diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-06 16:21:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-06 16:21:55 +0200 |
commit | 8d731f971674a0dd04c303d07e18482c25a7d45b (patch) | |
tree | 5c666d704c6e2503933b3631d83ab1a23de6db08 | |
parent | 73d4cd792c9b118db40a1dd4c55c0027fd894091 (diff) |
update to 2.0.31
-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 715d79d..a04a556 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 136b9ca7eebef78be14abf90d65c5e57b6bc5d36 +%global github_commit 233a920cb38636a43b18d428f9a8db1f0a1a08f4 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.30 +Version: 2.0.31 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -132,6 +132,9 @@ exit $ret %changelog +* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.0.31-1 +- update to 2.0.31 + * Thu Dec 17 2020 Remi Collet <remi@remirepo.net> - 2.0.30-1 - update to 2.0.30 - switch to phpunit9 on Fedora |