diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-22 08:14:08 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-22 08:14:08 +0100 |
commit | ec8dc7c823a5d0cab94faf9eea04ee183a576bab (patch) | |
tree | 6c6869b3a095a8d7f3888d45b951ebf17690c824 | |
parent | f4a38f3c873a1624a4e653f8944c058e81979201 (diff) |
v1.38.3
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-twig.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ twig -Version => 1.38.2 +Version => 1.38.3 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 twig version 1.38.2 ] { +Extension [ <persistent> extension #81 twig version 1.38.3 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/php-twig.spec b/php-twig.spec index 1d91123..b3a6d13 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.38.2 -%global github_commit 874adbd9222f928f6998732b25b01b41dff15b0c +%global github_version 1.38.3 +%global github_commit 5df0ef0ca2d08a6f087384c7f31530fb84889f28 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Fri Mar 22 2019 Remi Collet <remi@remirepo.net> - 1.38.3-1 +- update to 1.38.3 + * Wed Mar 13 2019 Remi Collet <remi@remirepo.net> - 1.38.2-1 - update to 1.38.2 |