summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-05 07:08:48 +0200
committerRemi Collet <remi@remirepo.net>2017-07-05 07:08:48 +0200
commitecffeafdaab27707676db86c321b0afc188314d3 (patch)
tree714a21d0f8140ec02d145d286e5ad1701c3183e9
parent90a1c13b6e1fe1533f2618aa1be716f4b9d4d734 (diff)
v1.34.4
-rw-r--r--REFLECTION2
-rw-r--r--php-twig.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 70b81e0..1083f89 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 twig version 1.34.3 ] {
+Extension [ <persistent> extension #75 twig version 1.34.4 ] {
- Functions {
Function [ <internal:twig> function twig_template_get_attributes ] {
diff --git a/php-twig.spec b/php-twig.spec
index 336c746..e2cd91e 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.34.3
-%global github_commit 451c6f4197e113e24c1c85bc3fc8c2d77adeff2e
+%global github_version 1.34.4
+%global github_commit f878bab48edb66ad9c6ed626bf817f60c6c096ee
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -302,7 +302,7 @@ require_once '%{buildroot}%{phpdir}/Twig/autoload.php';
EOF
: Skip tests known to fail
-%if 0%{?rhel} == 5 || 0%{?rhel} == 6
+%if 0%{?rhel} == 6
sed -e 's/function testGetAttributeWithTemplateAsObject/function skip_testGetAttributeWithTemplateAsObject/' \
-i test/Twig/Tests/TemplateTest.php
%endif
@@ -349,6 +349,9 @@ exit $ret
%changelog
+* Wed Jul 5 2017 Remi Collet <remi@remirepo.net> - 1.34.4-1
+- Update to 1.34.4
+
* Thu Jun 8 2017 Remi Collet <remi@remirepo.net> - 1.34.3-1
- Update to 1.34.3