diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-02 10:45:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-02 10:45:27 +0200 |
commit | 1aacc78b130a5f361049eae3fe3e1afa36fb00f0 (patch) | |
tree | 44baac9b0ef09ad412db0cd003d3e4482e86d9fc | |
parent | fe34ea209ab126b57865f5498bda4ea7b618aea1 (diff) |
v2.8.2
-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 f5b1e0d..b9a2229 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: 1%{?dist} Summary: Zend Framework %{library} component @@ -147,6 +147,9 @@ exit $ret %changelog +* Wed May 2 2018 Remi Collet <remi@remirepo.net> - 2.8.1-1 +- update to 2.8.1 + * Thu Apr 26 2018 Remi Collet <remi@remirepo.net> - 2.8.0-1 - update to 2.8.0 - raise dependency on PHP 5.6 |