From 6b7b37f377a383fa28ac76db92ab597882f282a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Sep 2019 07:27:38 +0200 Subject: v2.0.22 --- php-phpseclib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index f487fe6..74c90ee 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 9f1287e68b3f283339a9f98f67515dd619e5bf9d +%global github_commit cbddb5244edff6d2599977f1a1e4c8657f292e7c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.21 +Version: 2.0.22 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* Mon Sep 16 2019 Remi Collet - 2.0.22-1 +- update to 2.0.22 + * Mon Jul 15 2019 Remi Collet - 2.0.21-1 - update to 2.0.21 -- cgit