diff options
-rw-r--r-- | php-twig2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index 040d95c..818afd7 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig2 # -# Copyright (c) 2014-2020 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2014-2021 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 5eb9ac5dfdd20c3f59495c22841adc5da980d312 +%global github_commit 8bc568d460d88b25c00c046256ec14a787ea60d9 %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.1 +Version: 2.14.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Wed Jan 6 2021 Remi Collet <remi@remirepo.net> - 2.14.3-1 +- update to 2.14.3 + * Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 2.14.1-1 - update to 2.14.1 |