diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-13 14:00:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-13 14:00:31 +0200 |
commit | b5992fe44144871f99bda2e7d4c74d0231a536e4 (patch) | |
tree | 70324af2c0202c6e21a176fc2244cede543ade2c | |
parent | c2deca8b08a26f190aca0b79ed421b102dd0ad02 (diff) |
php-phpspec-prophecy: 1.5.0 (for PHP 7)
-rw-r--r-- | php-phpspec-prophecy.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index b186684..a4548f5 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 3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373 +%global gh_commit 4745ded9307786b730d7a60df5cb5a6c43cf95f7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project prophecy @@ -19,8 +19,8 @@ %endif Name: php-phpspec-prophecy -Version: 1.4.1 -Release: 4%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP Group: Development/Libraries @@ -110,6 +110,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 1.5.0-1 +- update to 1.5.0 + * Mon Jun 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-4 - use symfony/class-loader - enable test suite |