From ecffeafdaab27707676db86c321b0afc188314d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jul 2017 07:08:48 +0200 Subject: v1.34.4 --- php-twig.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-twig.spec') 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 - 1.34.4-1 +- Update to 1.34.4 + * Thu Jun 8 2017 Remi Collet - 1.34.3-1 - Update to 1.34.3 -- cgit