diff options
Diffstat (limited to 'php-mockery.spec')
-rw-r--r-- | php-mockery.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.6.12-1 +- update to 1.6.12 + * Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 1.6.11-1 - update to 1.6.11 |