summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-twig.spec b/php-twig.spec
index e0182a9..1694823 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -34,8 +34,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.27.0
-%global github_commit 3c6c0033fd3b5679c6e1cb60f4f9766c2b424d97
+%global github_version 1.28.0
+%global github_commit 60ae30368f7ac50a95de032f16c1e882b0f69813
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -295,7 +295,7 @@ sed -e 's/function testGetAttributeWithTemplateAsObject/function skip_testGetAtt
%endif
: Test suite without extension
-# remirepo:15
+# remirepo:11
run=0
ret=0
if which php56; then
@@ -306,10 +306,6 @@ if which php71; then
php71 %{_bindir}/phpunit --bootstrap %{buildroot}%{phpdir}/Twig/autoload.php || ret=1
run=1
fi
-if php -r 'exit (version_compare(PHP_VERSION, "7.1", "gt") ? 0 : 1);' ; then
- : Skip test with 7.1
- run=1
-fi
if [ $run -eq 0 ]; then
%{_bindir}/phpunit --bootstrap %{buildroot}%{phpdir}/Twig/autoload.php --verbose
# remirepo:1
@@ -353,6 +349,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Nov 18 2016 Remi Collet <remi@fedoraproject.org> - 1.28.0-1
+- Update to 1.28.0
+
* Wed Oct 26 2016 Remi Collet <remi@fedoraproject.org> - 1.27.0-1
- Update to 1.27.0