summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-23 17:04:27 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-23 17:04:27 +0100
commit5730235ea96f3b74e23583d9d46995279f56bc73 (patch)
tree07b0924502d723148e0a528656ac455a18ed07ce
parentb51cd390f8eaeae0ebf16e32a7b9cfc854024464 (diff)
php-zendframework-zend-mvc: 2.6.3
-rw-r--r--php-zendframework-zend-mvc.spec13
1 files 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
<?php
@@ -232,6 +228,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Feb 23 2016 Remi Collet <remi@fedoraproject.org> - 2.6.3-1
+- update to 2.6.3
+
* Tue Feb 23 2016 Remi Collet <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.5.1-1
-- initial package \ No newline at end of file
+- initial package