From f934963211254a84a42d87ebe34ae159d70cbbb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jan 2022 10:41:21 +0100 Subject: update to 2.0.36 --- php-phpseclib.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 0832983..8c64273 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit 4e16cf3f5f927a7d3f5317820af795c0366c0420 +%global github_commit a97547126396548c224703a267a30af1592be146 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.35 +Version: 2.0.36 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -85,6 +85,9 @@ cat << 'EOF' | tee -a tests/bootstrap.php if (class_exists("PHPUnit_Framework_TestCase") && !class_exists("PHPUnit\\Framework\\TestCase")) { class_alias("PHPUnit_Framework_TestCase", "PHPUnit\\Framework\\TestCase"); } +if (class_exists("PHPUnit_Framework_Error_Notice") && !class_exists("PHPUnit\Framework\Error\Notice")) { + class_alias("PHPUnit_Framework_Error_Notice", "PHPUnit\Framework\Error\Notice"); +} require "%{buildroot}%{_datadir}/php/%{composer_vendor}/autoload.php"; date_default_timezone_set('UTC'); EOF @@ -132,6 +135,9 @@ exit $ret %changelog +* Mon Jan 31 2022 Remi Collet - 2.0.36-1 +- update to 2.0.36 + * Mon Nov 29 2021 Remi Collet - 2.0.35-1 - update to 2.0.35 -- cgit