From 794e985e3d07f7c78740a70995c610328edab373 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 May 2021 08:54:17 +0200 Subject: update to 3.3.2 --- php-twig3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig3.spec b/php-twig3.spec index 31f21ac..081ab4b 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit ac44433c49892bf28d47c852b19832f3823bd351 +%global github_commit 21578f00e83d4a82ecfa3d50752b609f13de6790 %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.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -166,6 +166,9 @@ exit $RETURN_CODE %changelog +* Mon May 17 2021 Remi Collet - 3.3.2-1 +- update to 3.3.2 + * Wed May 12 2021 Remi Collet - 3.3.1-1 - update to 3.3.1 -- cgit