diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-31 11:42:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-31 11:42:42 +0200 | 
| commit | 089bf79d2200a858d3cb6de7fb16d344d4898c7e (patch) | |
| tree | fc3e5c2f50abe77d4ec7dc85e25382d5ce03a259 | |
| parent | cdc27edd2c3532a919d23332aab72c239ada59a1 (diff) | |
v8.5.3
| -rw-r--r-- | phpunit8.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 271c64b..e1a30af 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    018b6ac3c8ab20916db85fa91bf6465acb64d1e0 +%global gh_commit    67750516bc02f300e2742fed2f50177f8f37bedf  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_vendor    sebastianbergmann @@ -24,8 +24,8 @@  %global php_home     %{_datadir}/php  %global ver_major    8  %global ver_minor    5 -%global ver_patch    2 -%global specrel      2 +%global ver_patch    3 +%global specrel      1  Name:           %{pk_project}%{ver_major}  Version:        %{ver_major}.%{ver_minor}.%{ver_patch} @@ -287,6 +287,9 @@ exit $ret  %changelog +* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 8.5.3-1 +- update to 8.5.3 +  * Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 8.5.2-2  - load phpunit-selenium autoloader if present  - own /usr/share/php/PHPUnit8/Extensions  | 
