diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-04 07:42:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-04 07:42:35 +0100 |
commit | 32341f24e4bbffcc414ca6f4ed1d7d3e94f622b1 (patch) | |
tree | cd649be6f396f31f2d45b740d3266c0447882d68 | |
parent | aeb6e5dcf12b72e4917b3f5cc743aa5439a3f699 (diff) |
update to 3.3.7
-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 3222f3d..4dd1751 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit bb07a776206c245bc9cbde8e1cfcd47ffa298c23 +%global github_commit 8f168c6ffa3ce76d1786b3cd52275424a3fc675b %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.6 +Version: 3.3.7 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Tue Jan 4 2022 Remi Collet <remi@remirepo.net> - 3.3.7-1 +- update to 3.3.7 + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 3.3.6-1 - update to 3.3.6 |