From 11873f69d2fb68c9dec602b4dc1f48558b0eb5d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Mar 2019 16:09:19 +0100 Subject: v1.38.0 --- php-twig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig.spec') 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 - 1.38.0-1 +- update to 1.38.0 + * Mon Jan 14 2019 Remi Collet - 1.37.1-1 - update to 1.37.1 - bump dependency on PHP 5.4 -- cgit