From 696b5bc0c18042269c6fbb12701538df02764815 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Sep 2021 14:52:36 +0200 Subject: update to 3.0.10 --- php-phpseclib3.spec | 7 +++++-- 1 file 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 - 3.0.10-1 +- update to 3.0.10 + * Mon Jun 14 2021 Remi Collet - 3.0.9-1 - update to 3.0.9 -- cgit