diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-18 10:48:09 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-18 10:48:09 +0100 | 
| commit | 7c5efb08069dc8c95a70a2f9a06a99316a5d3a6b (patch) | |
| tree | f28484356163dffbee86a8bd76485265fbad6a7a | |
| parent | bec2e4355e6d1f7316d97a82dbbaa594d4338138 (diff) | |
v8.0.4
| -rw-r--r-- | phpunit8.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index de09ca1..26dad49 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    651e95a71ff705faae24d18ef5e4c7c8c5050f9a +%global gh_commit    a7af0201285445c9c73c4bdf869c486e36b41604  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_vendor    sebastianbergmann @@ -24,7 +24,7 @@  %global php_home     %{_datadir}/php  %global ver_major    8  %global ver_minor    0 -%global ver_patch    3 +%global ver_patch    4  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret  %changelog +* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 8.0.4-1 +- update to 8.0.4 +  * Sat Feb 16 2019 Remi Collet <remi@remirepo.net> - 8.0.3-1  - update to 8.0.3  | 
