diff options
author | Remi Collet <remi@remirepo.net> | 2022-05-17 11:31:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-05-17 11:31:34 +0200 |
commit | ceff6ab107f37f7c5978cc5c3e568af61da1b844 (patch) | |
tree | a11f9c02571f3f9b5d37227d276ed7bd127c8840 | |
parent | 0e321ae0310ce7c3ac25ca0bd6288231643c0e35 (diff) |
update to 3.4.1
-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 ce14742..395e24c 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit ed19f4bf9d19c4ef920b5d8243910bd32e85b9ba +%global github_commit e939eae92386b69b49cfa4599dd9bead6bf4a342 %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.0 +Version: 3.4.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Tue May 17 2022 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 + * Mon May 16 2022 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 |