From 6889e63d4f9671f501621e8aba1d9703b11d91bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 May 2015 17:42:50 +0200 Subject: php-ZendFramework2: 2.3.9 --- php-ZendFramework2.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/php-ZendFramework2.spec b/php-ZendFramework2.spec index 19b23e5..75afde4 100644 --- a/php-ZendFramework2.spec +++ b/php-ZendFramework2.spec @@ -1,5 +1,6 @@ +# remirepo spec file for php-ZendFramework2, from: # -# RPM spec file for php-ZendFramework2 +# Fedora spec file for php-ZendFramework2 # # Copyright (c) 2013-2015 Shawn Iwinski # Remi Collet @@ -16,7 +17,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-ZendFramework2 -Version: 2.3.8 +Version: 2.3.9 Release: 1%{?dist} Summary: Zend Framework 2 @@ -25,9 +26,9 @@ License: BSD 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.7 -# tar czf ../ZendFramework-tests-2.3.7.tgz tests +# OR cd /work/GIT/zf2; git pull; git pull --tags +# git checkout release-2.3.9 +# tar czf ../ZendFramework-tests-2.3.9.tgz tests Source1: ZendFramework-tests-%{version}.tgz # See https://github.com/zendframework/zf2/issues/7219 @@ -2549,6 +2550,9 @@ exit $RET # ############################################################################## %changelog +* Thu May 21 2015 Remi Collet - 2.3.9-1 +- Update to 2.3.9 + * Fri May 8 2015 Remi Collet - 2.3.8-1 - Update to 2.3.8 -- cgit