diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-06 10:28:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-06 10:28:08 +0200 |
commit | abe792cfcb871f080c7ed3649322a7af64ba7969 (patch) | |
tree | ef2ed9421af54e2b9347159456e486f273fb82ad | |
parent | 60214f6f44233daef0679f60bddbaf65fcc852e6 (diff) |
update to 3.3.10
-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 3d2e1f8..79976af 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 6ff9b0e440fa66f97f207e181c41340ddfa5683d +%global github_commit 8442df056c51b706793adf80a9fd363406dd3674 %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.9 +Version: 3.3.10 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Wed Apr 6 2022 Remi Collet <remi@remirepo.net> - 3.3.10-1 +- update to 3.3.10 + * Mon Mar 28 2022 Remi Collet <remi@remirepo.net> - 3.3.9-1 - update to 3.3.9 |