From 6f0add9aaa2dadd46dc0d2cc56a5d43b62b16735 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Sep 2021 11:52:00 +0200 Subject: update to 2.14.7 --- composer.json | 2 +- php-twig2.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8f45b4b..8f347d5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4.9|^5.0.9", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", "psr/container": "^1.0" }, "autoload": { diff --git a/php-twig2.spec b/php-twig2.spec index 998f79e..5551124 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 27e5cf2b05e3744accf39d4c68a3235d9966d260 +%global github_commit 8e202327ee1ed863629de9b18a5ec70ac614d88f %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -25,7 +25,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.14.6 +Version: 2.14.7 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -160,7 +160,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml RETURN_CODE=0 : Upstream tests with SCLs if available -for SCL in "php %{phpunit}" php73 php74 php80; do +for SCL in "php %{phpunit}" php73 php74 php80 php81; do if which $SCL; then set $SCL $1 ${2:-%{_bindir}/phpunit9} $SKIP \ @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Wed Sep 22 2021 Remi Collet - 2.14.7-1 +- update to 2.14.7 + * Mon May 17 2021 Remi Collet - 2.14.6-1 - update to 2.14.6 -- cgit