diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-06 06:45:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-06 06:45:24 +0200 |
commit | a4a810d61299486d2271292c16d0a3d13b1ca90a (patch) | |
tree | 4145949787ace419233723c2b3cd7fcff56a22a7 | |
parent | bf08b315861cc14d9fe11ae16b7089c98bebef85 (diff) |
php-twig: 1.26.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 #68 twig version 1.26.0 ] { +Extension [ <persistent> extension #69 twig version 1.26.1 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 2415f0a..bc00ee0 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -34,8 +34,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.26.0 -%global github_commit 81c2b5fd36581370c7731387f05dcdb577050513 +%global github_version 1.26.1 +%global github_commit a09d8ee17ac1cfea29ed60c83960ad685c6a898d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +349,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 6 2016 Remi Collet <remi@fedoraproject.org> - 1.26.1-1 +- Update to 1.26.1 + * Mon Oct 2 2016 Remi Collet <remi@fedoraproject.org> - 1.26.0-1 - Update to 1.26.0 |