diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-11 11:42:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-11 11:42:21 +0200 |
commit | a2225261fcb5ec7de8b5649aad2233c3f68140fe (patch) | |
tree | bfe106daf4e28b060b00962aaa9e85d28aa67c46 | |
parent | 69736a8308111e47f169a817cd4e777daeff6039 (diff) |
v6.1.1
-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 955b4c9..c9836d8 100644 --- a/php-phpunit-mock-objects6.spec +++ b/php-phpunit-mock-objects6.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Github -%global gh_commit 3f5ca97eee66a07951d018f6726017629c85c86d +%global gh_commit 70c740bde8fd9ea9ea295be1cd875dd7b267e157 #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 1 -%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 +* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 6.1.1-1 +- update to 6.1.1 + * Mon Apr 9 2018 Remi Collet <remi@remirepo.net> - 6.1.0-1 - update to 6.1.0 |