From 83f30f5c0aada3a6ac4dc6aa15b79c62841ec446 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Sep 2017 06:52:19 +0200 Subject: v1.7.2 --- php-phpspec-prophecy.spec | 7 +++++-- 1 file 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 - 1.7.2-1 +- Update to 1.7.2 + * Mon Sep 4 2017 Remi Collet - 1.7.1-1 - Update to 1.7.1 - use git snapshot for sources -- cgit