diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-28 07:03:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-28 07:03:18 +0100 |
commit | 8e976a85ea897f84b40173ea4e3e94c76adb2dfa (patch) | |
tree | 13ae4a0c80fbd58b99f961eb33a32b4067dcf3b7 /php-zendframework-zend-uri.spec | |
parent | 42d4d722ec9449d3d1e35934ec3733df8b331605 (diff) |
v2.7.0
Diffstat (limited to 'php-zendframework-zend-uri.spec')
-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 4006f5a..f91ce8c 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 2b0bc8b999b9b417f2c59e14511e669aa4b6286f +%global gh_commit b2785cd38fe379a784645449db86f21b7739b1ee %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.6.2 +Version: 2.7.0 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -148,6 +148,9 @@ exit $ret %changelog +* Thu Feb 28 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 +- update to 2.7.0 + * Wed Feb 27 2019 Remi Collet <remi@remirepo.net> - 2.6.2-1 - update to 2.6.2 |