diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-02 10:44:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-02 10:44:53 +0200 |
commit | b7e845ca1ca3621822fa4cbf0bb90bfd30453650 (patch) | |
tree | ac64b4492467a5f133822039af61236b44d605f3 /php-zendframework-zend-file.spec | |
parent | 47f0ceaf8b9a72bfafbb5bf3b25f57a9ee4e6ca6 (diff) |
v2.8.2
Diffstat (limited to 'php-zendframework-zend-file.spec')
-rw-r--r-- | php-zendframework-zend-file.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index aca451d..a6ccb9f 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 28ec81a9147cd76b9d6cdce519ce96858fbab5f0 +%global gh_commit 4b2ecb77a9123a03cc648893b63e38b3735f192c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-file @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.0 +Version: 2.8.1 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -186,6 +186,9 @@ exit $ret %changelog +* Wed May 2 2018 Remi Collet <remi@remirepo.net> - 2.8.1-2 +- update to 2.8.1 + * Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.0-2 - update to 2.8.0 - raise dependency on PHP 5.6 |