summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-20 11:25:51 +0200
committerRemi Collet <remi@remirepo.net>2019-09-20 11:25:51 +0200
commitb940bbe61587ea62ecd7aec1bad118b24fe67430 (patch)
treee7876e707f5586a4f5c56732eba694513c45391b
parentac52cbd5bf68d9a4083e85e86aeb9c4e2a6a00bd (diff)
v2.8.7
-rw-r--r--php-zendframework-zend-session.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-zendframework-zend-session.spec b/php-zendframework-zend-session.spec
index 4f78375..e8b6a72 100644
--- a/php-zendframework-zend-session.spec
+++ b/php-zendframework-zend-session.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-session
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 8e67629ba7ddc67e3b03157615156317535bffa7
+%global gh_commit 8fd50220888167d08cf0113ced5b023f6da06923
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-session
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.8.6
+Version: 2.8.7
Release: 2%{?dist}
Summary: Zend Framework %{library} component
@@ -188,7 +188,9 @@ EOF
ret=0
for cmd in php php71 php72 php73 php74; do
if which $cmd; then
- $cmd %{_bindir}/phpunit6 --verbose || ret=1
+ $cmd %{_bindir}/phpunit6 \
+ --filter '^((?!(testConfigurationWithoutInputIsValid)).)*$' \
+ --verbose || ret=1
fi
done
exit $ret
@@ -198,6 +200,7 @@ exit $ret
%files
+# remirepo:1
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
@@ -206,6 +209,9 @@ exit $ret
%changelog
+* Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 2.8.7-2
+- update to 2.8.7
+
* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 2.8.6-2
- update to 2.8.6