From 8653256e350eb5c8a4a487e3870ec992944800a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Apr 2022 10:59:19 +0200 Subject: update to 2.0.37 --- php-phpseclib.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 8c64273..e86d3b4 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit a97547126396548c224703a267a30af1592be146 +%global github_commit c812fbb4d6b4d7f30235ab7298a12f09ba13b37c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.36 +Version: 2.0.37 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -27,15 +27,7 @@ BuildArch: noarch %if %{with tests} BuildRequires: php-composer(fedora/autoloader) -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 -%else -%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 -%global phpunit %{_bindir}/phpunit6 -%else -%global phpunit %{_bindir}/phpunit -%endif -%endif BuildRequires: %{phpunit} BuildRequires: %{_bindir}/phpab # Optional at runtime, to avoid too muck skipped tests @@ -135,6 +127,9 @@ exit $ret %changelog +* Mon Apr 4 2022 Remi Collet - 2.0.37-1 +- update to 2.0.37 + * Mon Jan 31 2022 Remi Collet - 2.0.36-1 - update to 2.0.36 -- cgit