From bbfa75b764a28026fb982c7aeccf88ec03434011 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 07:13:37 +0200 Subject: v2.4.9 --- php-nette-application.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-nette-application.spec') diff --git a/php-nette-application.spec b/php-nette-application.spec index bc95827..0d5fbe6 100644 --- a/php-nette-application.spec +++ b/php-nette-application.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8f8f1071162c1bef8b0bc53ed7b435d342b81308 +%global gh_commit f69175cbe5cb9ea3db51dab01b6f0574dc6c94d5 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.8 +Version: 2.4.9 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Application MVC Component @@ -180,6 +180,9 @@ exit $ret %changelog +* Wed Aug 30 2017 Remi Collet - 2.4.9-1 +- Update to 2.4.9 + * Sun Aug 6 2017 Remi Collet - 2.4.8-1 - Update to 2.4.8 -- cgit