diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-03 14:25:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-03 14:25:30 +0100 |
commit | 70d9c7875796b95cb6d73aa3b4b9bccef4216b0c (patch) | |
tree | cc2c019100e7ec092f9805a5b2f9348c119cb931 | |
parent | 539497fc08fd301b897949251391687d6fadaf76 (diff) |
update to 3.3.5
-rw-r--r-- | php-twig3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-twig3.spec b/php-twig3.spec index e54facc..ef113d3 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-twig3 # -# Copyright (c) 2014-2021 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2014-2022 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 65cb6f0b956485e1664f13d023c55298a4bb59ca +%global github_commit a0f614a192829a4e7c597491ab0c4d276621af8a %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.4 +Version: 3.3.5 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -164,6 +164,9 @@ exit $RETURN_CODE %changelog +* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 3.3.5-1 +- update to 3.3.5 + * Thu Nov 25 2021 Remi Collet <remi@remirepo.net> - 3.3.4-1 - update to 3.3.4 (no change) |