From 64b91caa22f8566a40a8954973c6e6c1719eaf91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 07:30:11 +0200 Subject: v2.0.29 --- composer.json | 1 - php-phpseclib.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index b4e8a1c..9303f8a 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,6 @@ "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0", - "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { diff --git a/php-phpseclib.spec b/php-phpseclib.spec index cfdaf7f..dd43eff 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -3,12 +3,12 @@ %global github_owner phpseclib %global github_name phpseclib -%global github_commit d1ca58cf33cb21046d702ae3a7b14fdacd9f3260 +%global github_commit 497856a8d997f640b4a516062f84228a772a48a8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %bcond_without tests Name: php-%{composer_vendor} -Version: 2.0.28 +Version: 2.0.29 Release: 1%{?dist} Summary: PHP Secure Communications Library License: MIT @@ -88,7 +88,7 @@ EOF # testAuthorityInfoAccess fails without internet access ret=0 -for cmd in "php %{phpunit}" php72 php73 php74 php80; do +for cmd in "php %{phpunit}" php72 php73 php74; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \ @@ -108,6 +108,9 @@ exit $ret %changelog +* Tue Sep 8 2020 Remi Collet - 2.0.29-1 +- update to 2.0.29 + * Wed Jul 8 2020 Remi Collet - 2.0.28-1 - update to 2.0.28 -- cgit