From 95de4d23e876eb52ca915aaa8877870854448f78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2016 06:48:30 +0100 Subject: php-phpspec: 2.5.0 --- php-phpspec.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpspec.spec b/php-phpspec.spec index 2440c3e..8d9ddab 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 5528ce1e93a1efa090c9404aba3395c329b4e6ed +%global gh_commit 385ecb015e97c13818074f1517928b24d4a26067 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec #global prever beta3 Name: php-phpspec -Version: 2.4.1 +Version: 2.5.0 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -169,6 +169,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 21 2016 Remi Collet - 2.5.0-1 +- update to 2.5.0 + * Sat Jan 2 2016 Remi Collet - 2.4.1-1 - update to 2.4.1 @@ -194,4 +197,4 @@ rm -rf %{buildroot} - raise dependency on phpspec/prophecy 1.4 * Tue Feb 17 2015 Remi Collet - 2.1.1-1 -- initial package \ No newline at end of file +- initial package -- cgit