diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-13 09:21:07 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-13 09:21:07 +0100 |
commit | 8215ad9e9ddf7e5f749aca1ad9faa2f4486a3ffa (patch) | |
tree | b6e733aa7ffaea8b526b9579e20ac3d2e414883f | |
parent | 3ec3fa0c18cb6a8f66f5e4a47db55b250b614cfb (diff) |
v0.9.11
-rw-r--r-- | php-deepend-Mockery.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-deepend-Mockery.spec b/php-deepend-Mockery.spec index f036c69..7a7045b 100644 --- a/php-deepend-Mockery.spec +++ b/php-deepend-Mockery.spec @@ -7,18 +7,17 @@ # # Please preserve changelog entries # -%global gh_commit 4876fc0c7d9e5da49712554a35c94d84ed1e9ee5 +%global gh_commit be9bf28d8e57d67883cba9fcadfcff8caab667f8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner padraic %global gh_project mockery %global with_tests 0%{!?_without_tests:1} Name: php-deepend-Mockery -Version: 0.9.10 +Version: 0.9.11 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework -Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz @@ -130,6 +129,9 @@ fi %changelog +* Wed Feb 13 2019 Remi Collet <remi@remirepo.net> - 0.9.11-1 +- update to 0.9.11 + * Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 0.9.10-1 - update to 0.9.10 |