diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-15 10:16:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-15 10:16:56 +0200 |
commit | 2afb823dc1dd18332fd8c0ba06410f747ecfbe34 (patch) | |
tree | 5cc6ddc9b2531d12367dab9d12b9aeb010ae98c4 | |
parent | 59d7407052a9a121174e4a38c88eb41efb26a2ca (diff) |
v7.5.14
-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 |