diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-15 07:35:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-15 07:35:36 +0100 |
commit | 420a34a365b2c984514a7b805a635bd18545f9bd (patch) | |
tree | 415ebafd5be7410646805018a371e83467a9e8f4 /php-phpunit-mock-objects6.spec | |
parent | bdfd077982ea63b939251edba1fc9a550a7b070b (diff) |
v6.0.1
Diffstat (limited to 'php-phpunit-mock-objects6.spec')
-rw-r--r-- | php-phpunit-mock-objects6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-mock-objects6.spec b/php-phpunit-mock-objects6.spec index bbe282f..ec295b6 100644 --- a/php-phpunit-mock-objects6.spec +++ b/php-phpunit-mock-objects6.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Github -%global gh_commit e495e5d3660321b62c294d8c0e954d02d6ce2573 +%global gh_commit e3249dedc2d99259ccae6affbc2684eac37c2e53 #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -163,6 +163,9 @@ exit $ret %changelog +* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 6.0.1-1 +- Update to 6.0.1 + * Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 6.0.0-1 - normal build |