From b912404721994d0bb383dc7de64fdb1914ff5d86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 14:46:56 +0200 Subject: v1.42.1 --- php-twig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig.spec b/php-twig.spec index c307157..a257a6d 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.42.0 -%global github_commit 2983fcf2e20a4afe95f07e61d89a7590b3c8df2e +%global github_version 1.42.1 +%global github_commit 671347603760a88b1e7288aaa9378f33687d7edf %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -341,6 +341,9 @@ exit $ret %changelog +* Tue Jun 4 2019 Remi Collet - 1.42.1-1 +- update to 1.42.1 + * Mon Jun 3 2019 Remi Collet - 1.42.0-1 - update to 1.42.0 -- cgit