From 82a096e12b0a3f80101d45f06145a1eb75bb57be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Oct 2022 15:31:41 +0200 Subject: update to 3.0.17 --- php-phpseclib3.spec | 7 +++++-- 1 file 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 - 3.0.17-1 +- update to 3.0.17 + * Mon Sep 12 2022 Remi Collet - 3.0.16-1 - update to 3.0.16 -- cgit