diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-14 09:46:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-14 09:46:55 +0200 |
commit | e400f81a1307cc4233f735d06ea63dd75d2f9143 (patch) | |
tree | c0fec774a23367dbd6f8ba3aa9ba46f3541e1768 | |
parent | 52c2cf070342dc072269289874814b7e5df47549 (diff) |
update to 3.0.9
-rw-r--r-- | php-phpseclib3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec index c29f5ce..d0c1cef 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d9615a6fb970d9933866ca8b4036ec3407b020b6 +%global github_commit a127a5133804ff2f47ae629dd529b129da616ad7 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.8 +Version: 3.0.9 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -159,6 +159,9 @@ exit $ret %changelog +* Mon Jun 14 2021 Remi Collet <remi@remirepo.net> - 3.0.9-1 +- update to 3.0.9 + * Tue Apr 20 2021 Remi Collet <remi@remirepo.net> - 3.0.8-1 - update to 3.0.8 |