From 9fa5751d344e641bc7c6d3a162942542f608a2fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jan 2016 13:38:55 +0100 Subject: php-nette-di: 2.3.8 --- php-nette-di.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-nette-di.spec b/php-nette-di.spec index 30606ae..1041b05 100644 --- a/php-nette-di.spec +++ b/php-nette-di.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7595c0bc17125b6ac3bb8f857b7c9b1be743c762 +%global gh_commit d8778100be121937b6e9fba6eadff5691744d727 #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.3.7 +Version: 2.3.8 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Dependency Injection Component @@ -146,6 +146,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 20 2016 Remi Collet - 2.3.8-1 +- update to 2.3.8 + * Thu Dec 3 2015 Remi Collet - 2.3.7-1 - update to 2.3.7 - run test suite with both php 5 and 7 when available -- cgit