From 7a41f02ee2a80eccdf8360cbe157c5ff2c2b3eea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Nov 2016 14:22:49 +0100 Subject: php-twig: 1.28.1 --- REFLECTION | 2 +- php-twig.spec | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index a67446a..4c41044 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 twig version 1.28.0 ] { +Extension [ extension #72 twig version 1.28.1 ] { - Functions { Function [ function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 1694823..cd64560 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -14,11 +14,7 @@ %if 0%{?scl:1} # PHPUnit not available in SCL %global with_tests 0 -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-twig %else %global pkg_name %{name} @@ -34,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.28.0 -%global github_commit 60ae30368f7ac50a95de032f16c1e882b0f69813 +%global github_version 1.28.1 +%global github_commit fff80c4a7ae1d47a81dfec10c76cbcb939170b45 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +345,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 22 2016 Remi Collet - 1.28.1-1 +- Update to 1.28.1 + * Fri Nov 18 2016 Remi Collet - 1.28.0-1 - Update to 1.28.0 -- cgit