From f20ae8ef89028f9b118cad4b25b341ce5d3ce5d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Mar 2021 06:51:12 +0100 Subject: update to 1.13.0 --- php-phpspec-prophecy.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index 24dec2b..3df1802 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -1,25 +1,20 @@ # remirepo/fedora spec file for php-phpspec-prophecy # -# Copyright (c) 2015-2019 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global bootstrap 0 -%global gh_commit 245710e971a030f42e08f4912863805570f23d39 +%global gh_commit be1996ed8adc35c3fd795488a653f4b518be70ea %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy -%if %{bootstrap} -# no test because of circular dependency with phpspec -%bcond_with tests -%else + %bcond_without tests -%endif Name: php-phpspec-prophecy -Version: 1.12.2 +Version: 1.13.0 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -175,6 +170,9 @@ exit $ret %changelog +* Thu Mar 18 2021 Remi Collet - 1.13.0-1 +- update to 1.13.0 + * Mon Dec 21 2020 Remi Collet - 1.12.2-1 - update to 1.12.2 - switch to phpunit9 -- cgit