diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-21 06:48:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-21 06:48:30 +0100 |
commit | 95de4d23e876eb52ca915aaa8877870854448f78 (patch) | |
tree | bee409c0d8bc00a24eb51660ad5fe6af5129ef1c | |
parent | d12c1a322f558030c3ddf902c5b8c00a1ffb5e16 (diff) |
php-phpspec: 2.5.0
-rw-r--r-- | php-phpspec.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 2.5.0-1 +- update to 2.5.0 + * Sat Jan 2 2016 Remi Collet <remi@fedoraproject.org> - 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 <remi@fedoraproject.org> - 2.1.1-1 -- initial package
\ No newline at end of file +- initial package |