diff options
-rw-r--r-- | php-twig2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index ef7bf50..0b4db64 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4 +%global github_commit 3e43405a9a8b578809426339cc3780e16fba0c52 %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.15.1 +Version: 2.15.2 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}" php74 php80 php81; do +for SCL in "php %{phpunit}" php74 php80 php81 php82; do if which $SCL; then set $SCL $1 ${2:-%{_bindir}/phpunit9} $SKIP \ @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 2.15.2-1 +- update to 2.15.2 + * Tue May 17 2022 Remi Collet <remi@remirepo.net> - 2.15.1-1 - update to 2.15.1 |