From 9bc7b92f389fdb41e79b747b860ee62131c58cb8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Mar 2015 17:15:51 +0100 Subject: php-ZendFramework2: 2.3.6 --- php-ZendFramework2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-ZendFramework2.spec b/php-ZendFramework2.spec index 1aec1b5..57228a4 100644 --- a/php-ZendFramework2.spec +++ b/php-ZendFramework2.spec @@ -16,7 +16,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-ZendFramework2 -Version: 2.3.5 +Version: 2.3.6 Release: 1%{?dist} Summary: Zend Framework 2 @@ -26,7 +26,7 @@ URL: http://framework.zend.com Source0: https://packages.zendframework.com/releases/ZendFramework-%{version}/ZendFramework-%{version}.tgz # git clone https://github.com/zendframework/zf2.git ; cf zf2 # OR cd /work/GIT/zf2; git pull -# git checkout release-2.3.5 +# git checkout release-2.3.6 # tar czf ../ZendFramework-tests-2.3.5.tgz tests Source1: ZendFramework-tests-%{version}.tgz @@ -2549,6 +2549,9 @@ exit $RET # ############################################################################## %changelog +* Thu Mar 12 2015 Remi Collet - 2.3.6-1 +- Update to 2.3.6 + * Tue Feb 24 2015 Remi Collet - 2.3.5-1 - Update to 2.3.5 - add patch for icu 54, FTBFS detected by Koschei -- cgit