diff options
-rw-r--r-- | php-paragonie-constant-time-encoding.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index d5ff071..00375c3 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.2.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding Group: System Environment/Libraries @@ -88,6 +88,9 @@ exit $ret %license LICENSE.txt %changelog +* Thu May 03 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-4 +- also BuildRequire phpunit7 for future EL release + * Thu May 03 2018 François Kooman <fkooman@tuxed.net> - 2.2.2-3 - simplify detection and use of PHPUnit 6 / PHPUnit 7 |