From b93cc3aedf236fda6b2c5fcaebc2e8f29991aa68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Dec 2017 08:17:59 +0100 Subject: v4.2.5 --- php-phpspec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpspec.spec b/php-phpspec.spec index c5220ac..f895bc9 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7e820c663647f113bd58fa97dfa3bcc366e5362e +%global gh_commit 4ca111448e9c666302ea966954665c0ae21ffedf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -19,7 +19,7 @@ %global symfony_max 4 Name: php-phpspec -Version: 4.2.4 +Version: 4.2.5 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -165,6 +165,9 @@ done %changelog +* Thu Dec 7 2017 Remi Collet - 4.2.5-1 +- Update to 4.2.5 + * Mon Nov 27 2017 Remi Collet - 4.2.4-1 - Update to 4.2.4 -- cgit