diff options
-rw-r--r-- | php-twig3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig3.spec b/php-twig3.spec index 93e287c..fb91af2 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 9a29e1fa7b5431969f96878b8662e3fcb18601b7 +%global github_commit b02fa41f3783a2616eccef7b92fbc2343ffed737 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -27,7 +27,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}%{major} -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -165,6 +165,9 @@ exit $RETURN_CODE %changelog +* Wed Oct 28 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- update to 3.1.1 + * Wed Oct 21 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1 - update to 3.1.0 |