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 33e5f2c..aa085ae 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@  %global github_owner            phpseclib  %global github_name             phpseclib -%global github_commit           7181378909ed8890be4db53d289faac5b77f8b05 +%global github_commit           dbc2307d5c69aeb22db136c52e91130d7f2ca761  %global github_short            %(c=%{github_commit}; echo ${c:0:7})  %global major                   3  %bcond_without                  tests  Name:       php-%{composer_vendor}%{major} -Version:    3.0.16 +Version:    3.0.17  Release:    1%{?dist}  Summary:    PHP Secure Communications Library  License:    MIT @@ -139,6 +139,9 @@ exit $ret  %changelog +* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 3.0.17-1 +- update to 3.0.17 +  * Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 3.0.16-1  - update to 3.0.16  | 
