diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-24 10:39:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-24 10:39:51 +0100 |
commit | 60a4724e22098576c8a5cdc86bac26f86fd5f006 (patch) | |
tree | 9523669f74c9981edbc0af8d05c0fd17192a62cf | |
parent | c8ab2a3bdf588597709022e0b49e80a63060d625 (diff) |
update to 2.0.24
-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 90616b6..508550c 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit c78eb5058d5bb1a183133c36d4ba5b6675dfa099 +%global github_commit 40998159a0907cc523e1f2d1904d45765613a617 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.23 +Version: 2.0.24 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Feb 24 2020 Remi Collet <remi@remirepo.net> - 2.0.24-1 +- update to 2.0.24 + * Tue Sep 17 2019 Remi Collet <remi@remirepo.net> - 2.0.23-1 - update to 2.0.23 |