From 8fd5d85b67f48e2d60b6d715b4cee9e044bc0731 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 10:42:24 +0100 Subject: update to 3.1.1 --- php-twig3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig3.spec') diff --git a/php-twig3.spec b/php-twig3.spec index 93e287c..fb91af2 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 9a29e1fa7b5431969f96878b8662e3fcb18601b7 +%global github_commit b02fa41f3783a2616eccef7b92fbc2343ffed737 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,7 +27,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -165,6 +165,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 28 2020 Remi Collet - 3.1.1-1 +- update to 3.1.1 + * Wed Oct 21 2020 Remi Collet - 3.1.0-1 - update to 3.1.0 -- cgit