diff options
-rw-r--r-- | php-phpseclib.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 6a84ba7..fa8350c 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 5ef6f8376ddad21f3ce1da429950f7e00ec2292c +%global github_commit 7e763c6f97ec1fcb37c46aa8ecfc20a2c71d9c1b %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.40 +Version: 2.0.41 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -135,6 +135,9 @@ exit $ret %changelog +* Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 2.0.41-1 +- update to 2.0.41 + * Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 2.0.40-1 - update to 2.0.40 |