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 #75 twig version 1.34.2 ] { +Extension [ <persistent> extension #75 twig version 1.34.3 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 030ed41..336c746 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.34.2 -%global github_commit 55e4beb721a044db9e31ae0470024fc205b6a008 +%global github_version 1.34.3 +%global github_commit 451c6f4197e113e24c1c85bc3fc8c2d77adeff2e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -349,6 +349,9 @@ exit $ret %changelog +* Thu Jun 8 2017 Remi Collet <remi@remirepo.net> - 1.34.3-1 +- Update to 1.34.3 + * Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 1.34.2-1 - Update to 1.34.2 - raise dependency on PHP 5.3.3 |