From 2fe318e6b2d5305f8170abf02b9c478699bef46d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Sep 2021 12:06:58 +0200 Subject: update to 3.3.3 --- composer.json | 2 +- php-twig3.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c344849..91ff912 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-twig3.spec b/php-twig3.spec index 081ab4b..aa86331 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 21578f00e83d4a82ecfa3d50752b609f13de6790 +%global github_commit a27fa056df8a6384316288ca8b0fa3a35fdeb569 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,7 +27,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.3.2 +Version: 3.3.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -144,7 +144,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} \ @@ -166,6 +166,9 @@ exit $RETURN_CODE %changelog +* Wed Sep 22 2021 Remi Collet - 3.3.3-1 +- update to 3.3.3 + * Mon May 17 2021 Remi Collet - 3.3.2-1 - update to 3.3.2 -- cgit