From 90a1c13b6e1fe1533f2618aa1be716f4b9d4d734 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Jun 2017 07:02:43 +0200 Subject: v1.34.3 --- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 6d2055f..70b81e0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 twig version 1.34.2 ] { +Extension [ extension #75 twig version 1.34.3 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 030ed41..336c746 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.2 -%global github_commit 55e4beb721a044db9e31ae0470024fc205b6a008 +%global github_version 1.34.3 +%global github_commit 451c6f4197e113e24c1c85bc3fc8c2d77adeff2e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +349,9 @@ exit $ret %changelog +* Thu Jun 8 2017 Remi Collet - 1.34.3-1 +- Update to 1.34.3 + * Tue Jun 6 2017 Remi Collet - 1.34.2-1 - Update to 1.34.2 - raise dependency on PHP 5.3.3 -- cgit