diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-05 15:34:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-05 15:34:38 +0200 |
commit | e9ad8f254731fba367e330748cbc433ab21f47ee (patch) | |
tree | bbd1fd5921abea9c75e9eca1d5f2161e2d6b7d30 | |
parent | 5ec0d0f78cbed690685c043fc57a61d46488ff0f (diff) |
v9.2.1
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index ab2a59e..51b1532 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 156770a4069dba439b26fc16be82e2287d22240e +%global gh_commit 3b50c1ad9dd021062c76f678f59fa38b6bd09b15 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.2.0 +Version: 9.2.1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 9.2.1-1 +- update to 9.2.1 + * Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 9.2.0-1 - update to 9.2.0 - raise dependency on phpunit/php-timer 4.0 |