diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-12 17:15:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-12 17:15:51 +0100 |
commit | 9bc7b92f389fdb41e79b747b860ee62131c58cb8 (patch) | |
tree | 231bb2e5c27d54cea36f463e482c6849275cb63b | |
parent | 575e3bae17e973e813b1db84782efd4bf4e34df3 (diff) |
php-ZendFramework2: 2.3.6
-rw-r--r-- | php-ZendFramework2.spec | 7 |
1 files 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 <remi@fedoraproject.org> - 2.3.6-1 +- Update to 2.3.6 + * Tue Feb 24 2015 Remi Collet <remi@fedoraproject.org> - 2.3.5-1 - Update to 2.3.5 - add patch for icu 54, FTBFS detected by Koschei |