diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-28 16:59:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-28 16:59:15 +0100 |
commit | 017464162e290c8d565eef35e192664340207d67 (patch) | |
tree | 5502d45ac3e2c6eda6736f7636b9749909b05531 /phpunit10.spec | |
parent | 8202a8a8b8a09dcca04e91c96d61f87aa8bdfaf0 (diff) |
update to 10.5.38
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 9f26878..252cc98 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit c7cffa0efa2b70c22366523e6d804c9419eb2400 -%global gh_date 2024-10-21 +%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132 +%global gh_date 2024-10-28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.37 +%global upstream_version 10.5.38 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -173,7 +173,7 @@ Documentation: https://phpunit.readthedocs.io/ %setup -q -n %{gh_project}-%{gh_commit} %patch -P0 -p0 -b .rpm -find . -name \*.rpm -delete -print +#find . -name \*.rpm -delete -print %build @@ -274,6 +274,9 @@ exit $ret %changelog +* Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 10.5.38-1 +- update to 10.5.38 + * Mon Oct 21 2024 Remi Collet <remi@remirepo.net> - 10.5.37-1 - update to 10.5.37 - raise dependency on sebastian/comparator 5.0.3 |