diff options
| -rw-r--r-- | phpunit7.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index ccc295d..a55dcc4 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    b9278591caa8630127f96c63b598712b699e671c +%global gh_commit    2834789aeb9ac182ad69bfdf9ae91856a59945ff  #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    7  %global ver_minor    5 -%global ver_patch    13 +%global ver_patch    14  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -267,6 +267,7 @@ exit $ret  %files +# remirepo:1  %{!?_licensedir:%global license %%doc}  %license LICENSE  %doc README.md ChangeLog-%{ver_major}.%{ver_minor}.md @@ -276,6 +277,9 @@ exit $ret  %changelog +* Mon Jul 15 2019 Remi Collet <remi@remirepo.net> - 7.5.14-1 +- update to 7.5.14 +  * Wed Jun 19 2019 Remi Collet <remi@remirepo.net> - 7.5.13-1  - update to 7.5.13  | 
