diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-08 11:39:47 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-08 11:39:47 +0100 |
commit | 2718cbdfc0d0157fff0dd53fd6124719b325fb1c (patch) | |
tree | 9f49180c9fa1fd4a1cba88372b6d15122339e013 | |
parent | 5985534ee650ba6e7b2a786759544113ec3d888c (diff) |
update to 3.5.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 1781db1..d94cc9b 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 3ffcf4b7d890770466da3b2666f82ac054e7ec72 +%global github_commit a6e0510cc793912b451fd40ab983a1d28f611c15 %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.5.0 +Version: 3.5.1 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 8 2023 Remi Collet <remi@remirepo.net> - 3.5.1-1 +- update to 3.5.1 + * Tue Jan 3 2023 Remi Collet <remi@remirepo.net> - 3.5.0-1 - update to 3.5.0 |