diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-14 09:38:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-14 09:38:54 +0200 |
commit | a5bec6e3dfd04a9b61f929a4998a4169048d1649 (patch) | |
tree | 8ac2be28765d980e1fa1cc2ef2973e6c65762a91 | |
parent | 8d731f971674a0dd04c303d07e18482c25a7d45b (diff) |
update to 2.0.32
-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 a04a556..4ae6148 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 233a920cb38636a43b18d428f9a8db1f0a1a08f4 +%global github_commit f5c4c19880d45d0be3e7d24ae8ac434844a898cd %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.31 +Version: 2.0.32 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -132,6 +132,9 @@ exit $ret %changelog +* Mon Jun 14 2021 Remi Collet <remi@remirepo.net> - 2.0.32-1 +- update to 2.0.32 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 2.0.31-1 - update to 2.0.31 |