summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit10.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 238d001..165c61f 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"sort-packages": true
},
"suggest": {
- "ext-soap": "*"
+ "ext-soap": "To be able to generate mocks based on WSDL files"
},
"bin": [
"phpunit"
diff --git a/phpunit10.spec b/phpunit10.spec
index ed0f684..9b3b4e3 100644
--- a/phpunit10.spec
+++ b/phpunit10.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 7065dbebcb0f66cf16a45fc9cfc28c2351e06169
+%global gh_commit 9b0c2245ef173a3d9546f6a4393a85d60eabe071
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -25,7 +25,7 @@
%global ver_major 10
%global ver_minor 0
-%global upstream_version 10.0.14
+%global upstream_version 10.0.15
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -293,6 +293,9 @@ exit $ret
%changelog
+* Thu Mar 9 2023 Remi Collet <remi@remirepo.net> - 10.0.15-1
+- update to 10.0.15
+
* Thu Mar 2 2023 Remi Collet <remi@remirepo.net> - 10.0.14-1
- update to 10.0.14