diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-08 07:00:22 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-08 07:00:22 +0100 |
commit | bbc33d8ab0c15cf15c3dc12034e65ee0d108b8c2 (patch) | |
tree | 7f71273c2830436f3c66218a0e415bf95b1dddc6 | |
parent | 668cb694655f914011d19b6490206ed7417c875b (diff) |
php-zendframework-zend-expressive: 1.0.4
-rw-r--r-- | php-zendframework-zend-expressive.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-expressive.spec b/php-zendframework-zend-expressive.spec index dcd3d60..0df75c7 100644 --- a/php-zendframework-zend-expressive.spec +++ b/php-zendframework-zend-expressive.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 060e02ff3d24db3c83aac83d7dabc5f74051e5ad +%global gh_commit e8fdf7648ddf86e6bcc5fe5404a857ff32ade319 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-expressive @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: PSR-7 Middleware Microframework based on Stratigility @@ -210,6 +210,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 8 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 +- update to 1.0.4 + * Sat Nov 12 2016 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - update to 1.0.3 |