From 25a289902b37d8a1eb33240c2850331a12c6d11c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Oct 2018 10:30:21 +0200 Subject: v5.0.3 --- php-phpspec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpspec.spec b/php-phpspec.spec index c473cad..81b657e 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit eeb9503bdd0bca26d7d7dcfb87742a9675d3bbcd +%global gh_commit 6c0351a46582be027f3e504c93789427cdd4bcda %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -24,7 +24,7 @@ %global symfony_max 5 Name: php-phpspec -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -184,6 +184,9 @@ done %changelog +* Mon Oct 1 2018 Remi Collet - 5.0.3-1 +- update to 5.0.3 + * Mon Sep 24 2018 Remi Collet - 5.0.2-1 - update to 5.0.2 -- cgit