diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-02 14:52:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-02 14:52:36 +0200 |
commit | 696b5bc0c18042269c6fbb12701538df02764815 (patch) | |
tree | 0c5fa06666c8031ba1629005288df4de7a6c07a2 /php-phpseclib3.spec | |
parent | e400f81a1307cc4233f735d06ea63dd75d2f9143 (diff) |
update to 3.0.10
Diffstat (limited to 'php-phpseclib3.spec')
-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 d0c1cef..2d509f2 100644 --- a/php-phpseclib3.spec +++ b/php-phpseclib3.spec @@ -3,14 +3,14 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit a127a5133804ff2f47ae629dd529b129da616ad7 +%global github_commit 62fcc5a94ac83b1506f52d7558d828617fac9187 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 %bcond_without tests Name: php-%{composer_vendor}%{major} -Version: 3.0.9 +Version: 3.0.10 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -159,6 +159,9 @@ exit $ret %changelog +* Thu Sep 2 2021 Remi Collet <remi@remirepo.net> - 3.0.10-1 +- update to 3.0.10 + * Mon Jun 14 2021 Remi Collet <remi@remirepo.net> - 3.0.9-1 - update to 3.0.9 |