diff options
| -rw-r--r-- | php-phpseclib3.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
diff --git a/php-phpseclib3.spec b/php-phpseclib3.spec index 0aae2e1..4d44800 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@  %global github_owner            phpseclib  %global github_name             phpseclib -%global github_commit           094bcbdd97e04fe4032b7962434d76f588e15f66 +%global github_commit           97a5a270e4a9ebfc1a7e2f462e917cbce1a8e6d9  %global github_short            %(c=%{github_commit}; echo ${c:0:7})  %global major                   3  %bcond_without                  tests  Name:       php-%{composer_vendor}%{major} -Version:    3.0.1 +Version:    3.0.3  Release:    1%{?dist}  Summary:    PHP Secure Communications Library  License:    MIT @@ -159,6 +159,12 @@ exit $ret  %changelog +* Mon Jan 18 2021 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + +* Mon Jan  4 2021 Remi Collet <remi@remirepo.net> - 3.0.2-1 +- update to 3.0.2 +  * Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1  - update to 3.0.1  | 
