diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-24 18:53:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-24 18:53:03 +0200 |
commit | 6537f9312e6e5ef32e071028026e28ce4485549a (patch) | |
tree | 3b614f50f1fa3bee606ca7baf53847b022f1356e | |
parent | 9245b86a9b034ddc98a6d0342c661be213a1b9b1 (diff) |
v6.3.1
-rw-r--r-- | phpunit6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index 01918a5..d0b30b0 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9501bab711403a1ab5b8378a8adb4ec3db3debdb +%global gh_commit c0ff817b36a827e64bf5f57bc72278150cf30a77 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,8 +20,8 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 3 -%global ver_patch 0 -%global specrel 2 +%global ver_patch 1 +%global specrel 1 Name: %{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -264,6 +264,9 @@ exit $ret %changelog +* Sun Sep 24 2017 Remi Collet <remi@remirepo.net> - 6.3.1-1 +- Update to 6.3.1 + * Mon Aug 21 2017 Remi Collet <remi@remirepo.net> - 6.3.0-2 - add optional dependency on php-phpunit-selenium |