From 1c13aff9fa56b411a1a17aa342c53ab77e7d5a2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jan 2017 07:00:13 +0100 Subject: php-twig: 1.31.0 --- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 22732db..167de6d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #73 twig version 1.30.0 ] { +Extension [ extension #73 twig version 1.31.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index a2111ac..5e8e135 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.30.0 -%global github_commit c6ff71094fde15d12398eaba029434b013dc5e59 +%global github_version 1.31.0 +%global github_commit ddc9e3e20ee9c0b6908f401ac8353635b750eca7 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -346,6 +346,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 12 2017 Remi Collet - 1.31.0-1 +- Update to 1.31.0 + * Fri Dec 23 2016 Remi Collet - 1.30.0-1 - Update to 1.30.0 -- cgit