diff options
-rw-r--r-- | php-phpspec-prophecy.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.10.1-1 +- update to 1.10.1 + * Thu Dec 19 2019 Remi Collet <remi@remirepo.net> - 1.10.0-1 - update to 1.10.0 - raise dependency on sebastian/comparator 1.2.3 |