diff options
-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 #202 twig version 1.22.1 ] { +Extension [ <persistent> extension #202 twig version 1.22.2 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 0e5a98c..f3f3476 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.1 -%global github_commit b7fc2469fa009897871fb95b68237286fc54a5ad +%global github_version 1.22.2 +%global github_commit 79249fc8c9ff62e41e217e0c630e2e00bcadda6a %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -286,6 +286,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 23 2015 Remi Collet <remi@fedoraproject.org> - 1.22.2-1 +- Update to 1.22.2 + * Tue Sep 15 2015 Remi Collet <remi@fedoraproject.org> - 1.22.1-1 - Update to 1.22.1 |