summaryrefslogtreecommitdiffstats
path: root/phpunit8.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-28 13:54:35 +0100
committerRemi Collet <remi@php.net>2023-02-28 13:54:35 +0100
commit45182e27f486607735d502952c62b88724ffbf61 (patch)
treef1c46af9e4853c9bf4f696e7251e78c8e43068fc /phpunit8.spec
parentbfde5364869c4aad6331272c6a3502b30264c49d (diff)
update to 8.5.33
Diffstat (limited to 'phpunit8.spec')
-rw-r--r--phpunit8.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec
index 61db3f7..5cc039f 100644
--- a/phpunit8.spec
+++ b/phpunit8.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 375686930d05c9fd7d20f6e5fc38121e8d7a9d55
+%global gh_commit 7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -25,12 +25,12 @@
%global ver_major 8
%global ver_minor 5
-%global upstream_version 8.5.32
+%global upstream_version 8.5.33
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD-3-Clause
@@ -155,6 +155,9 @@ Requires: (php-composer(sebastian/version) >= 2.0.1 with php-c
Requires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3)
Suggests: php-soap
Suggests: php-xdebug
+# recommends latest versions
+Recommends: phpunit9
+Recommends: phpunit10
# remirepo:21
%else
Requires: php-doctrine-instantiator >= 1.3.1
@@ -282,6 +285,9 @@ exit $ret
%changelog
+* Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 8.5.33-1
+- update to 8.5.33
+
* Sat Feb 4 2023 Remi Collet <remi@remirepo.net> - 8.5.32-2
- adapt launcher for phpunit10