diff options
-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 |