diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-05 15:35:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-05 15:35:40 +0200 |
commit | addc8cf23d1fd0bdfdf9900e9409c9a0b4619c65 (patch) | |
tree | 922b77c0a623d7f93e626f763c560ad689db511c | |
parent | a3891dbd3037eb6226dd3dcf50231dc7af88b6ce (diff) |
v2.11.2
-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 953d7f0..b1dfa9f 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 0418e17113266e84c03ccf758680af8abc4b22dc +%global github_commit 84a463403da1c81afbcedda8f0e788c78bd25a79 %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.11.1 +Version: 2.11.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Wed Jun 5 2019 Remi Collet <remi@remirepo.net> - 2.11.2-1 +- update to 2.11.2 + * Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 2.11.1-1 - update to 2.11.1 |