From 4e2c2fd402a58748ecb47e50cb2b699198612dfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jan 2022 07:40:57 +0100 Subject: update to 2.14.10 --- 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 4176035..11c08de 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit d28b8d7390e21f02cbafc65b33a12fa0733777c2 +%global github_commit 95fb194cd4dd6ac373a27af2bde2bad5d3f27aba %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.14.9 +Version: 2.14.10 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 4 2022 Remi Collet - 2.14.10-1 +- update to 2.14.10 + * Mon Jan 3 2022 Remi Collet - 2.14.9-1 - update to 2.14.9 -- cgit