From 59a504b12a15e1df1ca3e9d91c040ae548d5aad1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Mar 2021 09:29:04 +0100 Subject: drop build dependency on phpunit6 --- php-cs-fixer-phpunit-constraint-isidenticalstring.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-cs-fixer-phpunit-constraint-isidenticalstring.spec b/php-cs-fixer-phpunit-constraint-isidenticalstring.spec index 588a040..9bd8b03 100644 --- a/php-cs-fixer-phpunit-constraint-isidenticalstring.spec +++ b/php-cs-fixer-phpunit-constraint-isidenticalstring.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-cs-fixer-phpunit-constraint-isidenticalstring # -# Copyright (c) 2018-2020 Remi Collet +# Copyright (c) 2018-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -20,7 +20,7 @@ Name: %{pk_vendor}-%{pk_project} Version: 1.2.0 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Constraint for testing strings considering not-same line endings License: MIT @@ -47,10 +47,11 @@ BuildRequires: php-phpunitgoodpractices-polyfill >= 1.4 %endif %if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 BuildRequires: phpunit9 +%else +BuildRequires: phpunit6 >= 6.5.14 %endif BuildRequires: phpunit8 BuildRequires: phpunit7 >= 7.5.20 -BuildRequires: phpunit6 >= 6.5.14 BuildRequires: phpunit >= 5.7.27 # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -168,6 +169,9 @@ exit $ret %changelog +* Tue Mar 23 2021 Remi Collet - 1.2.0-4 +- drop build dependency on phpunit6 + * Tue Oct 20 2020 Remi Collet - 1.2.0-2 - switch to classmap autoloader -- cgit