summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-16 10:59:24 +0200
committerRemi Collet <remi@php.net>2022-08-16 10:59:24 +0200
commit3f199b316e3cf391d884d624da19ae845d00c7ac (patch)
treea05d2adf14f94ab060a81c3529ed29d06e05be40
parent6a0e90faeff9d86f2663f2d2ec60554f64fab3a5 (diff)
update to 2.15.2
-rw-r--r--php-twig2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig2.spec b/php-twig2.spec
index ef7bf50..0b4db64 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -14,7 +14,7 @@
%global github_owner twigphp
%global github_name Twig
-%global github_commit 3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4
+%global github_commit 3e43405a9a8b578809426339cc3780e16fba0c52
%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.15.1
+Version: 2.15.2
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}" 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 \
@@ -182,6 +182,9 @@ exit $RETURN_CODE
%changelog
+* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 2.15.2-1
+- update to 2.15.2
+
* Tue May 17 2022 Remi Collet <remi@remirepo.net> - 2.15.1-1
- update to 2.15.1