summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-mvc.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-01 06:48:34 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-01 06:48:34 +0200
commite13afadc53cde75cdece8b2e3e0a2cb8b1e4f1ef (patch)
tree6a71562bf62e82a228cbb6438cdc36175025cd42 /php-zendframework-zend-mvc.spec
parent30454c60f946e991a5ccd212cfab7c22412a1c6c (diff)
php-zendframework-zend-mvc: 2.7.8
Diffstat (limited to 'php-zendframework-zend-mvc.spec')
-rw-r--r--php-zendframework-zend-mvc.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/php-zendframework-zend-mvc.spec b/php-zendframework-zend-mvc.spec
index 750f8c2..57880ed 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 7dbcb393c39d1f7ee8320896cfad2a4727789d1b
+%global gh_commit d374f7c64ee2b6c491bd3d9f54a5ef45ec492089
%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.7
+Version: 2.7.8
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -183,6 +183,8 @@ The MVC layer is built on top of the following components:
Zend\Stdlib\DispatchableInterface. All “controllers” are simply dispatchable
objects.
+Documentation: https://zendframework.github.io/zend-mvc/
+
%prep
%setup -q -n %{gh_project}-%{gh_commit}
@@ -232,12 +234,15 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE.md
-%doc CONTRIBUTING.md README.md
+%doc CHANGELOG.md CONDUCT.md CONTRIBUTING.md README.md
%doc composer.json
%{php_home}/Zend/%{library}
%changelog
+* Wed Jun 1 2016 Remi Collet <remi@fedoraproject.org> - 2.7.8-1
+- update to 2.7.8
+
* Wed Apr 13 2016 Remi Collet <remi@fedoraproject.org> - 2.7.7-1
- update to 2.7.7