diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-05 06:52:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-05 06:52:19 +0200 |
commit | 83f30f5c0aada3a6ac4dc6aa15b79c62841ec446 (patch) | |
tree | 1aeefe31d121f2513b3bf5ee2963f00f25ef61cb | |
parent | bfd5d4daedf15047df61200fa1fd45db9883e7d6 (diff) |
v1.7.2
-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 40b1f1c..620f8af 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 15ea9ac619e37009edcda64089e3fa4cc88aa659 +%global gh_commit c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6 %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.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: Highly opinionated mocking framework for PHP @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Sep 5 2017 Remi Collet <remi@remirepo.net> - 1.7.2-1 +- Update to 1.7.2 + * Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 1.7.1-1 - Update to 1.7.1 - use git snapshot for sources |