diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-yoast-phpunit-polyfills2.spec | 16 |
2 files changed, 13 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 67e6a1b..8a0adeb 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "yoast/yoastcs": "^3.1.0" + "yoast/yoastcs": "^3.2.0" }, "minimum-stability": "dev", "prefer-stable": true, @@ -54,7 +54,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-main": "4.x-dev" } }, "scripts": { diff --git a/php-yoast-phpunit-polyfills2.spec b/php-yoast-phpunit-polyfills2.spec index 7454811..434ceeb 100644 --- a/php-yoast-phpunit-polyfills2.spec +++ b/php-yoast-phpunit-polyfills2.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit f202832368f16ef2dc486678ac7569ee85c5fc6a +%global gh_commit 1a6aecc9ebe4a9cea4e1047d0e6c496e52314c27 %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: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality, version %{major} @@ -93,21 +93,21 @@ EOF : Run upstream test suite ret=0 if [ -x %{_bindir}/phpunit8 ]; then - for cmd in php php81 php82 php83; do + for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd %{_bindir}/phpunit8 --no-coverage || ret=1 fi done fi if [ -x %{_bindir}/phpunit9 ]; then - for cmd in php php81 php82 php83 php84; do + for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then $cmd %{_bindir}/phpunit9 --no-coverage || ret=1 fi done fi if [ -x %{_bindir}/phpunit10 ]; then - for cmd in php php82 php83 php84; do + for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd %{_bindir}/phpunit10 --no-coverage || ret=1 fi @@ -126,6 +126,12 @@ exit $ret %changelog +* Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 2.0.5-1 +- update to 2.0.5 + +* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- update to 2.0.4 + * Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 - re-license spec file to CECILL-2.1 |
