diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-25 07:18:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-25 07:18:58 +0100 |
commit | e9958e8274b6acc087eca10a9d39bb60a5fce959 (patch) | |
tree | cdb5b459cb1752b1bf474fdcbecaf9120b155551 | |
parent | 7bec6b2b308ce21f7687fed85b31c9c65316d7d5 (diff) |
v2.7.4
-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 af9ed47..c6ac804 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 52b9a5bd41c8c53a1d784f90ca25e33bf558a6b3 +%global github_commit ed9c49220e09bfaeb1ba4d48077c08a7b09908dd %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.3 +Version: 2.7.4 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -177,6 +177,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 2.7.4-1 +- update to 2.7.4 + * Fri Mar 22 2019 Remi Collet <remi@remirepo.net> - 2.7.3-1 - update to 2.7.3 |