summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-session.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-session.spec')
-rw-r--r--php-zendframework-zend-session.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-zendframework-zend-session.spec b/php-zendframework-zend-session.spec
index 04e2706..736ccda 100644
--- a/php-zendframework-zend-session.spec
+++ b/php-zendframework-zend-session.spec
@@ -21,7 +21,7 @@
Name: php-%{gh_owner}-%{gh_project}
Version: 2.7.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Zend Framework %{library} component
Group: Development/Libraries
@@ -144,6 +144,11 @@ Zend\Loader\AutoloaderFactory::factory(array(
))));
require_once '%{php_home}/Zend/autoload.php';
EOF
+
+# ignore failed test with PHP 7.1
+# see https://github.com/zendframework/zend-session/issues/68
+rm test/Config/SessionConfigTest.php
+
# remirepo:16
%if 0%{?rhel} == 5
# sqlite is too old
@@ -184,6 +189,10 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 30 2016 Remi Collet <remi@fedoraproject.org> - 2.7.3-2
+- fix FTBFS, ignore failed test with PHP 7.1
+ open https://github.com/zendframework/zend-session/issues/68
+
* Wed Jul 6 2016 Remi Collet <remi@fedoraproject.org> - 2.7.3-1
- update to 2.7.3