From 5730235ea96f3b74e23583d9d46995279f56bc73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Feb 2016 17:04:27 +0100 Subject: php-zendframework-zend-mvc: 2.6.3 --- php-zendframework-zend-mvc.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/php-zendframework-zend-mvc.spec b/php-zendframework-zend-mvc.spec index 0a28b42..b645340 100644 --- a/php-zendframework-zend-mvc.spec +++ b/php-zendframework-zend-mvc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9babf3f501f7db532f3293ec39593237f297a7d0 +%global gh_commit a0f21c0261adab4a27bd10964995625b7d4c7f64 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-mvc @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.2 +Version: 2.6.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -191,10 +191,6 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library} %check %if %{with_tests} -# TODO need investigation -rm test/Controller/Plugin/FilePostRedirectGetTest.php -rm test/Service/FormAnnotationBuilderFactoryTest.php - mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.6.3-1 +- update to 2.6.3 + * Tue Feb 23 2016 Remi Collet - 2.6.2-1 - update to 2.6.2 @@ -254,4 +253,4 @@ rm -rf %{buildroot} - version 2.5.2 * Tue Aug 4 2015 Remi Collet - 2.5.1-1 -- initial package \ No newline at end of file +- initial package -- cgit