summaryrefslogtreecommitdiffstats
path: root/php-masterminds-html5.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-02 07:49:25 +0200
committerRemi Collet <remi@remirepo.net>2021-07-02 07:49:25 +0200
commitf3d3cd18fa31ce9bdc5b43fa9ed2d4c19fce8e08 (patch)
tree45fc18d7e4521ca398f2236edcc977f2ea0e383b /php-masterminds-html5.spec
parentf447b149e0148d61ff9132dca830790d74bea804 (diff)
update to 2.7.5
Diffstat (limited to 'php-masterminds-html5.spec')
-rw-r--r--php-masterminds-html5.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-masterminds-html5.spec b/php-masterminds-html5.spec
index b461425..d0588e1 100644
--- a/php-masterminds-html5.spec
+++ b/php-masterminds-html5.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-masterminds-html5
#
-# Copyright (c) 2015-2020 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2015-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -12,8 +12,8 @@
%global github_owner Masterminds
%global github_name html5-php
-%global github_version 2.7.4
-%global github_commit 9227822783c75406cfe400984b2f095cdf03d417
+%global github_version 2.7.5
+%global github_commit f640ac1bdddff06ea333a920c95bbad8872429ab
%global composer_vendor masterminds
%global composer_project html5
@@ -137,7 +137,7 @@ grep -v blacklist < phpunit.xml.dist | \
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit8)
-for PHP_EXEC in "" php72 php73 php74 php80; do
+for PHP_EXEC in "" php73 php74 php80 php81; do
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose || RETURN_CODE=1
fi
@@ -156,6 +156,9 @@ exit $RETURN_CODE
%changelog
+* Fri Jul 2 2021 Remi Collet <remi@remirepo.net> - 2.7.5-1
+- update to 2.7.5
+
* Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 2.7.4-1
- update to 2.7.4
- drop patch merged upstream