From 7775913e62c0d72a7460adb4c6795244c38c1cd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Mar 2022 13:52:02 +0200 Subject: update to 2.14.12 --- 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 8d03a33..6f1485b 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 66baa66f29ee30e487e05f1679903e36eb01d727 +%global github_commit 19c898bda30c5edea573bbb9ee1235d8cf6956ed %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.11 +Version: 2.14.12 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 28 2022 Remi Collet - 2.14.12-1 +- update to 2.14.12 + * Fri Feb 4 2022 Remi Collet - 2.14.11-1 - update to 2.14.11 -- cgit