From 302c8111c6bc27e4a149fe0cb8c2d752ff562d16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Dec 2023 10:17:22 +0100 Subject: update to 2.9.0 --- php-mock-phpunit2.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/php-mock-phpunit2.spec b/php-mock-phpunit2.spec index ac4dfbb..9d560b9 100644 --- a/php-mock-phpunit2.spec +++ b/php-mock-phpunit2.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 56edee85ad3232caa0202f98f2a3c899ab16bdb7 +%global gh_commit 3dabfd474d43da4d1d2fee5260c634457c5da344 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-mock %global gh_project php-mock-phpunit @@ -14,7 +14,7 @@ %global major 2 Name: php-mock-phpunit%{major} -Version: 2.8.0 +Version: 2.9.0 Release: 1%{?dist} Summary: Mock built-in PHP functions with PHPUnit. @@ -40,8 +40,6 @@ BuildRequires: php-mockery >= 1.3.6 %endif BuildRequires: phpunit8 BuildRequires: phpunit9 -# remirepo:6 -# phpunit10 waiting for review %if 0%{?fedora} >= 37 || 0%{?rhel} >= 10 BuildRequires: phpunit10 >= 10.0.17 %else @@ -175,6 +173,9 @@ exit $ret %changelog +* Mon Dec 4 2023 Remi Collet - 2.9.0-1 +- update to 2.9.0 + * Mon Oct 30 2023 Remi Collet - 2.8.0-1 - update to 2.8.0 -- cgit