diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-29 15:18:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-29 15:18:01 +0100 |
commit | fc7e95106730e27d97b471a39453e54dda99afde (patch) | |
tree | 748d473259c2aee7b206f68d11f37947d367febb | |
parent | 33972556154972e27497978d35801937c74fe9de (diff) |
php-phpspec: 3.2.3
-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 f555b7c..7688ae6 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -6,14 +6,14 @@ # # Please, preserve the changelog entries # -%global gh_commit 019a113b657aed90a4aa8f5e39696800779b8b2c +%global gh_commit 97246d90708cf98983d95d609bbe6f4b039b8600 %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.2 +Version: 3.2.3 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -187,6 +187,9 @@ rm -rf %{buildroot} %changelog +* Sun Jan 29 2017 Remi Collet <remi@fedoraproject.org> - 3.2.3-1 +- update to 3.2.3 + * Tue Dec 6 2016 Remi Collet <remi@fedoraproject.org> - 3.2.2-1 - update to 3.2.2 |