summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-20 08:04:58 +0200
committerRemi Collet <remi@remirepo.net>2020-04-20 08:04:58 +0200
commit2ffce53c2dbf56c7a392d293b5cd3a92cfe902dc (patch)
treeeafffc8486666cbb38b623a15986a4d43c1e1408
parent6f1d9e59b57b768900aa51fe051b4a581b1fe6d2 (diff)
v2.2.2
-rw-r--r--php-mock2.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-mock2.spec b/php-mock2.spec
index 5c6e16f..94744f8 100644
--- a/php-mock2.spec
+++ b/php-mock2.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 8ca7205ad5e73fbbffa9bde9f6bc90daf5e49702
+%global gh_commit 890d3e32e3a5f29715a8fd17debd87a0c9e614a0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php-mock
%global gh_project php-mock
@@ -14,7 +14,7 @@
%global major 2
Name: php-mock%{major}
-Version: 2.2.1
+Version: 2.2.2
Release: 1%{?dist}
Summary: PHP-Mock can mock built-in PHP functions
@@ -126,6 +126,7 @@ cp -pr rpm/tests %{buildroot}%{_datadir}/tests
%check
%if %{with_tests}
ret=0
+# TODO php 8: Tests: 164, Assertions: 237, Failures: 4.
for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" "php73 %{_bindir}/phpunit8" "php74 %{_bindir}/phpunit9"; do
if which $cmdarg; then
set $cmdarg
@@ -149,6 +150,9 @@ exit $ret
%changelog
+* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 2.2.2-1
+- update to 2.2.2
+
* Mon Feb 10 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1
- update to 2.2.1
- allow phpunit9 and phpunit/php-text-template v2