From e1bb4056a0f0546f076981802ae0b253ea1811bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2020 15:46:01 +0100 Subject: sync with Fedora --- php-paragonie-constant-time-encoding.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-paragonie-constant-time-encoding.spec') diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index a6ae59a..95ba450 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -20,7 +20,7 @@ Name: php-%{composer_vendor}-constant-time-encoding Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding License: MIT @@ -34,7 +34,7 @@ BuildArch: noarch BuildRequires: php(language) >= 7 BuildRequires: php-mbstring BuildRequires: php-spl -# "phpunit/phpunit": "^6|^7", +# "phpunit/phpunit": "^6|^7|^8|^9" %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 BuildRequires: phpunit9 %global phpunit %{_bindir}/phpunit9 @@ -87,6 +87,9 @@ exit $ret %license LICENSE.txt %changelog +* Thu Dec 10 2020 François Kooman - 2.4.0-2 +- support PHPUnit 8/9 for future PHP 8 support (patch by Remi Collet) + * Mon Dec 7 2020 François Kooman - 2.4.0-1 - update to 2.4.0 -- cgit