summaryrefslogtreecommitdiffstats
path: root/php-mockery.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-mockery.spec')
-rw-r--r--php-mockery.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-mockery.spec b/php-mockery.spec
index 6df64bd..f917a3b 100644
--- a/php-mockery.spec
+++ b/php-mockery.spec
@@ -9,7 +9,7 @@
#
%bcond_without tests
-%global gh_commit 20cab678faed06fac225193be281ea0fddb43b93
+%global gh_commit d1339f64479af1bee0e82a0413813fe5345a54ea
%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.4.2
+Version: 1.4.3
Release: 1%{?dist}
Summary: Mockery is a simple but flexible PHP mock object framework
@@ -155,6 +155,9 @@ exit $ret
%changelog
+* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 1.4.3-1
+- update to 1.4.3
+
* Mon Oct 12 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1
- update to 1.4.2
- raise dependency on PHP 7.3