diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-03 14:07:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-03 14:07:02 +0200 |
commit | 009a7b1f06ac0bf0483049dc69250ece479f9dd2 (patch) | |
tree | ec9024f4b3c2a722da9afe33edbd81039548496d | |
parent | 58632d35bffa2f3617d948ab60b454c601006194 (diff) |
sync with Fedora again
-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 |