diff options
| author | Remi Collet <remi@remirepo.net> | 2019-06-19 15:46:48 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-06-19 15:46:48 +0200 | 
| commit | b2edfea5c2bed7ab475fa167e3093654be20d31a (patch) | |
| tree | 2a5d2be9c02204d80266d8bb09fbd891d3c72e3c | |
| parent | b7ae21b0191bd7f8f9318a192940831a7834a05d (diff) | |
v8.2.3
| -rw-r--r-- | phpunit8.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 2816886..402aac5 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    24b6cfcec34c1167ee1d90b7cb22bee324af319f +%global gh_commit    f67ca36860ebca7224d4573f107f79bd8ed0ba03  #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    2 -%global ver_patch    2 +%global ver_patch    3  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -279,6 +279,9 @@ exit $ret  %changelog +* Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 8.2.3-1 +- update to 8.2.3 +  * Sun Jun 16 2019 Remi Collet <remi@remirepo.net> - 8.2.2-1  - update to 8.2.2 (no change)  - raise dependency on phpspec/prophecy 1.8.1  | 
