From f86aaa7191951365292e1eb995fe4141816df61a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2022 12:00:16 +0200 Subject: update to 1.44.7 --- php-twig.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-twig.spec') diff --git a/php-twig.spec b/php-twig.spec index 8637c9a..4331931 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig # -# Copyright (c) 2014-2021 Shawn Iwinski +# Copyright (c) 2014-2022 Shawn Iwinski # Remi Collet # # License: MIT @@ -16,8 +16,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.44.6 -%global github_commit ae39480f010ef88adc7938503c9b02d3baf2f3b3 +%global github_version 1.44.7 +%global github_commit 0887422319889e442458e48e2f3d9add1a172ad5 %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Lib @@ -167,7 +167,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml : Test suite without extension ret=0 -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 \ @@ -190,6 +190,9 @@ exit $RETURN_CODE %changelog +* Thu Sep 29 2022 Remi Collet - 1.44.7-1 +- update to 1.44.7 + * Thu Nov 25 2021 Remi Collet - 1.44.6-1 - update to 1.44.6 (no change) - drop patch merged upstream -- cgit