diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-28 13:53:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-28 13:53:34 +0200 |
commit | 60214f6f44233daef0679f60bddbaf65fcc852e6 (patch) | |
tree | ac0136d3ca4860d24beb92fb7e1e0517d8fd13c1 | |
parent | e69044498ef2265b2433d1cd0427f08a04bc6348 (diff) |
update to 3.3.9
-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 172874a..3d2e1f8 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 972d8604a92b7054828b539f2febb0211dd5945c +%global github_commit 6ff9b0e440fa66f97f207e181c41340ddfa5683d %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.8 +Version: 3.3.9 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 28 2022 Remi Collet <remi@remirepo.net> - 3.3.9-1 +- update to 3.3.9 + * Fri Feb 4 2022 Remi Collet <remi@remirepo.net> - 3.3.8-1 - update to 3.3.8 |