diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-08 14:25:40 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-08 14:25:40 +0100 |
commit | 72dbb3fb4885c87b142faff6ffd1dee89ba422c1 (patch) | |
tree | caaec75911730ea6e3496bda9c63e5d7a3738b3d | |
parent | 034859db93bed01e783e2de83648cc7e95e079d7 (diff) |
update to 1.15.0
-rw-r--r-- | php-phpspec-prophecy.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 1c83f6f..961590c 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e +%global gh_commit bbcd7380b0ebf3961ee21409db7b38bc31d69a13 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy @@ -14,7 +14,7 @@ %bcond_without tests Name: php-phpspec-prophecy -Version: 1.14.0 +Version: 1.15.0 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -141,7 +141,7 @@ phpspec --version ret=0 # ignore it_can_not_double_an_enum on all version. Not ready -for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 -d auto_prepend_file=vendor/autoload.php \ @@ -169,6 +169,9 @@ exit $ret %changelog +* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 1.15.0-1 +- update to 1.15.0 + * Fri Sep 10 2021 Remi Collet <remi@remirepo.net> - 1.14.0-1 - update to 1.14.0 |