From bdf431e7b770654e3ce14066eead052e3a2d001b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Dec 2017 07:44:28 +0100 Subject: v2.9.1 --- php-zendframework-zend-db.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-db.spec') diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index e46788b..f5e2f73 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b67f2d13c6cf76032db67e58ef1a2983a7b782b6 +%global gh_commit 14c5f0b1fc0dfa1cdf9488ab7a57c13a6bef6ae3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-db @@ -24,8 +24,8 @@ # must be compatible with PHPUnit\Framework\TestListener::addError(PHPUnit\Framework\Test $test, Exception $e, $time) ... Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 -Release: 2%{?dist} +Version: 2.9.1 +Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -153,6 +153,9 @@ exit $ret %changelog +* Fri Dec 8 2017 Remi Collet - 2.9.1-1 +- Update to 2.9.1 + * Thu Dec 7 2017 Remi Collet - 2.9.0-2 - use phpunit6 on F26+ -- cgit