diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-04 10:17:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-04 10:17:22 +0100 |
commit | 302c8111c6bc27e4a149fe0cb8c2d752ff562d16 (patch) | |
tree | ff73cd4f9ca3c37fd00d79aea0a44fdc64bc9c7c | |
parent | ba3c467c104b32c70024a7c1dde84f61f28e9175 (diff) |
update to 2.9.0
-rw-r--r-- | php-mock-phpunit2.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.9.0-1 +- update to 2.9.0 + * Mon Oct 30 2023 Remi Collet <remi@remirepo.net> - 2.8.0-1 - update to 2.8.0 |