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 20d2c2a..7fc238d 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@  %global github_owner            phpseclib  %global github_name             phpseclib -%global github_commit           845a2275e886ba9fb386c8f59cb383dd9c8963e9 +%global github_commit           7c751ea006577e4c2e83326d90c8b1e8c11b8ede  %global github_short            %(c=%{github_commit}; echo ${c:0:7})  %global major                   3  %bcond_without                  tests  Name:       php-%{composer_vendor}%{major} -Version:    3.0.4 +Version:    3.0.5  Release:    1%{?dist}  Summary:    PHP Secure Communications Library  License:    MIT @@ -159,6 +159,9 @@ exit $ret  %changelog +* Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 3.0.5-1 +- update to 3.0.5 +  * Tue Jan 26 2021 Remi Collet <remi@remirepo.net> - 3.0.4-1  - update to 3.0.4  | 
