summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit11.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 4d32a94..3e1d786 100644
--- a/composer.json
+++ b/composer.json
@@ -83,7 +83,7 @@
},
"extra": {
"branch-alias": {
- "dev-main": "11.1-dev"
+ "dev-main": "11.2-dev"
}
}
}
diff --git a/phpunit11.spec b/phpunit11.spec
index 55bce21..03817c8 100644
--- a/phpunit11.spec
+++ b/phpunit11.spec
@@ -20,8 +20,8 @@
%bcond_with defcmd
%endif
-%global gh_commit d475be032238173ca3b0a516f5cc291d174708ae
-%global gh_date 2024-04-24
+%global gh_commit 705eba0190afe04bc057f565ad843267717cf109
+%global gh_date 2024-06-07
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -32,9 +32,9 @@
%global ns_vendor PHPUnit11
%global php_home %{_datadir}/php
%global ver_major 11
-%global ver_minor 1
+%global ver_minor 2
-%global upstream_version 11.1.3
+%global upstream_version 11.2.0
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -314,6 +314,9 @@ exit $ret
%changelog
+* Fri Jun 7 2024 Remi Collet <remi@remirepo.net> - 11.2.0-1
+- update to 11.2.0
+
* Wed Apr 24 2024 Remi Collet <remi@remirepo.net> - 11.1.3-1
- update to 11.1.3