diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-23 16:21:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-23 16:21:22 +0100 |
commit | 2ebe46eaf85e46810bdf38705f5b617ce606f26c (patch) | |
tree | 334e0ab6a8839a82e44576399f13e1d95f594532 | |
parent | 1d71169737902eb4a0497d7ef8055ac58a19c81c (diff) |
v2.0.26
-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 25799ea..70bdbbb 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c18159618ed7cd7ff721ac1a8fec7860a475d2f0 +%global github_commit 09655fcc1f8bab65727be036b28f6f20311c126c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.25 +Version: 2.0.26 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 2.0.26-1 +- update to 2.0.26 + * Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 2.0.25-1 - update to 2.0.25 |