From 9b16477a0e95fd0f4f5ce1f84824ca7a583b758c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 10:16:24 +0100 Subject: v1.36.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 389c32c..d7d10d1 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.35.4 -%global github_commit 7e081e98378a1e78c29cc9eba4aefa5d78a05d2a +%global github_version 1.36.0 +%global github_commit 730c9c4471b5152d23061feb02b03382264c8a15 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Tue Dec 18 2018 Remi Collet - 1.36.0-1 +- update to 1.36.0 + * Fri Jul 13 2018 Remi Collet - 1.35.4-1 - update to 1.35.4 -- cgit