diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-08 10:10:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-08 10:10:18 +0200 |
commit | d70e51411656fe3ea2e62e4fc72273a0288044a9 (patch) | |
tree | eff3c7222ed2a3df102524ed106acd1adc6678d6 | |
parent | e564c518b629008244462df7e4cfd119adc39b1c (diff) |
v8.4.1
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index c69f0d0..215ef10 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 57e5e77b62086033528ee1f4063ae03035f57894 +%global gh_commit 366a4a0f2b971fd43b7c351d621e8dd7d7131869 #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 4 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -280,6 +280,9 @@ exit $ret %changelog +* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 8.4.1-1 +- update to 8.4.1 + * Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 8.4.0-1 - update to 8.4.0 |