summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-19 09:32:55 +0200
committerRemi Collet <remi@php.net>2023-09-19 09:32:55 +0200
commita10336d779c10282cc5195c5d1554b9d3956b1cb (patch)
tree3e5d4dde20dffec29a99a2bf4b51e84158df7747 /phpunit9.spec
parenta19e3018e9ef8d4332af045fc3cff13b205aee52 (diff)
update to 9.6.13
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index 310f225..0dc7c79 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -12,7 +12,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit a122c2ebd469b751d774aa0f613dc0d67697653f
+%global gh_commit f3d767f7f9e191eab4189abe41ab37797e30b1be
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -26,7 +26,7 @@
%global ver_major 9
%global ver_minor 6
-%global upstream_version 9.6.12
+%global upstream_version 9.6.13
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -309,6 +309,9 @@ exit $ret
%changelog
+* Tue Sep 19 2023 Remi Collet <remi@remirepo.net> - 9.6.13-1
+- update to 9.6.13
+
* Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 9.6.12-1
- update to 9.6.12
- raise dependency on phpunit/php-code-coverage 9.2.28