diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-19 14:48:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-19 14:48:26 +0200 |
commit | 2bca7e4fcc909e7440fedc7ab5c6b540eeba34fe (patch) | |
tree | 9166af58be2cfa3d98e56e4ccff874eb424c95ac /phpunit10.spec | |
parent | d051c9d826225dde8ad04619c8df767d547d67a0 (diff) |
update to 10.5.35
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 5ed4491..0727d80 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 3c69d315bdf79080c8e115b69d1961c6905b0e18 -%global gh_date 2024-09-13 +%global gh_commit 7ac8b4e63f456046dcb4c9787da9382831a1874b +%global gh_date 2024-09-19 %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.34 +%global upstream_version 10.5.35 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Thu Sep 19 2024 Remi Collet <remi@remirepo.net> - 10.5.35-1 +- update to 10.5.35 + * Fri Sep 13 2024 Remi Collet <remi@remirepo.net> - 10.5.34-1 - update to 10.5.34 |