From 6d218e2f0d1da516b690e3ae55240dada4701233 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jan 2020 10:58:31 +0100 Subject: v1.3.1 --- php-mockery.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-mockery.spec') diff --git a/php-mockery.spec b/php-mockery.spec index 90a5792..cb9c1af 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 5571962a4f733fbb57bede39778f71647fae8e66 +%global gh_commit f69bbde7d7a75d6b2862d9ca8fab1cd28014b4be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mockery %global gh_project mockery @@ -16,7 +16,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-mockery -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework @@ -50,13 +50,11 @@ BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { # "php": ">=5.6.0", # "lib-pcre": ">=7.0", -# "hamcrest/hamcrest-php": "~2.0", -# "sebastian/comparator": "^1.2.4|^3.0" +# "hamcrest/hamcrest-php": "~2.0" Requires: php(language) >= 5.6.0 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(hamcrest/hamcrest-php) >= 2.0 with php-composer(hamcrest/hamcrest-php) < 3) -# Ignore sebastian/comparator which will be loaded by phpunit autoloader # remirepo:3 %else Requires: php-hamcrest2 @@ -142,6 +140,9 @@ exit $ret %changelog +* Fri Jan 3 2020 Remi Collet - 1.3.1-1 +- update to 1.3.1 + * Mon Nov 25 2019 Remi Collet - 1.3.0-1 - update to 1.3.0 - use phpunit8 -- cgit