diff options
-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 |