diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-05 06:53:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-05 06:53:24 +0100 |
commit | 30b581baa55e591a440e4322d7eb9c50ae392790 (patch) | |
tree | fcb8baa4e772803ffa2d949b4b1c771452ed78ea | |
parent | 97110046636f62fcbe618529b5b22e2c9f8bf6c3 (diff) |
php-phpspec: 3.2.1
-rw-r--r-- | php-phpspec.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpspec.spec b/php-phpspec.spec index 67b9b7a..69610b6 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 3ee05c39b6b25342b84d66a24ec8525575e3875f +%global gh_commit b3063faa68b258d9423bf83e32f074919d069d3c %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: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -187,6 +187,9 @@ rm -rf %{buildroot} %changelog +* Mon Dec 5 2016 Remi Collet <remi@fedoraproject.org> - 3.2.1-1 +- update to 3.2.1 + * Mon Nov 28 2016 Remi Collet <remi@fedoraproject.org> - 3.2.0-1 - update to 3.2.0 |