diff options
| -rw-r--r-- | php-masterminds-html5.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-masterminds-html5.spec b/php-masterminds-html5.spec index d0588e1..d80a64c 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-2021 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2015-2022 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.5 -%global github_commit    f640ac1bdddff06ea333a920c95bbad8872429ab +%global github_version   2.7.6 +%global github_commit    897eb517a343a2281f11bc5556d6548db7d93947  %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 "" php73 php74 php80 php81; do +for PHP_EXEC in "" php74 php80 php81 php82; 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 +* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.7.6-1 +- update to 2.7.6 +  * Fri Jul  2 2021 Remi Collet <remi@remirepo.net> - 2.7.5-1  - update to 2.7.5  | 
