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 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 | 
