From 2cc760abd56609293c0514bc253a48548f60ecbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Oct 2015 14:43:03 +0200 Subject: php-twig: 1.22.3 --- REFLECTION | 2 +- php-twig.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 48d2014..811c012 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #202 twig version 1.22.2 ] { +Extension [ extension #201 twig version 1.22.3 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 1722b2a..f58ae8f 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.22.2 -%global github_commit 79249fc8c9ff62e41e217e0c630e2e00bcadda6a +%global github_version 1.22.3 +%global github_commit ebfc36b7e77b0c1175afe30459cf943010245540 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -294,6 +294,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet - 1.22.3-1 +- Update to 1.22.3 + * Sun Oct 11 2015 Shawn Iwinski - 1.22.2-1 - Updated to 1.22.2 (RHBZ #1262655) - Added lib and ext version checks -- cgit