diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-09 13:31:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-09 13:31:26 +0200 |
commit | 321c75bc4b40fa07645feb82d19c1b645ee9448e (patch) | |
tree | 71c01a8373b5a543e6b5a86200c44b75b40a7fcc | |
parent | e0a5984181695404f9d5aa95a9ccf09964295631 (diff) |
php-twig: 1.21.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #200 twig version 1.21.1 ] { +Extension [ <persistent> extension #200 twig version 1.21.2 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 393c2b6..5fd3274 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.21.1 -%global github_commit ca8d3aa90b6a01c82e07909fe815d6b443e75a23 +%global github_version 1.21.2 +%global github_commit ddce1136beb8db29b9cd7dffa8ab518b978c9db3 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -165,7 +165,7 @@ Obsoletes: php70w-%{ext_name} <= %{version} developer to define its own custom tags and filters, and create its own DSL. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{scl_vendor})}. %prep @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 9 2015 Remi Collet <remi@fedoraproject.org> - 1.21.2-1 +- Update to 1.21.2 + * Wed Aug 26 2015 Remi Collet <remi@fedoraproject.org> - 1.21.1-1 - Update to 1.21.1 |