summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-22 12:06:58 +0200
committerRemi Collet <remi@remirepo.net>2021-09-22 12:06:58 +0200
commit2fe318e6b2d5305f8170abf02b9c478699bef46d (patch)
treeaa0fbbf735128440fac74573b54a24868d8e8067
parent794e985e3d07f7c78740a70995c610328edab373 (diff)
update to 3.3.3
-rw-r--r--composer.json2
-rw-r--r--php-twig3.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index c344849..91ff912 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,7 @@
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
+ "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
"psr/container": "^1.0"
},
"autoload": {
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