diff options
Diffstat (limited to 'php-twig.spec')
-rw-r--r-- | php-twig.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig.spec b/php-twig.spec index df2a0ce..4a3209e 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.37.1 -%global github_commit 66be9366c76cbf23e82e7171d47cbfa54a057a62 +%global github_version 1.38.0 +%global github_commit 754b8dfc0026585eb8498ec4bf5ff240b6b34db7 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 1.38.0-1 +- update to 1.38.0 + * Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 1.37.1-1 - update to 1.37.1 - bump dependency on PHP 5.4 |