From d5390863f4892f6005a808bf0e6644320f9f7244 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jan 2016 07:29:00 +0100 Subject: php-twig: 1.24.0 --- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index f8994ef..9e84344 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #16 twig version 1.23.3 ] { +Extension [ extension #172 twig version 1.24.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 9a88ca5..3389228 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -14,8 +14,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.23.3 -%global github_commit ae53fc2c312fdee63773b75cb570304f85388b08 +%global github_version 1.24.0 +%global github_commit 3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -299,6 +299,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 26 2016 Remi Collet - 1.24.0-1 +- Update to 1.24.0 + * Mon Jan 11 2016 Remi Collet - 1.23.3-1 - Update to 1.23.3 - run test suite with both PHP 5 and 7 when available -- cgit