diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-04 09:16:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-04 09:16:13 +0100 |
commit | 7740782de43500097fa3ca0d108277660aa4404d (patch) | |
tree | 9e660b9619fe0ff1026bf59176c3354b7c44a379 /phpunit10.spec | |
parent | 97d07a7a9cffed46cc106b3699ef7163d1fe2fc5 (diff) |
update to 10.0.2
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index c5c99dd..dc92b2c 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e2aa0bba46b3d913be20921e88e5a6f9d5cfc9b5 +%global gh_commit 4f49a8f379b9730d27d6c4f2b271c222b8e22476 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 10 %global ver_minor 0 -%global upstream_version 10.0.1 +%global upstream_version 10.0.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -291,6 +291,9 @@ exit $ret %changelog +* Sat Feb 4 2023 Remi Collet <remi@remirepo.net> - 10.0.2-1 +- update to 10.0.2 + * Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 10.0.1-1 - update to 10.0.1 |