summaryrefslogtreecommitdiffstats
path: root/php-mockery.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-20 09:36:50 +0100
committerRemi Collet <remi@php.net>2024-03-20 09:36:50 +0100
commitf79212356315aae8bd11a6993b12889048141c97 (patch)
treef85cf7afa4c82c8e66a2af9343ee617b007ff897 /php-mockery.spec
parentc85255892751a9eb5910e2d7d235d65081c27a36 (diff)
update to 1.6.10
Diffstat (limited to 'php-mockery.spec')
-rw-r--r--php-mockery.spec13
1 files changed, 8 insertions, 5 deletions
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 <remi@remirepo.net> - 1.6.10-1
+- update to 1.6.10
+
* Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 1.6.9-1
- update to 1.6.9 (revert to 1.6.7 code)