From 48560102be7cdb92d49a3b9c5d983dcef78c4e2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Feb 2016 07:22:34 +0100 Subject: php-latte: 2.3.10 --- php-latte.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-latte.spec b/php-latte.spec index 543ea22..5c16c00 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 86ec0a1f70785d2b3a975958ba9ced4f4ae8a2e1 +%global gh_commit 84d9f6d2541a7b3ca8f9c79d968c43d94643f0c5 #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.3.9 +Version: 2.3.10 %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 @@ -142,6 +142,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 20 2016 Remi Collet - 2.3.10-1 +- update to 2.3.10 + * Wed Jan 20 2016 Remi Collet - 2.3.9-1 - update to 2.3.9 -- cgit