diff options
-rw-r--r-- | php-zendframework-zend-code.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-code.spec b/php-zendframework-zend-code.spec index e859723..47c81c2 100644 --- a/php-zendframework-zend-code.spec +++ b/php-zendframework-zend-code.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 02944646c109fa53b6b6ab8b5269bb080fcdf5b4 +%global gh_commit 6b1059db5b368db769e4392c6cb6cc139e56640d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-code @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 3.2.0 +Version: 3.3.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -141,6 +141,9 @@ exit $ret %changelog +* Sat Oct 21 2017 Remi Collet <remi@remirepo.net> - 3.3.0-1 +- Update to 3.3.0 + * Fri Aug 4 2017 Remi Collet <remi@remirepo.net> - 3.2.0-1 - Update to 3.2.0 - raise dependency on PHP 7.1 |