diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-08 10:12:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-08 10:12:56 +0200 |
commit | 3ebc8479db05877df3e7f51cff4741e4f8a1ffbc (patch) | |
tree | 9dfd54c69f4c1389c94e925c7b6df0c249591e20 | |
parent | 3ad6016f4f9a7f3fb83adf0962195f04eb43917e (diff) |
v2.7.1zend-loader
-rw-r--r-- | php-zendframework-zend-uri.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-uri.spec b/php-zendframework-zend-uri.spec index 097c383..c9e8eea 100644 --- a/php-zendframework-zend-uri.spec +++ b/php-zendframework-zend-uri.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b2785cd38fe379a784645449db86f21b7739b1ee +%global gh_commit bfc4a5b9a309711e968d7c72afae4ac50c650083 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-uri @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -125,6 +125,9 @@ exit $ret %changelog +* Tue Oct 8 2019 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Thu Feb 28 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 |