diff options
-rw-r--r-- | php-latte-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-latte-dev.spec b/php-latte-dev.spec index 803dcc1..747b53b 100644 --- a/php-latte-dev.spec +++ b/php-latte-dev.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 08efb9414d847643848932ef8163d5b66d6d0380 +%global gh_commit 7d30f7bfd58cb017c47d7e14ed93286ce2ca1bc9 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -16,7 +16,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.4.1 +Version: 2.4.2 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Latte: the amazing template engine for PHP @@ -162,6 +162,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 28 2016 Remi Collet <remi@fedoraproject.org> - 2.4.2-1 +- update to 2.4.2 + * Thu Aug 4 2016 Remi Collet <remi@fedoraproject.org> - 2.4.1-1 - update to 2.4.1 |