From 3578aa7b64b938d5dd562679a3eb8325eaa284d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2022 10:48:41 +0200 Subject: update to 3.4.2 --- php-twig3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-twig3.spec') diff --git a/php-twig3.spec b/php-twig3.spec index 395e24c..ac746f7 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit e939eae92386b69b49cfa4599dd9bead6bf4a342 +%global github_commit e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077 %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.4.1 +Version: 3.4.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -142,7 +142,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml RETURN_CODE=0 : Upstream tests with SCLs if available -for SCL in "php %{phpunit}" php74 php80 php81; do +for SCL in "php %{phpunit}" php74 php80 php81 php82; do if which $SCL; then set $SCL $1 ${2:-%{_bindir}/phpunit9} \ @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Tue Aug 16 2022 Remi Collet - 3.4.2-1 +- update to 3.4.2 + * Tue May 17 2022 Remi Collet - 3.4.1-1 - update to 3.4.1 -- cgit