diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-masterminds-html5.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 6e5dddb..fb7674e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "php" : ">=5.3.0" }, "require-dev": { - "phpunit/phpunit" : "^4.8.35" + "phpunit/phpunit" : "^4.8.35 || ^5.7.21 || ^6 || ^7" }, "autoload": { "psr-4": {"Masterminds\\": "src"} 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 |