From e25b07828c2dd6ec1e1bbac3301dde061bd73d7c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2015 07:44:36 +0100 Subject: php-nette-bootstrap: 2.3.4 --- php-nette-bootstrap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-nette-bootstrap.spec b/php-nette-bootstrap.spec index 3a9026b..235ae0d 100644 --- a/php-nette-bootstrap.spec +++ b/php-nette-bootstrap.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8e2db45c39a1fa24f88e94c7b2a62ad09e9a306e +%global gh_commit e32964df66f2c5a3a50b229204f583d20c1f6829 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -17,8 +17,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.3.3 -%global specrel 2 +Version: 2.3.4 +%global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Bootstrap @@ -166,6 +166,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 30 2015 Remi Collet - 2.3.4-1 +- update to 2.3.4 + * Fri Oct 30 2015 Remi Collet - 2.3.3-2 - more tests -- cgit