diff options
| author | Remi Collet <remi@remirepo.net> | 2020-12-10 15:46:01 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-12-10 15:46:01 +0100 | 
| commit | e1bb4056a0f0546f076981802ae0b253ea1811bd (patch) | |
| tree | d87d67a8ef1a8ed0f16703e4b9cce2e6ebcac701 | |
| parent | cd712c63848614703fd88a9bd1ea9e8a9e7f4b47 (diff) | |
sync with Fedora
| -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  | 
