From 1a4982c54d195944bf568856b7bfeb55c797b259 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 08:14:32 +0200 Subject: v2.0.3 --- php-phpseclib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 4a9f056..f13a5f9 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d2085db7b7394baa071a69c8f9159723c250f2ba +%global github_commit d6819a55b05e123db1e881d8b230d57f912126be %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global with_tests 0%{!?_without_tests:1} Name: php-%{composer_vendor} -Version: 2.0.19 +Version: 2.0.20 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -108,6 +108,9 @@ exit $ret %changelog +* Tue Jun 25 2019 Remi Collet - 2.0.20-1 +- update to 2.0.20 + * Fri Jun 21 2019 Remi Collet - 2.0.19-1 - update to 2.0.19 -- cgit