diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-28 08:23:59 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-28 08:23:59 +0200 |
commit | 4265283eec86355640cb4ba515ea2092d1596acb (patch) | |
tree | a07fc861213c7418fc62240a03dbe1cf9022c177 | |
parent | b508812c3f9af4e0d0537539eeda0bbc34e5cdf3 (diff) |
update to 9.5.26
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 451e58d..b1c008a 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3e6f90ca7e3d02025b1d147bd8d4a89fd4ca8a1d +%global gh_commit 851867efcbb6a1b992ec515c71cdcf20d895e9d2 #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 9 %global ver_minor 5 -%global upstream_version 9.5.25 +%global upstream_version 9.5.26 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Fri Oct 28 2022 Remi Collet <remi@remirepo.net> - 9.5.26-1 +- update to 9.5.26 + * Sun Sep 25 2022 Remi Collet <remi@remirepo.net> - 9.5.25-1 - update to 9.5.25 - raise dependency on sebastian/comparator 4.0.8 |