diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-05 08:32:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-05 08:32:42 +0200 |
commit | 29c38dc84da15c7c3ab50d396d0cab267a91257a (patch) | |
tree | 86c68525568f017102b50b3ef2ddd8ae830645aa /phpunit8.spec | |
parent | 25685bacf47e9526734d5ec7da3b8659acbeb4ae (diff) |
v8.1.0
Diffstat (limited to 'phpunit8.spec')
-rw-r--r-- | phpunit8.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 27e9e86..8604cc4 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 925109f8bbe6dae28fbc7bb07446a53abd3b1c25 +%global gh_commit 37cfab19fdda1554f2830be83a566ade4e2ae098 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,8 +23,8 @@ %global ns_vendor PHPUnit8 %global php_home %{_datadir}/php %global ver_major 8 -%global ver_minor 0 -%global ver_patch 6 +%global ver_minor 1 +%global ver_patch 0 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -271,6 +271,9 @@ exit $ret %changelog +* Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 8.1.0-1 +- update to 8.1.0 + * Wed Mar 27 2019 Remi Collet <remi@remirepo.net> - 8.0.6-1 - update to 8.0.6 |