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 31f21ac..081ab4b 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit ac44433c49892bf28d47c852b19832f3823bd351 +%global github_commit 21578f00e83d4a82ecfa3d50752b609f13de6790 %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.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -166,6 +166,9 @@ exit $RETURN_CODE %changelog +* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 + * Wed May 12 2021 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 |