diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-17 08:54:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-17 08:54:17 +0200 |
commit | 794e985e3d07f7c78740a70995c610328edab373 (patch) | |
tree | 690e6e84f07feceaedcb438fb6178aeae513e30b | |
parent | c90d161036e39fb541993f130cffb96392e9ed57 (diff) |
update to 3.3.2
-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 |