diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-09 07:38:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-09 07:38:33 +0200 |
commit | 23a69d3828e5b9ad55406742b6c6fa2374a0bdfc (patch) | |
tree | 7ade19cfb21b75a5a7fc412c9e2a37b3804f6550 /phpunit7.spec | |
parent | 2f8a8af588c94932e381d654caa782f5c3d1a5bd (diff) |
v7.3.1
Diffstat (limited to 'phpunit7.spec')
-rw-r--r-- | phpunit7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index a8b70bf..01cc26e 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8e878aff7917ef66e702e03d1359b16eee254e2c +%global gh_commit f9b14c17860eccb440a0352a117a81eb754cff5a #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 PHPUnit7 %global php_home %{_datadir}/php %global ver_major 7 -%global ver_minor 2 -%global ver_patch 7 +%global ver_minor 3 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Thu Aug 9 2018 Remi Collet <remi@remirepo.net> - 7.3.1-1 +- update to 7.3.1 + * Mon Jul 16 2018 Remi Collet <remi@remirepo.net> - 7.2.7-1 - update to 7.2.7 - allow phar-io/version 2.0 |