summaryrefslogtreecommitdiffstats
path: root/php-twig3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-twig3.spec')
-rw-r--r--php-twig3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig3.spec b/php-twig3.spec
index 081ab4b..aa86331 100644
--- a/php-twig3.spec
+++ b/php-twig3.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit 21578f00e83d4a82ecfa3d50752b609f13de6790
+%global github_commit a27fa056df8a6384316288ca8b0fa3a35fdeb569
%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.3.2
+Version: 3.3.3
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -144,7 +144,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} \
@@ -166,6 +166,9 @@ exit $RETURN_CODE
%changelog
+* Wed Sep 22 2021 Remi Collet <remi@remirepo.net> - 3.3.3-1
+- update to 3.3.3
+
* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 3.3.2-1
- update to 3.3.2