diff options
-rw-r--r-- | php-paragonie-constant-time-encoding.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <fkooman@tuxed.net> - 2.4.0-2 +- support PHPUnit 8/9 for future PHP 8 support (patch by Remi Collet) + * Mon Dec 7 2020 François Kooman <fkooman@tuxed.net> - 2.4.0-1 - update to 2.4.0 |