diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-28 08:21:54 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-28 08:21:54 +0200 |
commit | d3eed1f2eb6f44b9b71f44c7c72c4cde94fa3b0e (patch) | |
tree | 2b0b95446b1bc481fded29dbefa8771ee3bba559 | |
parent | de1acece593ba5d33b3257c2ed0368178e75c16f (diff) |
update to 8.5.31
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 7d2ba86..d43185a 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4fd448df9affda65a5faa58f8b93087d415216ce +%global gh_commit 33c126b09a42de5c99e5e8032b54e8221264a74e #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 8 %global ver_minor 5 -%global upstream_version 8.5.30 +%global upstream_version 8.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -282,6 +282,9 @@ exit $ret %changelog +* Fri Oct 28 2022 Remi Collet <remi@remirepo.net> - 8.5.31-1 +- update to 8.5.31 + * Sun Sep 25 2022 Remi Collet <remi@remirepo.net> - 8.5.30-1 - update to 8.5.30 - raise dependency on sebastian/comparator 3.0.2 |