diff options
-rw-r--r-- | php-mockery.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-mockery.spec b/php-mockery.spec index f917a3b..67fbabf 100644 --- a/php-mockery.spec +++ b/php-mockery.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit d1339f64479af1bee0e82a0413813fe5345a54ea +%global gh_commit e01123a0e847d52d186c5eb4b9bf58b0c6d00346 %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.3 +Version: 1.4.4 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; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then if [ $($cmd -r 'echo PHP_MAJOR_VERSION;') -lt 8 ] then @@ -155,6 +155,9 @@ exit $ret %changelog +* Tue Sep 14 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1 +- update to 1.4.4 + * Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 1.4.3-1 - update to 1.4.3 |