diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-13 13:32:50 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-13 13:32:50 +0100 |
commit | eadf7439b126bfa834faa404d727f65062f288b4 (patch) | |
tree | f27753bd93da0597dd5f6e626cb0218ebb5171c8 | |
parent | bc2a1b6af9a23be9dd741dc65b4bb4f0693d076d (diff) |
v1.2.2
-rw-r--r-- | php-mockery.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-mockery.spec b/php-mockery.spec index 05251a8..de799de 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit dc4f10b6b1148744facb784015e4b339d7feec23 +%global gh_commit 0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mockery %global gh_project mockery @@ -16,11 +16,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-mockery -Version: 1.2.1 +Version: 1.2.2 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}/%{name}-%{version}-%{gh_short}.tar.gz @@ -141,6 +140,9 @@ exit $ret %changelog +* Wed Feb 13 2019 Remi Collet <remi@remirepo.net> - 1.2.2-1 +- update to 1.2.2 + * Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 1.2.1-1 - update to 1.2.1 |