diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-16 10:48:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-16 10:48:41 +0200 |
commit | 3578aa7b64b938d5dd562679a3eb8325eaa284d7 (patch) | |
tree | 25a9f5ea81f0e3d8e80c27ffaaac40826de23b6c | |
parent | ceff6ab107f37f7c5978cc5c3e568af61da1b844 (diff) |
update to 3.4.2
-rw-r--r-- | php-twig3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 3.4.2-1 +- update to 3.4.2 + * Tue May 17 2022 Remi Collet <remi@remirepo.net> - 3.4.1-1 - update to 3.4.1 |