summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-laminas-i18n.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec
index 414723f..244c8c8 100644
--- a/php-laminas-i18n.spec
+++ b/php-laminas-i18n.spec
@@ -1,6 +1,6 @@
# remirepo/Fedora spec file for php-laminas-i18n
#
-# Copyright (c) 2015-2020 Remi Collet
+# Copyright (c) 2015-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -8,7 +8,7 @@
#
# When buid without config, filter, validator an view
%global bootstrap 0
-%global gh_commit 85678f444b6dcb48e8a04591779e11c24e5bb901
+%global gh_commit 5e85a8facc5534e856cc7f5b4326533eede84b8a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-i18n
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.11.0
+Version: 2.11.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -220,9 +220,6 @@ for cmdarg in "php %{phpunit}" php73 php74 php80; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} \
-%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
- --filter '^((?!(testSettersProvideDefaults|testBasic)).)*$' \
-%endif
--verbose || ret=1
fi
done
@@ -243,9 +240,13 @@ exit $ret
%changelog
+* Thu Apr 8 2021 Remi Collet <remi@remirepo.net> - 2.11.1-1
+- update to 2.11.1 (no change)
+
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 2.11.0-1
- update to 2.11.0
- raise dependency on PHP 7.3
+- switch to phpunit9
* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.10.3-1
- update to 2.10.3 (no change)