summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-01 09:52:29 +0100
committerRemi Collet <remi@php.net>2023-12-01 09:52:29 +0100
commit911d8ac7be19252c215d04b189771a33ded0d1d1 (patch)
tree9e818a8ce85da73080bd30f5393f87fe41e48922
parent6ead7c6141df413493abc92f6def6cd6b337af25 (diff)
update to 10.5.0
-rw-r--r--composer.json2
-rw-r--r--phpunit10.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index bce9e30..4f81fae 100644
--- a/composer.json
+++ b/composer.json
@@ -84,7 +84,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "10.4-dev"
+ "dev-main": "10.5-dev"
}
}
}
diff --git a/phpunit10.spec b/phpunit10.spec
index 692357c..fed5eb0 100644
--- a/phpunit10.spec
+++ b/phpunit10.spec
@@ -14,7 +14,7 @@
%bcond_without tests
-%global gh_commit cacd8b9dd224efa8eb28beb69004126c7ca1a1a1
+%global gh_commit 80cab181aebc2efac422940443e28db556137637
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -26,9 +26,9 @@
%global ns_vendor PHPUnit10
%global php_home %{_datadir}/php
%global ver_major 10
-%global ver_minor 4
+%global ver_minor 5
-%global upstream_version 10.4.2
+%global upstream_version 10.5.0
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -306,6 +306,9 @@ exit $ret
%changelog
+* Fri Dec 1 2023 Remi Collet <remi@remirepo.net> - 10.5.0-1
+- update to 10.5.0
+
* Thu Oct 26 2023 Remi Collet <remi@remirepo.net> - 10.4.2-1
- update to 10.4.2