From 635d0482e80d8d70a90ad788303c020bd429b104 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Aug 2017 09:20:04 +0200 Subject: v2.4.5 --- php-latte.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-latte.spec') diff --git a/php-latte.spec b/php-latte.spec index 15c6484..eceb182 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7d207e620cfc1386fb7ccd8de403d5760f7ca655 +%global gh_commit 8c14fa21390fd2c119924c88bb196dd705dc680f #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.4 +Version: 2.4.5 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Latte: the amazing template engine for PHP @@ -142,6 +142,9 @@ exit $ret %changelog +* Sat Aug 5 2017 Remi Collet - 2.4.5-1 +- Update to 2.4.5 + * Mon May 22 2017 Remi Collet - 2.4.4-1 - Update to 2.4.4 -- cgit