summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-20 08:19:49 +0200
committerRemi Collet <remi@php.net>2023-08-20 08:19:49 +0200
commit6ddb61199fbab64fabd2ecc5aa7ac6a4a86e8b75 (patch)
tree6bb128b7fc9dc819dc6b050634463771c333b6ab
parent62fb3101e2d6f42612b9615c8425404aeff83e4f (diff)
update to 9.6.11
-rw-r--r--phpunit9.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index ca47966..879ebc7 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -8,10 +8,11 @@
# Please, preserve the changelog entries
#
+# remirepo:2
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit a6d351645c3fe5a30f5e86be6577d946af65a328
+%global gh_commit 810500e92855eba8a7a5319ae913be2da6f957b0
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -25,7 +26,7 @@
%global ver_major 9
%global ver_minor 6
-%global upstream_version 9.6.10
+%global upstream_version 9.6.11
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -289,7 +290,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
ret=0
-for cmd in php php80 php81 php82; do
+for cmd in php php80 php81 php82 php83; do
if which $cmd; then
$cmd ./phpunit $OPT --verbose || ret=1
fi
@@ -308,6 +309,9 @@ exit $ret
%changelog
+* Sun Aug 20 2023 Remi Collet <remi@remirepo.net> - 9.6.11-1
+- update to 9.6.11
+
* Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 9.6.10-1
- update to 9.6.10