diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-12 08:58:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-12 08:58:46 +0100 |
commit | bbf9f48f76efe3b885dd7815b7342affcbbf1323 (patch) | |
tree | 88566c43ff461f79b30e5e01e4b267e6384c15da | |
parent | 2f2a78d97f955e9693622a9242c3bb9d0db8b739 (diff) |
v2.12.5
-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 7f73547..0fd5902 100644 --- a/php-twig2.spec +++ b/php-twig2.spec @@ -13,7 +13,7 @@ %global with_tests 0%{!?_without_tests:1} %global github_owner twigphp %global github_name Twig -%global github_commit 97b6311585cae66a26833b14b33785f5797f7d39 +%global github_commit 18772e0190734944277ee97a02a9a6c6555fcd94 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor twig @@ -24,7 +24,7 @@ %global phpdir %{_datadir}/php Name: php-%{composer_project}2 -Version: 2.12.3 +Version: 2.12.5 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Wed Feb 12 2020 Remi Collet <remi@remirepo.net> - 2.12.5-1 +- update to 2.12.5 + * Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 2.12.3-1 - update to 2.12.3 |