From bbf9f48f76efe3b885dd7815b7342affcbbf1323 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2020 08:58:46 +0100 Subject: v2.12.5 --- php-twig2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig2.spec b/php-twig2.spec index 7f73547..0fd5902 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 97b6311585cae66a26833b14b33785f5797f7d39 +%global github_commit 18772e0190734944277ee97a02a9a6c6555fcd94 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.12.3 +Version: 2.12.5 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 12 2020 Remi Collet - 2.12.5-1 +- update to 2.12.5 + * Fri Jan 3 2020 Remi Collet - 2.12.3-1 - update to 2.12.3 -- cgit