From 21f0751fa4c732d0df736bedb3c793600f0daaf9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2022 12:19:30 +0200 Subject: update to 2.15.3 --- php-twig2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig2.spec') diff --git a/php-twig2.spec b/php-twig2.spec index 0b4db64..c090c0f 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 3e43405a9a8b578809426339cc3780e16fba0c52 +%global github_commit ab402673db8746cb3a4c46f3869d6253699f614a %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -25,7 +25,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.15.2 +Version: 2.15.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Thu Sep 29 2022 Remi Collet - 2.15.3-1 +- update to 2.15.3 + * Tue Aug 16 2022 Remi Collet - 2.15.2-1 - update to 2.15.2 -- cgit