diff options
Diffstat (limited to 'php-mock-phpunit2.spec')
-rw-r--r-- | php-mock-phpunit2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-mock-phpunit2.spec b/php-mock-phpunit2.spec index 969172b..34a87db 100644 --- a/php-mock-phpunit2.spec +++ b/php-mock-phpunit2.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d49b8c5c6e5e0119b98c250012a68ecb0fac65ab +%global gh_commit 04f78fe83df4855654373188aca8cccf8bf472ce %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.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: Mock built-in PHP functions with PHPUnit. @@ -154,6 +154,9 @@ exit $ret %changelog +* Tue Jun 11 2019 Remi Collet <remi@remirepo.net> - 2.4.0-1 +- update to 2.4.0 + * Mon Apr 8 2019 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 - raise dependency on php-mock2 2.1.1 |