diff options
-rw-r--r-- | php-mockery.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-mockery.spec b/php-mockery.spec index 67fbabf..bdf40a3 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit e01123a0e847d52d186c5eb4b9bf58b0c6d00346 +%global gh_commit e92dcc83d5a51851baf5f5591d32cb2b16e3684e %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.4.4 +Version: 1.5.1 Release: 1%{?dist} Summary: Mockery is a simple but flexible PHP mock object framework @@ -118,7 +118,7 @@ phpab --output tests/classmap.php --exclude */SemiReservedWordsAsMethods.php tes : Run upstream test suite ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then if [ $($cmd -r 'echo PHP_MAJOR_VERSION;') -lt 8 ] then @@ -155,6 +155,12 @@ exit $ret %changelog +* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- update to 1.5.1 + +* Fri Jan 21 2022 Remi Collet <remi@remirepo.net> - 1.5.0-1 +- update to 1.5.0 + * Tue Sep 14 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1 - update to 1.4.4 |