diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-21 07:17:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-21 07:17:37 +0200 |
commit | 8d4937e463d33581dc20799c4a2f95d8597b75a6 (patch) | |
tree | f9827fdb33380bf87f9530e02a249efc026d94cf | |
parent | 0e545326950614772d95eb2ced7a68f8cfd3494d (diff) |
-rw-r--r-- | php-consolidation-config.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-consolidation-config.spec b/php-consolidation-config.spec index 28ab466..d7ff884 100644 --- a/php-consolidation-config.spec +++ b/php-consolidation-config.spec @@ -41,7 +41,7 @@ %global phpunit_exec phpunit9 # "yoast/phpunit-polyfills": "^0.2.0" %global polyfills_min_ver 0.2 -%global polyfills_max_ver 1 +%global polyfills_max_ver 2 # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -57,7 +57,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?github_release}%{?dist} +Release: 2%{?github_release}%{?dist} Summary: Provide configuration services for a command-line tool License: MIT @@ -238,6 +238,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 2.0.1-2 +- allow yoast/phpunit-polyfills version 1 + * Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 - add dependency on psr/log |