diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-26 11:56:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-26 11:56:01 +0200 |
commit | e0a5984181695404f9d5aa95a9ccf09964295631 (patch) | |
tree | ab9d43388432c545e9cf00fd082bbc6a3a2532bc | |
parent | 1887b2e2e261f4f56590f22b98e09db46f045dc0 (diff) |
php-twig: 1.21.1
-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 #199 twig version 1.21.0 ] { +Extension [ <persistent> extension #200 twig version 1.21.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index a60027a..393c2b6 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.0 -%global github_commit 913d282caca9ee0e8d05940c6caa486d58810dd4 +%global github_version 1.21.1 +%global github_commit ca8d3aa90b6a01c82e07909fe815d6b443e75a23 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 26 2015 Remi Collet <remi@fedoraproject.org> - 1.21.1-1 +- Update to 1.21.1 + * Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 1.21.0-1 - Update to 1.21.0 |