diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-04 06:53:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-04 06:53:58 +0200 |
commit | a1afd100b4f3ef4e16947b2c4c0ae479c0d58897 (patch) | |
tree | 52cb5a25ddcb20a54ae407035ff509bd13d44eb5 | |
parent | 82e63cabdd952f3b45a885b1a62ce132273d5efb (diff) |
php-zendframework-zend-mvc: 2.7.4
-rw-r--r-- | php-zendframework-zend-mvc.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc.spec b/php-zendframework-zend-mvc.spec index b0fdacf..687cba1 100644 --- a/php-zendframework-zend-mvc.spec +++ b/php-zendframework-zend-mvc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 90fbfbccf556b8f0dc1b182c3850ef7d04d23e68 +%global gh_commit 5ca5f3e6dc7daea9c46cf4864a6b2f4b3befeec9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-mvc @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.3 +Version: 2.7.4 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -238,6 +238,9 @@ rm -rf %{buildroot} %changelog +* Mon Apr 4 2016 Remi Collet <remi@fedoraproject.org> - 2.7.4-1 +- update to 2.7.4 + * Wed Mar 9 2016 Remi Collet <remi@fedoraproject.org> - 2.7.3-1 - update to 2.7.3 |