From db72f63e3052828f0609f23274e7c49c1b98af12 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2016 15:22:59 +0200 Subject: php-nette-application: 2.3.12 --- php-nette-application.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-nette-application.spec') diff --git a/php-nette-application.spec b/php-nette-application.spec index af3696a..f098f10 100644 --- a/php-nette-application.spec +++ b/php-nette-application.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2dd99fc2711812d4f538d4d3f74a31a4aa695e35 +%global gh_commit bd834c6a97a86d384cb71a9f16d59d78990f61d8 #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.11 +Version: 2.3.12 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Application MVC Component @@ -176,6 +176,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 6 2016 Remi Collet - 2.3.12-1 +- update to 2.3.12 + * Sat Feb 20 2016 Remi Collet - 2.3.11-1 - update to 2.3.11 @@ -191,4 +194,4 @@ rm -rf %{buildroot} - run test suite with both php 5 and 7 when available * Fri Oct 30 2015 Remi Collet - 2.3.7-1 -- initial package \ No newline at end of file +- initial package -- cgit