summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-31 10:41:21 +0100
committerRemi Collet <remi@php.net>2022-01-31 10:41:21 +0100
commitf934963211254a84a42d87ebe34ae159d70cbbb8 (patch)
tree69be1056caa73a9d2d634704fc49fb245f37a318
parent8fc0b3ab109ac906c0f1de305ea69cd747852adf (diff)
update to 2.0.36
-rw-r--r--php-phpseclib.spec10
1 files 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 <remi@remirepo.net> - 2.0.36-1
+- update to 2.0.36
+
* Mon Nov 29 2021 Remi Collet <remi@remirepo.net> - 2.0.35-1
- update to 2.0.35