From e69044498ef2265b2433d1cd0427f08a04bc6348 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Feb 2022 09:42:38 +0100 Subject: update to 3.3.8 --- php-twig3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig3.spec b/php-twig3.spec index 4dd1751..172874a 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 8f168c6ffa3ce76d1786b3cd52275424a3fc675b +%global github_commit 972d8604a92b7054828b539f2febb0211dd5945c %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.7 +Version: 3.3.8 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Fri Feb 4 2022 Remi Collet - 3.3.8-1 +- update to 3.3.8 + * Tue Jan 4 2022 Remi Collet - 3.3.7-1 - update to 3.3.7 -- cgit