From 5c95856ea5a2a8283498e0b30a1fe6f56ea8f7db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Nov 2017 08:31:31 +0100 Subject: v4.2.1 --- php-phpspec.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpspec.spec b/php-phpspec.spec index a1a3a01..b3606b0 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 30f329cf253e581dac4410d5dbbd8b778b180028 +%global gh_commit 6f0997236f35b7994b8898fba3b5f82f1336fe50 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -19,8 +19,8 @@ %global symfony_max 4 Name: php-phpspec -Version: 4.2.0 -Release: 2%{?dist} +Version: 4.2.1 +Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP Group: Development/Libraries @@ -165,6 +165,9 @@ done %changelog +* Sat Nov 11 2017 Remi Collet - 4.2.1-1 +- Update to 4.2.1 + * Tue Nov 7 2017 Remi Collet - 4.2.0-2 - fix FTBFS from Koschei using symfony package names -- cgit