summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION2
-rw-r--r--composer.json2
-rw-r--r--php-twig.spec13
3 files changed, 8 insertions, 9 deletions
diff --git a/REFLECTION b/REFLECTION
index 3416d97..a67446a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #70 twig version 1.27.0 ] {
+Extension [ <persistent> extension #72 twig version 1.28.0 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/composer.json b/composer.json
index afe30b0..7de84b5 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "1.27-dev"
+ "dev-master": "1.28-dev"
}
}
}
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