summaryrefslogtreecommitdiffstats
path: root/php-yoast-phpunit-polyfills.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-08-10 07:28:11 +0200
committerRemi Collet <remi@remirepo.net>2021-08-10 07:28:11 +0200
commite561239fccc7894e3a42c5314541406f23ef5437 (patch)
tree8aaaee550fd470bbfd3848233e8016b354141911 /php-yoast-phpunit-polyfills.spec
parent8d40fb6bb6895b9b188e21a5615ebadff5f3a726 (diff)
update to 1.0.1
Diffstat (limited to 'php-yoast-phpunit-polyfills.spec')
-rw-r--r--php-yoast-phpunit-polyfills.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+
* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 1.0.0-1
- update to 1.0.0