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 db94459..1148baf 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 906a5fafabe5e6ba51ef3dc65b2722a677908837 +%global github_commit d369510df0ebd5e1a5d0fe3d4d23c55fa87a403d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.6 +Version: 3.0.7 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -159,6 +159,9 @@ exit $ret %changelog +* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 3.0.7-1 +- update to 3.0.7 + * Mon Mar 15 2021 Remi Collet <remi@remirepo.net> - 3.0.6-1 - update to 3.0.6 |