summaryrefslogtreecommitdiffstats
path: root/php-twig2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-twig2.spec')
-rw-r--r--php-twig2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig2.spec b/php-twig2.spec
index 998f79e..5551124 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit 27e5cf2b05e3744accf39d4c68a3235d9966d260
+%global github_commit 8e202327ee1ed863629de9b18a5ec70ac614d88f
%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.14.6
+Version: 2.14.7
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}" php73 php74 php80; do
+for SCL in "php %{phpunit}" php73 php74 php80 php81; do
if which $SCL; then
set $SCL
$1 ${2:-%{_bindir}/phpunit9} $SKIP \
@@ -182,6 +182,9 @@ exit $RETURN_CODE
%changelog
+* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 2.14.7-1
+- update to 2.14.7
+
* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 2.14.6-1
- update to 2.14.6