diff options
| author | Remi Collet <remi@remirepo.net> | 2021-06-21 07:16:11 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-06-21 07:16:11 +0200 | 
| commit | 18b437b9ac7e1cd6a3f9fb9e7769086643e19992 (patch) | |
| tree | 545826427e0adb10ee08cef600e93cc131d4d6b8 | |
| parent | ffaa9d788ca58ec3a00c0d5a153d073e03cc758d (diff) | |
| -rw-r--r-- | php-consolidation-output-formatters.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-consolidation-output-formatters.spec b/php-consolidation-output-formatters.spec index ad3f3f5..17ddf78 100644 --- a/php-consolidation-output-formatters.spec +++ b/php-consolidation-output-formatters.spec @@ -38,7 +38,7 @@  # "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} @@ -54,7 +54,7 @@  Name:          php-%{composer_vendor}-%{composer_project}  Version:       %{github_version} -Release:       1%{?github_release}%{?dist} +Release:       2%{?github_release}%{?dist}  Summary:       Format text by applying transformations provided by plug-in formatters  License:       MIT @@ -219,6 +219,9 @@ exit $RETURN_CODE  %changelog +* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 4.1.2-2 +- allow yoast/phpunit-polyfills version 1 +  * Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 4.1.2-1  - update to 4.1.2  - switch to phpunit9 with yoast/phpunit-polyfills | 
