diff options
-rw-r--r-- | php-twig2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index 52c6088..998f79e 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit c9dd15b3a80725bc4919730fae462bddcc960820 +%global github_commit 27e5cf2b05e3744accf39d4c68a3235d9966d260 %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.5 +Version: 2.14.6 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 2.14.6-1 +- update to 2.14.6 + * Wed May 12 2021 Remi Collet <remi@remirepo.net> - 2.14.5-1 - update to 2.14.5 |