From 5be552a7f42fbd764c85d29d23f9529be2aa5efe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 May 2024 07:37:16 +0200 Subject: update to 1.6.12 --- php-mockery.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-mockery.spec') diff --git a/php-mockery.spec b/php-mockery.spec index 28db6fc..0884132 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit 81a161d0b135df89951abd52296adf97deb0723d +%global gh_commit 1f4efdd7d3beafe9807b08156dfcb176d18f1699 %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.11 +Version: 1.6.12 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework @@ -141,6 +141,9 @@ exit $ret %changelog +* Thu May 16 2024 Remi Collet - 1.6.12-1 +- update to 1.6.12 + * Fri Mar 22 2024 Remi Collet - 1.6.11-1 - update to 1.6.11 -- cgit