From 4598fd1f2e0861a1593e29429ee797927ed5243a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2018 11:15:15 +0100 Subject: v2.9.1 --- php-zendframework-zend-filter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-filter.spec b/php-zendframework-zend-filter.spec index baf3c7a..969955e 100644 --- a/php-zendframework-zend-filter.spec +++ b/php-zendframework-zend-filter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 875da9790e5cb16b9a12f41453d5f7c441452daf +%global gh_commit 1c3e6d02f9cd5f6c929c9859498f5efbe216e86f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-filter @@ -21,7 +21,7 @@ %global php_version %(php -r 'echo PHP_VERSION;') Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -197,6 +197,9 @@ exit $ret %changelog +* Tue Dec 18 2018 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Thu Dec 13 2018 Remi Collet - 2.9.0-1 - update to 2.9.0 - add optional dependency on psr/http-factory-implementation -- cgit