From 5f86da8f95df7e963c896eb96e7bc34713dd45a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jan 2020 10:56:06 +0100 Subject: v1.10.1 --- php-phpspec-prophecy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index ef0f77a..d1960c3 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d638ebbb58daba25a6a0dc7969e1358a0e3c6682 +%global gh_commit cbe1df668b3fe136bcc909126a0f529a78d4cbbc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy @@ -19,7 +19,7 @@ %endif Name: php-phpspec-prophecy -Version: 1.10.0 +Version: 1.10.1 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -139,6 +139,9 @@ exit $ret # not yet packaged %changelog +* Fri Jan 3 2020 Remi Collet - 1.10.1-1 +- update to 1.10.1 + * Thu Dec 19 2019 Remi Collet - 1.10.0-1 - update to 1.10.0 - raise dependency on sebastian/comparator 1.2.3 -- cgit