diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-13 08:02:02 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-13 08:02:02 +0100 |
commit | a816aa8f803b6b76c6f8abdabcbd88136ffe3e8a (patch) | |
tree | 2564688fc5b56ef556168b982e8cfda28ad5a2e3 | |
parent | 733b444c91904264576e7c81fab6632e73f113d2 (diff) |
v2.7.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 4b609ca..76ca498 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 57bd838bb7a9368ecf8b19bbe9788090502d1615 +%global github_commit 70c59531da43afe598c66135e39cac39475a2f51 %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.7.0 +Version: 2.7.2 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Wed Mar 13 2019 Remi Collet <remi@remirepo.net> - 2.7.2-1 +- update to 2.7.2 + * Tue Mar 12 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 |