From a09b2569c54074369b32764158f61b3f923b2049 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Dec 2016 16:48:51 +0100 Subject: php-twig: 1.30.0 --- REFLECTION | 2 +- composer.json | 2 +- php-twig.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 457df40..22732db 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 twig version 1.29.0 ] { +Extension [ extension #73 twig version 1.30.0 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index 5bf8a43..57c0d91 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.29-dev" + "dev-master": "1.30-dev" } } } diff --git a/php-twig.spec b/php-twig.spec index e576628..a2111ac 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.29.0 -%global github_commit 74f723e542368ca2080b252740be5f1113ebb898 +%global github_version 1.30.0 +%global github_commit c6ff71094fde15d12398eaba029434b013dc5e59 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -346,6 +346,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 23 2016 Remi Collet - 1.30.0-1 +- Update to 1.30.0 + * Wed Dec 14 2016 Remi Collet - 1.29.0-1 - Update to 1.29.0 -- cgit