From 72dbb3fb4885c87b142faff6ffd1dee89ba422c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Dec 2021 14:25:40 +0100 Subject: update to 1.15.0 --- php-phpspec-prophecy.spec | 9 ++++++--- 1 file 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 - 1.15.0-1 +- update to 1.15.0 + * Fri Sep 10 2021 Remi Collet - 1.14.0-1 - update to 1.14.0 -- cgit