summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig.spec b/php-twig.spec
index c002a87..9278dfb 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -30,8 +30,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.38.4
-%global github_commit 7732e9e7017d751313811bd118de61302e9c8b35
+%global github_version 1.39.1
+%global github_commit 23e7b6f0cfa1d7ba3de69f30d8e05cf957412fec
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -316,7 +316,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
: Test suite without extension
ret=0
-for cmd in php php70 php71 php72 php73; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -353,6 +353,9 @@ exit $ret
%changelog
+* Wed Apr 17 2019 Remi Collet <remi@remirepo.net> - 1.39.1-1
+- update to 1.39.1
+
* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 1.38.4-1
- update to 1.38.4