From aeb6e5dcf12b72e4917b3f5cc743aa5439a3f699 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 16:31:19 +0100 Subject: update to 3.3.6 --- 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 ef113d3..3222f3d 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit a0f614a192829a4e7c597491ab0c4d276621af8a +%global github_commit bb07a776206c245bc9cbde8e1cfcd47ffa298c23 %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.5 +Version: 3.3.6 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Mon Jan 3 2022 Remi Collet - 3.3.6-1 +- update to 3.3.6 + * Mon Jan 3 2022 Remi Collet - 3.3.5-1 - update to 3.3.5 -- cgit