diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-12 19:33:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-12 19:33:31 +0200 |
commit | 7a39da40cd56a06c9fc8f9247d1e249ca660225a (patch) | |
tree | dd4f95a222ae70bbc4a1b166573d988b9d77a023 | |
parent | 633cc0b2d74c7cb5900aab8d607501f3bdd23d2e (diff) |
php-twig: 1.20.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 #196 twig version 1.19.0 ] { +Extension [ <persistent> extension #198 twig version 1.20.0 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 6b698b5..ddd222b 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.19.0 -%global github_commit edbeaf43b0a606cdaadc32a11d2673614a377b90 +%global github_version 1.20.0 +%global github_commit 1ea4e5f81c6d005fe84d0b38e1c4f1955eb86844 %global github_short %(c=%{github_commit}; echo ${c:0:7}) @@ -289,6 +289,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 12 2015 Remi Collet <remi@fedoraproject.org> - 1.20.0-1 +- Update to 1.20.0 + * Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 1.19.0-1 - Update to 1.19.0 |