diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-03 10:56:06 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-03 10:56:06 +0100 |
commit | 5f86da8f95df7e963c896eb96e7bc34713dd45a1 (patch) | |
tree | e466a361b15c9c6d0eec47214d42bbf5d7c50029 | |
parent | 4123eddb37d4c32ece79e51ffc323590bc462a8f (diff) |
v1.10.1
-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 |