From eadf7439b126bfa834faa404d727f65062f288b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Feb 2019 13:32:50 +0100 Subject: v1.2.2 --- php-mockery.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-mockery.spec') 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 - 1.2.2-1 +- update to 1.2.2 + * Mon Feb 11 2019 Remi Collet - 1.2.1-1 - update to 1.2.1 -- cgit