diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-04 09:41:48 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-04 09:41:48 +0100 |
commit | 889c9b0452e1004a971f5fa85ebe51db22e60abe (patch) | |
tree | 474352d678385030c840eefa9ffff85362f56b0e | |
parent | 4e2c2fd402a58748ecb47e50cb2b699198612dfe (diff) |
update to 2.14.11
-rw-r--r-- | php-twig2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig2.spec b/php-twig2.spec index 11c08de..8d03a33 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -14,7 +14,7 @@ %global github_owner twigphp %global github_name Twig -%global github_commit 95fb194cd4dd6ac373a27af2bde2bad5d3f27aba +%global github_commit 66baa66f29ee30e487e05f1679903e36eb01d727 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -25,7 +25,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.14.10 +Version: 2.14.11 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -182,6 +182,9 @@ exit $RETURN_CODE %changelog +* Fri Feb 4 2022 Remi Collet <remi@remirepo.net> - 2.14.11-1 +- update to 2.14.11 + * Tue Jan 4 2022 Remi Collet <remi@remirepo.net> - 2.14.10-1 - update to 2.14.10 |