diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-15 09:25:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-15 09:25:51 +0200 |
commit | 5dc06a80d826901aafc660be08ea2e1d280315b0 (patch) | |
tree | a6a84084bfafd5cba0cde6bdff4e4631dfe553d4 | |
parent | 39ddc2c3575afffa364513d8d7c94c18a9b17d28 (diff) |
php-twig: 1.22.1
-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 #201 twig version 1.22.0 ] { +Extension [ <persistent> extension #202 twig version 1.22.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 29e34af..0e5a98c 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.0 -%global github_commit 204a6c94907c2c2225322c267e09adbb2b1c04fd +%global github_version 1.22.1 +%global github_commit b7fc2469fa009897871fb95b68237286fc54a5ad %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} by %{scl_vendor})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Tue Sep 15 2015 Remi Collet <remi@fedoraproject.org> - 1.22.1-1 +- Update to 1.22.1 + * Sun Sep 13 2015 Remi Collet <remi@fedoraproject.org> - 1.22.0-1 - Update to 1.22.0 |