summaryrefslogtreecommitdiffstats
path: root/php-twig2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-03 14:10:49 +0200
committerRemi Collet <remi@remirepo.net>2019-06-03 14:10:49 +0200
commitcd9efffd6101cafb5bec6676b5638a2920cf6be3 (patch)
tree8a75ac7ae6ab79338d8cdb9b25e27e696911d945 /php-twig2.spec
parenta001482381a1dd363951b384029413936c6eceb8 (diff)
v2.11.0
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 504204b..048e364 100644
--- a/php-twig2.spec
+++ b/php-twig2.spec
@@ -13,7 +13,7 @@
%global with_tests 0%{!?_without_tests:1}
%global github_owner twigphp
%global github_name Twig
-%global github_commit 5240e21982885b76629552d83b4ebb6d41ccde6b
+%global github_commit c344879ae57dc1487b1df3e3d8325936125ba2cc
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor twig
@@ -24,7 +24,7 @@
%global phpdir %{_datadir}/php
Name: php-%{composer_project}2
-Version: 2.10.0
+Version: 2.11.0
Release: 1%{?dist}
Summary: The flexible, fast, and secure template engine for PHP
@@ -157,7 +157,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
RETURN_CODE=0
: Upstream tests with SCLs if available
-for SCL in php php71 php72 php73; do
+for SCL in php php71 php72 php73 php74; do
if which $SCL; then
$SCL %{_bindir}/phpunit6 --verbose || RETURN_CODE=1
fi
@@ -177,6 +177,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 2.11.0-1
+- update to 2.11.0
+
* Wed May 15 2019 Remi Collet <remi@remirepo.net> - 2.10.0-1
- update to 2.10.0