summaryrefslogtreecommitdiffstats
path: root/phpunit9.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-19 09:36:10 +0100
committerRemi Collet <remi@php.net>2024-01-19 09:36:10 +0100
commit7e49a53b53a42378eaaa2a45a5d14a8cc39e52fa (patch)
treeeb36fa6d494277e1ffea1068cd6fb6f2da062f0a /phpunit9.spec
parente65f2eb91fb9eabb6af05343f949347793614bc5 (diff)
update to 9.6.16
Diffstat (limited to 'phpunit9.spec')
-rw-r--r--phpunit9.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit9.spec b/phpunit9.spec
index dcc30ac..13a4767 100644
--- a/phpunit9.spec
+++ b/phpunit9.spec
@@ -12,8 +12,8 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 05017b80304e0eb3f31d90194a563fd53a6021f1
-#global gh_date 20150927
+%global gh_commit 3767b2c56ce02d01e3491046f33466a1ae60a37f
+%global gh_date 2024-01-19
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -26,12 +26,12 @@
%global ver_major 9
%global ver_minor 6
-%global upstream_version 9.6.15
+%global upstream_version 9.6.16
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD-3-Clause
@@ -315,6 +315,9 @@ exit $ret
%changelog
+* Fri Jan 19 2024 Remi Collet <remi@remirepo.net> - 9.6.16-1
+- update to 9.6.16
+
* Fri Dec 22 2023 Remi Collet <remi@remirepo.net> - 9.6.15-2
- fix possible autoloader issue with phpspec/prophecy