From e561239fccc7894e3a42c5314541406f23ef5437 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Aug 2021 07:28:11 +0200 Subject: update to 1.0.1 --- php-yoast-phpunit-polyfills.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-yoast-phpunit-polyfills.spec') diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index b6830f3..ffecd3f 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 5d257d5a6977137016f3df440ce640ce72ffd61a +%global gh_commit f014fb21c2b0038fd329515d59025af42fb98715 %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.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -128,7 +128,7 @@ if [ -x %{_bindir}/phpunit8 ]; then done fi if [ -x %{_bindir}/phpunit9 ]; then - for cmd in php php73 php74 php80; do + for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 --no-coverage --verbose || ret=1 fi @@ -149,6 +149,9 @@ exit $ret %changelog +* Tue Aug 10 2021 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Mon Jun 21 2021 Remi Collet - 1.0.0-1 - update to 1.0.0 -- cgit