From eedf9c66c7a021e4acda89640bd0dcb4dc122512 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 08:37:07 +0200 Subject: update to 1.0.2 --- composer.json | 4 +--- php-yoast-phpunit-polyfills.spec | 13 +++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 5cf9d22..aec37f5 100644 --- a/composer.json +++ b/composer.json @@ -27,9 +27,7 @@ "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "require-dev": { - "php-parallel-lint/php-parallel-lint": "^1.3.0", - "php-parallel-lint/php-console-highlighter": "^0.5", - "yoast/yoastcs": "^2.1.0" + "yoast/yoastcs": "^2.2.0" }, "autoload": { "files": ["phpunitpolyfills-autoload.php"] diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index ffecd3f..348d9bc 100644 --- a/php-yoast-phpunit-polyfills.spec +++ b/php-yoast-phpunit-polyfills.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit f014fb21c2b0038fd329515d59025af42fb98715 +%global gh_commit 1a582ab1d91e86aa450340c4d35631a85314ff9f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Yoast %global gh_project PHPUnit-Polyfills @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -38,9 +38,7 @@ BuildArch: noarch BuildRequires: php(language) >= 5.4 BuildRequires: php-reflection # From composer.json, "require-dev": { -# "php-parallel-lint/php-parallel-lint": "^1.3.0", -# "php-parallel-lint/php-console-highlighter": "^0.5", -# "yoast/yoastcs": "^2.1.0" +# "yoast/yoastcs": "^2.2.0" %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 BuildRequires: phpunit9 %endif @@ -121,7 +119,7 @@ if [ -x %{_bindir}/phpunit7 ]; then done fi if [ -x %{_bindir}/phpunit8 ]; then - for cmd in php php72 php73 php74; do + for cmd in php php72 php73 php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit8 --no-coverage --verbose || ret=1 fi @@ -149,6 +147,9 @@ exit $ret %changelog +* Mon Oct 4 2021 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Tue Aug 10 2021 Remi Collet - 1.0.1-1 - update to 1.0.1 -- cgit