diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-29 12:20:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-29 12:20:39 +0200 |
commit | 207fd78ea5c2004060762a03ec5ff01a17bd3d22 (patch) | |
tree | 6f297a50b05e1f6d58dea94e9561d415e8609a90 | |
parent | 3578aa7b64b938d5dd562679a3eb8325eaa284d7 (diff) |
update to 3.4.3
-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 ac746f7..77e21b1 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077 +%global github_commit c38fd6b0b7f370c198db91ffd02e23b517426b58 %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.4.2 +Version: 3.4.3 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Thu Sep 29 2022 Remi Collet <remi@remirepo.net> - 3.4.3-1 +- update to 3.4.3 + * Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 3.4.2-1 - update to 3.4.2 |