From 2718cbdfc0d0157fff0dd53fd6124719b325fb1c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Feb 2023 11:39:47 +0100 Subject: update to 3.5.1 --- php-twig3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig3.spec b/php-twig3.spec index 1781db1..d94cc9b 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 3ffcf4b7d890770466da3b2666f82ac054e7ec72 +%global github_commit a6e0510cc793912b451fd40ab983a1d28f611c15 %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.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 8 2023 Remi Collet - 3.5.1-1 +- update to 3.5.1 + * Tue Jan 3 2023 Remi Collet - 3.5.0-1 - update to 3.5.0 -- cgit