diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-13 20:18:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-13 20:18:31 +0200 |
commit | 39ddc2c3575afffa364513d8d7c94c18a9b17d28 (patch) | |
tree | a81fff3de7a8c9d582540a2c8a9cff137e0c88ff | |
parent | 5d3945a0674296bfb061e1a2e92fec4c3574de3c (diff) |
php-twig: 1.22.0
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #200 twig version 1.21.2 ] { +Extension [ <persistent> extension #201 twig version 1.22.0 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index e66d52b..29e34af 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.2 -%global github_commit ddce1136beb8db29b9cd7dffa8ab518b978c9db3 +%global github_version 1.22.0 +%global github_commit 204a6c94907c2c2225322c267e09adbb2b1c04fd %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 13 2015 Remi Collet <remi@fedoraproject.org> - 1.22.0-1 +- Update to 1.22.0 + * Sat Sep 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.21.2-1 - Updated to 1.21.2 (BZ #1256767) |