diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-05 08:20:41 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-05 08:20:41 +0100 |
commit | 05bbaa900b03eef5f13ed3e28f9d1445c3cc6a9b (patch) | |
tree | 8bbe51bb911feb801bb497e2986dbd40aea1904d | |
parent | d73f25541ca04e6925c3eed6708de92176a0c71c (diff) |
v2.4.6
-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 104fd63..68f9c69 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 43b23931c606aa6d6a91ca47d9f7570633351a6c +%global github_commit d2117ec118c1ff3d28ccddca8212d82787a4809f %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.4.5 +Version: 2.4.6 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -158,6 +158,9 @@ exit $RETURN_CODE %changelog +* Sun Mar 4 2018 Remi Collet <remi@remirepo.net> - 2.4.6-1 +- Update to 2.4.6 + * Sat Mar 3 2018 Remi Collet <remi@remirepo.net> - 2.4.5-1 - Update to 2.4.5 - use range dependencies on F27+ |