diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-07 07:50:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-07 07:50:21 +0100 |
commit | 994f5d34407a0b116eaf60e9bbd03b118f2ea909 (patch) | |
tree | d3651c6884983e848f2fbb2396b77a7d327bc8e2 | |
parent | 51022a72ee308cdb8425599d18fa8b6df04fb729 (diff) |
v7.5.19
-rw-r--r-- | phpunit7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index 941964d..c11a8fc 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit7 # -# Copyright (c) 2010-2019 Remi Collet +# Copyright (c) 2010-2020 Remi Collet # # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit fcf6c4bfafaadc07785528b06385cce88935474d +%global gh_commit 4263f76a3fc65385e242ef7357b99f3bed36707e #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 18 +%global ver_patch 19 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -279,6 +279,9 @@ exit $ret %changelog +* Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 7.5.19-1 +- update to 7.5.19 + * Fri Dec 6 2019 Remi Collet <remi@remirepo.net> - 7.5.18-1 - update to 7.5.18 |