From f79212356315aae8bd11a6993b12889048141c97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Mar 2024 09:36:50 +0100 Subject: update to 1.6.10 --- php-mockery.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-mockery.spec') diff --git a/php-mockery.spec b/php-mockery.spec index 4207fa0..2d90d48 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit 0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06 +%global gh_commit 47065d1be1fa05def58dc14c03cf831d3884ef0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner mockery %global gh_project mockery @@ -17,7 +17,7 @@ %global major 1 Name: php-mockery -Version: 1.6.9 +Version: 1.6.10 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework @@ -33,10 +33,10 @@ BuildArch: noarch %if %{with tests} BuildRequires: php(language) >= 7.3 # From composer.json, "require-dev": { -# "phpunit/phpunit": "^8.5 || ^9.6.10", -# "symplify/easy-coding-standard": "^12.0.8" +# "phpunit/phpunit": "^8.5 || ^9.6.17", +# "symplify/easy-coding-standard": "^12.1.4" %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.6.10 +BuildRequires: phpunit9 >= 9.6.17 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(hamcrest/hamcrest-php) >= 2.0.1 with php-composer(hamcrest/hamcrest-php) < 3) @@ -141,6 +141,9 @@ exit $ret %changelog +* Wed Mar 20 2024 Remi Collet - 1.6.10-1 +- update to 1.6.10 + * Wed Mar 13 2024 Remi Collet - 1.6.9-1 - update to 1.6.9 (revert to 1.6.7 code) -- cgit